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: Use decryptSecrets from Kubernetes #242

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

portly-halicore-76
Copy link
Contributor

  • Some minor refactoring in the crypt area

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Fixes: #241

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

Other information

@portly-halicore-76 portly-halicore-76 requested a review from a team as a code owner January 7, 2025 19:26
@portly-halicore-76 portly-halicore-76 marked this pull request as draft January 7, 2025 19:31
@portly-halicore-76 portly-halicore-76 force-pushed the feat/decryptsecret-from-k8s branch 2 times, most recently from d7cd425 to 4f6d69a Compare January 8, 2025 10:25
* Some minor refactoring in the crypt area

Signed-off-by: portly-halicore-76 <170707699+portly-halicore-76@users.noreply.github.com>
@portly-halicore-76 portly-halicore-76 force-pushed the feat/decryptsecret-from-k8s branch from 4f6d69a to 1b4d58e Compare January 8, 2025 10:25
Signed-off-by: portly-halicore-76 <170707699+portly-halicore-76@users.noreply.github.com>
@@ -53,6 +53,10 @@ type PaasConfigSpec struct {
// +kubebuilder:validation:Required
DecryptKeyPaths []string `json:"decryptKeyPaths"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one can go, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats a breaking change. We are allowed to do that in an alpha api. If we agree, let's do that. Else, we need to support both which makes this feature more complex. Let me know what you think is appropriate.

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.

feat: Use decryptSecrets from Kubernetes
2 participants