-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(api): System Client Scope access to certificate config and legacy events #8364
base: ocrvs-2268-webhook
Are you sure you want to change the base?
Conversation
… option to create this client is created.
…into ocrvs-2268-scope
…eBirthRegistration GraphQL mutation.
…nto ocrvs-2268-scope
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
|
fix: relax elastic condition for partial dates
* fix: titles in v2 event pages * feat: add postfix and prefix option for text input field * fix: labels for v2 inputs * feat: add dividers * upgrade toolkit
Co-authored-by: jamil314 <[email protected]> Co-authored-by: Markus <[email protected]>
@tharakadadigama20 since merging develop to include Custom Users & Scopes, view SVGs is no longer working. You will see a network error "{"statusCode":403,"error":"Forbidden","message":"Insufficient scope"}" on requests to the config microservice. That will block you from progressing until you investigate it. You may need a companion PR in the countryconfig service. If so, you must paste the link to the companion PR in the description. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Config microservice not returning SVGs after updating to use Custom Users & Scopes
Will check on this 👍 |
…nto ocrvs-2268-scope
The other resources need not be forwarded as we are only updating the questionnaire resource.
…vs-core into ocrvs-2268-scope
Created a new client type
Self Service Portal
and the scope added to view SVGs, createBirthRegistration and markBirthAsCertified graphQL mutation.