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: support existingSecret for plane-enterprise chart #54

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

Conversation

michaelfedell
Copy link

This change introduces support for supplying an existingSecret for doc-store and app-secrets; previously, users had to specify secret values such as aws access keys, database urls with passwords, and the application secret_key. This makes it impossible to safely manage the helm installation via GitOps. Users may continue to provide values this way for simplicity, but may also choose to create these secrets themselves and specify them by reference.

Michael Fedell added 2 commits October 13, 2024 14:29
This change introduces support for supplying an existingSecret for
doc-store and app-secrets; previously, users had to specify secret
values such as aws access keys, database urls with passwords, and the
application secret_key. This makes it impossible to safely manage the
helm installation via GitOps. Users may continue to provide values this
way for simplicity, but may also choose to create these secrets
themselves and specify them by reference.
@michaelfedell
Copy link
Author

I have marked this as Draft for now, but would love to hear back from maintainers regarding preferred direction for this change. I'm happy to contribute more extensively, or allow the maintainer team to take over, just let me know. We are actively blocked from deploying this in our production environment (which is managed by GitOps) until this issue is resolved. We may start pushing it forward from my fork in which case I may push additional changes and mark ready for review after more testing.

@michaelfedell
Copy link
Author

Bad ordering, but I have now opened issue #55 to track

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.

1 participant