Skip to content

add index for auth creds#3564

Merged
woutslakhorst merged 2 commits into
V6.0from
fix/3561/v6_missing_auth_cred_index
Nov 18, 2024
Merged

add index for auth creds#3564
woutslakhorst merged 2 commits into
V6.0from
fix/3561/v6_missing_auth_cred_index

Conversation

@woutslakhorst

Copy link
Copy Markdown
Member

backport of #3561

@woutslakhorst
woutslakhorst merged commit 862ae71 into V6.0 Nov 18, 2024
@woutslakhorst
woutslakhorst deleted the fix/3561/v6_missing_auth_cred_index branch November 18, 2024 08:03
reinkrul added a commit that referenced this pull request Apr 17, 2026
Adds the compound index `index_auth_subject_purpose_resources`
(credentialSubject.id + purposeOfUse + resources.path) so
POST /internal/vcr/v2/search queries for NutsAuthorizationCredential
stop falling back to `index_issuer` and scanning every credential issued
by the requesting care organization. Also removes the now-redundant
`index_subject` (its parts are a prefix of the new index).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
reinkrul added a commit that referenced this pull request Apr 17, 2026
* Backport: add index for auth creds (#3562/#3564) to V5.4

Adds the compound index `index_auth_subject_purpose_resources`
(credentialSubject.id + purposeOfUse + resources.path) so
POST /internal/vcr/v2/search queries for NutsAuthorizationCredential
stop falling back to `index_issuer` and scanning every credential issued
by the requesting care organization. Also removes the now-redundant
`index_subject` (its parts are a prefix of the new index).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Backport: fix Vault e2e test startup race (#4198) to V5.4

Cherry-picked 091684c. The Vault CI runner rejects setcap and the e2e
test racing against vault startup caused DID creation to hit a
context-deadline-exceeded against vault-adapter. Added service_healthy
dependencies and SKIP_SETCAP=true.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Add v5.4.32 release notes

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants