Closed lchdev closed 2 years ago
The generated secrets are always of type: Opaque.
type: Opaque
It would be nice if the generated secret is of appropriate type, especially for BasicAuth (type: kubernetes.io/basic-auth) and SSHKeyPair (type: kubernetes.io/ssh-auth). See https://kubernetes.io/docs/concepts/configuration/secret/#secret-types for the list of built-in types.
type: kubernetes.io/basic-auth
type: kubernetes.io/ssh-auth
Ideally, the secret type should be fully configurable through annotation/CR spec.
Some third party tools require the Kubernetes secrets to be of a specific type, preventing the use of this generator in that case.
There has not been any activity to this issue in the last 30 days. It will automatically be closed after 7 more days. Remove the stale label to prevent this.
stale
The generated secrets are always of
type: Opaque
.It would be nice if the generated secret is of appropriate type, especially for BasicAuth (
type: kubernetes.io/basic-auth
) and SSHKeyPair (type: kubernetes.io/ssh-auth
). See https://kubernetes.io/docs/concepts/configuration/secret/#secret-types for the list of built-in types.Ideally, the secret type should be fully configurable through annotation/CR spec.
Some third party tools require the Kubernetes secrets to be of a specific type, preventing the use of this generator in that case.