Conversation
* Add gateway CredentialIssuer.Generate APIs to issue and regenerate consumer credentials * Fix credential issuance cleanup and activation ordering * Convert credential issuer tests to JS and restore Jest testMatch * Add Cypress coverage for gateway self-issuing credentials and fix JWT regenerate certificate updates * Add Cypress coverage confirming My Access excludes ownerless issuer-created applications * Fix missing gatewayId path parameter on v3 GET products so it appears in OpenAPI * Show application description and gateway-administered owner placeholder on Consumer Details * Omit null credential fields from gateway consumer issue and regenerate responses * Fix consumer Edit dialog crash when ServiceAccess has no AccessRequest * Delete ownerless Applications when the last consumer ServiceAccess is revoked * Stabilize Keycloak org-assignment Cypress tests by fixing Users navigation and Join Group flakiness * Harden self-issue credential issuance with rollback cleanup, JWKS SSRF checks, signing-control validation, and optional scope sync * Revert out-of-scope JWKS URL SSRF hardening to preserve existing client compatibility * Fix partial credential rollback cleanup * Update existing GetConsumer whitelist instead of adding a new query --------- Co-authored-by: Paul Howells <paul.howells@gov.bc.ca>
| // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa | ||
| app.get('/ds/api/v2/namespaces/:ns', | ||
| authenticateMiddleware([{"jwt":["Namespace.Manage"]}]), | ||
| authenticateMiddleware([{"jwt":["Namespace.Manage","Namespace.View"]}]), |
| }); | ||
| // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa | ||
| app.post('/ds/api/v3/gateways/:gatewayId/consumers', | ||
| authenticateMiddleware([{"jwt":["CredentialIssuer.Generate"]}]), |
| }); | ||
| // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa | ||
| app.put('/ds/api/v3/gateways/:gatewayId/consumers/:clientId', | ||
| authenticateMiddleware([{"jwt":["CredentialIssuer.Generate"]}]), |
| // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa | ||
| app.get('/ds/api/v3/gateways/:gatewayId', | ||
| authenticateMiddleware([{"jwt":["Namespace.Manage"]}]), | ||
| authenticateMiddleware([{"jwt":["Namespace.Manage","Namespace.View"]}]), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.