Skip to content

Controller can be configured to allow a predictable URL for tokens#2371

Open
fgiorgetti wants to merge 1 commit intoskupperproject:mainfrom
fgiorgetti:redeem-by-key
Open

Controller can be configured to allow a predictable URL for tokens#2371
fgiorgetti wants to merge 1 commit intoskupperproject:mainfrom
fgiorgetti:redeem-by-key

Conversation

@fgiorgetti
Copy link
Member

@fgiorgetti fgiorgetti commented Feb 3, 2026

Predictable URLs for redeeming AccessTokens can now be turned on through a controller flag.

When turned on, the default behavior of redeeming tokens using the respective AccessGrant's UID as part of the URL still works as is, but users can also redeem them by setting the URI to /<namespace>/<accessgrant-name> .

The AccessGrant.status.url has not changed.

Fixes #2182

Copy link
Contributor

@c-kruse c-kruse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works well! Definitely needs some documentation somewhere.

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.

Allow AccessTokens to be redeemed using a predictable URI

3 participants