-
Notifications
You must be signed in to change notification settings - Fork 142
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(web-modeler): configure JWK Set URI for restapi component #2704
base: main
Are you sure you want to change the base?
Conversation
52352c3
to
6a9b707
Compare
6a9b707
to
b76bb88
Compare
b76bb88
to
3d41864
Compare
3d41864
to
e62cb5e
Compare
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.
I noticed that there was no golden file for configmap-restapi
yet and used the opportunity to add it. This will also test the default value for jwk-set-uri
.
"global.identity.auth.connectors.existingSecret.name": "foo", | ||
"global.identity.auth.core.existingSecret.name": "foo", |
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.
These values are required now given that global.testDeprecationFlags.existingSecretsMustBeSet
was changed from warning
to error
. I think they're missing in all of the unit tests. At least, I added them here to be able to run the (new) tests for the restapi.
Which problem does the PR fix?
Closes https://github.com/camunda/web-modeler/issues/11510
What's in this PR?
Checklist
Please make sure to follow our Contributing Guide.
Before opening the PR:
make go.update-golden-only
.After opening the PR: