-
Notifications
You must be signed in to change notification settings - Fork 36
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
Provide a simple API for common types of secrets #344
Labels
effort/medium
1 week tops
feature-request
New/Enhanced functionality wanted
priority/p1
Should be on near term plans
Comments
98 tasks
mergify bot
pushed a commit
that referenced
this issue
Mar 29, 2022
This PR adds custom classes for the following secret types: - service account token secrets - basic authentication secrets - tls secrets - ssh authentication secrets - docker config secrets Closes #344 Signed-off-by: Christopher Rybicki <rybickic@amazon.com>
iliapolo
pushed a commit
that referenced
this issue
Apr 13, 2022
This PR adds custom classes for the following secret types: - service account token secrets - basic authentication secrets - tls secrets - ssh authentication secrets - docker config secrets Closes #344 Signed-off-by: Christopher Rybicki <rybickic@amazon.com> (cherry picked from commit 716fb13) # Conflicts: # docs/java.md # docs/python.md # docs/typescript.md
iliapolo
added a commit
that referenced
this issue
Apr 13, 2022
This PR adds custom classes for the following secret types: - service account token secrets - basic authentication secrets - tls secrets - ssh authentication secrets - docker config secrets Closes #344 Signed-off-by: Christopher Rybicki <rybickic@amazon.com> (cherry picked from commit 716fb13) # Conflicts: # docs/java.md # docs/python.md # docs/typescript.md Co-authored-by: Christopher Rybicki <rybickic@amazon.com>
iliapolo
pushed a commit
that referenced
this issue
Apr 13, 2022
This PR adds custom classes for the following secret types: - service account token secrets - basic authentication secrets - tls secrets - ssh authentication secrets - docker config secrets Closes #344 Signed-off-by: Christopher Rybicki <rybickic@amazon.com> (cherry picked from commit 716fb13) # Conflicts: # docs/java.md # docs/python.md # docs/typescript.md
iliapolo
added a commit
that referenced
this issue
Apr 13, 2022
This PR adds custom classes for the following secret types: - service account token secrets - basic authentication secrets - tls secrets - ssh authentication secrets - docker config secrets Closes #344 Signed-off-by: Christopher Rybicki <rybickic@amazon.com> (cherry picked from commit 716fb13) # Conflicts: # docs/java.md # docs/python.md # docs/typescript.md Co-authored-by: Christopher Rybicki <rybickic@amazon.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
effort/medium
1 week tops
feature-request
New/Enhanced functionality wanted
priority/p1
Should be on near term plans
https://kubernetes.io/docs/concepts/configuration/secret/#docker-config-secrets
https://kubernetes.io/docs/concepts/configuration/secret/#basic-authentication-secret
https://kubernetes.io/docs/concepts/configuration/secret/#ssh-authentication-secrets
https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets
https://kubernetes.io/docs/reference/access-authn-authz/bootstrap-tokens/
The text was updated successfully, but these errors were encountered: