We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Supercommand to manage kuadrant apikeys. The API keys are stored as k8s secrets.
kuadrantctl apikey create name <my_api_key_name> [--user-id USER_ID] [--namespace NAMESPACE] [--label KEY:VALUE] [--value JUSTFORDEMOSOBVIOUSLYqDQsqSPMHkRhriEOtcRx]
Default namespace would be kuadrant-system or defined by .kube/config
kuadrant-system
.kube/config
--label can be added multiple times
--label
--value is optional, if not set, the command will generate one
--value
kuadrantctl apikey get name <my_api_key_name>
Secrets:
secret.kuadrant.io/apikey
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Supercommand to manage kuadrant apikeys. The API keys are stored as k8s secrets.
kuadrantctl apikey create name <my_api_key_name> [--user-id USER_ID] [--namespace NAMESPACE] [--label KEY:VALUE] [--value JUSTFORDEMOSOBVIOUSLYqDQsqSPMHkRhriEOtcRx]
Default namespace would be
kuadrant-system
or defined by.kube/config
--label
can be added multiple times--value
is optional, if not set, the command will generate onekuadrantctl apikey get name <my_api_key_name>
Secrets:
secret.kuadrant.io/apikey
The text was updated successfully, but these errors were encountered: