Skip to content

Test to Main - #1548

Merged
Elson9 merged 9 commits into
mainfrom
test
Aug 21, 2026
Merged

Test to Main#1548
Elson9 merged 9 commits into
mainfrom
test

Conversation

@Elson9

@Elson9 Elson9 commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

No description provided.

rustyjux and others added 6 commits July 22, 2026 08:16
* 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"]}]),
@Elson9
Elson9 merged commit a659269 into main Aug 21, 2026
8 of 10 checks passed
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.

4 participants