Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants