• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FIWARE / trusted-issuers-list
88%

Build:
DEFAULT BRANCH: main
Repo Added 24 May 2023 09:36AM UTC
Files 30
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-path-support
  • change-did-length
  • dwendland-patch-1
  • fix-get
  • fix/forwarded-headers
  • internalGetEndpoint
  • main
  • move-to-fiware
  • step-2-implement-list-issuers
  • ticket-39/work
  • til-put-issue
  • topic/order-scoped-credentials
  • wistefan-patch-1

02 Sep 2026 02:25PM UTC coverage: 87.654%. Remained the same
95

push

github

web-flow
Topic/order scoped credentials (#28)

* Scope credentials to what granted them

A credential entry was identified by its content, so revoking one grant removed a
credential another grant still required. That is a latent defect today - two
product orders can configure the same credential - and it becomes the normal case
once a ServiceSpecification shared by several products carries the
configuration.

Credentials now carry the identifier of whatever granted them, and grants are
addressed by it:

* PUT /issuer/{did}/credential?scope=<id> sets the credentials of one scope to
  exactly the ones provided, leaving every other scope - and every credential
  managed through the issuer endpoints, which carries no scope - untouched.
  Replacing rather than appending makes the call idempotent, which matters
  because the callers react to notifications that are redelivered on failure.
  The issuer is created when unknown, so callers need no create-or-update branch
  and cannot race on one.
* DELETE /issuer/{did}/credential?scope=<id> removes the credentials of one
  scope. The issuer itself is kept even when nothing remains, so an issuer
  somebody else manages is not deleted as a side effect. An issuer without
  credentials is trusted for nothing, which is the same outcome as before.
* A blank scope is rejected: it would create a grant no revocation can address
  precisely, which is the problem the scope exists to solve.

The scope is deliberately NOT part of the API models. Both registry projections
serialize the same CredentialsVO - v4 into the attribute body and hash, v5
additionally into the attribute id, which is a hash of those very bytes - so a
scope in that model would publish grant identifiers in a world-readable registry
and change every v5 attribute id. It travels as a query parameter instead and
lives only on the entity. Two regression tests pin that down by comparing the
projections of an unscoped and a scoped credential.

Because one credential can... (continued)

155 of 195 branches covered (79.49%)

Branch coverage included in aggregate %.

626 of 696 relevant lines covered (89.94%)

0.9 hits per line

Relevant lines Covered
Build:
Build:
696 RELEVANT LINES 626 COVERED LINES
0.9 HITS PER LINE
Source Files on main
  • Tree
  • List 30
  • Changed 3
  • Source Changed 3
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
95 main Topic/order scoped credentials (#28) * Scope credentials to what granted them A credential entry was identified by its content, so revoking one grant removed a credential another grant still required. That is a latent defect today - two product ... push 02 Sep 2026 02:27PM UTC web-flow github
87.65
93 topic/order-scoped-credentials Merge branch 'main' into topic/order-scoped-credentials Pull #28 02 Sep 2026 02:23PM UTC web-flow github
87.65
92 topic/order-scoped-credentials Merge pull request 'Make the scope index portable - 0.9.0 cannot start against MySQL' (#2) from step-2-portable-scope-index into topic/order-scoped-credentials Reviewed-on: http://localhost:3001/local-claude/trusted-issuers-list/pulls/2 Reviewed-... push 02 Sep 2026 02:22PM UTC wistefan github
87.65
91 main Topic/order scoped credentials (#27) * Scope credentials to what granted them A credential entry was identified by its content, so revoking one grant removed a credential another grant still required. That is a latent defect today - two product ... push 02 Sep 2026 12:54PM UTC web-flow github
87.65
89 topic/order-scoped-credentials apply spotless Pull #27 02 Sep 2026 12:33PM UTC wistefan github
87.65
85 ticket-39/work Update changelog-v0_0_5.xml Pull #26 26 May 2026 10:39AM UTC web-flow github
87.15
79 ticket-39/work Delete IMPLEMENTATION_PLAN.md Pull #26 13 May 2026 10:48AM UTC web-flow github
87.15
77 ticket-39/work format fix push 13 May 2026 09:08AM UTC wistefan github
87.15
74 main Implement list issuers (#25) * feat(api): add GET /issuer endpoint for paginated listing of issuer DIDs Extends the OpenAPI spec with a new GET /issuer endpoint that returns a paginated list of all trusted issuer DIDs. Adds PageSize and Page que... push 09 Apr 2026 07:41AM UTC web-flow github
84.58
72 step-2-implement-list-issuers feat(api): implement GET /issuer endpoint for paginated listing of DIDs Adds the getIssuers method to TrustedIssuersListController that returns a paginated, sorted list of all trusted issuer DIDs. Includes tests for default pagination, custom pag... Pull #25 09 Apr 2026 07:39AM UTC wistefan github
84.58
See All Builds (52)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc