Skip to content
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

Feature request: StrictSigningKeyUsage #9

Open
siredmar opened this issue Feb 24, 2023 · 2 comments
Open

Feature request: StrictSigningKeyUsage #9

siredmar opened this issue Feb 24, 2023 · 2 comments

Comments

@siredmar
Copy link
Member

The operator JWT can configure StrictSigningKeyUsage which enforces accounts to be generated with operator signing keys and users to be signed with account signing keys.

This feature isn't implemented yet.

@aKardasz
Copy link
Contributor

aKardasz commented Nov 16, 2023

Isn't this implemented as

+kubebuilder:validation:Optional StrictSigningKeyUsage bool json:"strictSigningKeyUsage,omitempty"common.GenericFields json:",inline" }

Found this under pkg/claims/operator

@siredmar
Copy link
Member Author

@aKardasz it is in the API, but isn't implemented to do anything yet.

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

No branches or pull requests

2 participants