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

feat: classes for common secret types #473

Merged
merged 3 commits into from
Mar 29, 2022
Merged

Conversation

Chriscbr
Copy link
Contributor

@Chriscbr Chriscbr commented Mar 24, 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

@Chriscbr Chriscbr requested a review from a team March 24, 2022 23:15
@Chriscbr
Copy link
Contributor Author

Ah I forgot committing from the GitHub UI messes up all the DCO checks -- I'm just going to squash and force push all of these commits.

Signed-off-by: Christopher Rybicki <rybickic@amazon.com>

Co-authored-by: Eli Polonsky <epolon@amazon.com>
@Chriscbr Chriscbr force-pushed the rybickic/secret-classes branch from d47898b to 2e268e8 Compare March 28, 2022 21:23
Signed-off-by: Christopher Rybicki <rybickic@amazon.com>
@mergify mergify bot merged commit 716fb13 into k8s-22/main Mar 29, 2022
@mergify mergify bot deleted the rybickic/secret-classes branch March 29, 2022 09:01
iliapolo pushed a commit that referenced this pull request 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
Copy link
Member

💚 All backports created successfully

Status Branch Result
k8s-21/main

Questions ?

Please refer to the Backport tool documentation

iliapolo added a commit that referenced this pull request 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 pull request 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
Copy link
Member

💚 All backports created successfully

Status Branch Result
k8s-20/main

Questions ?

Please refer to the Backport tool documentation

iliapolo added a commit that referenced this pull request 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide a simple API for common types of secrets
2 participants