| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR corrects the JSON property names used for OIDC credential configurations in the start-proxy action, switching from underscore-separated keys to hyphen-separated keys to match the expected schema.
Changes:
| File | Description |
|---|---|
| src/start-proxy/types.ts | Switches OIDC config typing/validation and pretty-printing to hyphenated JSON property names. |
| src/start-proxy/types.test.ts | Updates fixtures/expectations for OIDC credential string formatting with new keys. |
| src/start-proxy.ts | Updates getAuthConfig normalization/output for OIDC configs to use hyphenated keys. |
| src/start-proxy.test.ts | Updates OIDC test fixtures to use the new hyphenated keys. |
| lib/start-proxy-action.js | Generated build output reflecting the TypeScript changes. |
Sorry, something went wrong.
There was a problem hiding this comment.
Changelog note?
Sorry, something went wrong.
Fix OIDC credential property names
| Back | FazBrowse Home | New Git URL |
Fixes an oversight in #3563. The JSON property names use - instead of _.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
Workflow types:
Products:
Environments:
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist