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

bugfix(s3-storage-argocd): Fix s3 with existing secret for argocd #256

Merged
merged 3 commits into from
Mar 1, 2024

Conversation

stijnbrouwers
Copy link
Contributor

What this PR does / why we need it

Alternative approach to use existing secret for minio

Which issue this PR fixes

Special notes for your reviewer

/

Checklist

  • Chart Version bumped
  • Upgrading instructions are documented in the zammad/README.md

@mgruner
Copy link
Collaborator

mgruner commented Feb 26, 2024

@stijnbrouwers thank you for your suggestion. This time I'm skeptical about your change, for two reasons:

My plan is to improve secrets handling using lookup and proper URL encoding in #254.

Copy link
Collaborator

@mgruner mgruner left a comment

Choose a reason for hiding this comment

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

If we cannot use lookup as also suggested by @monotek, then your changes look good. Thank you!

@mgruner mgruner merged commit 107a052 into zammad:main Mar 1, 2024
8 checks passed
@stijnbrouwers
Copy link
Contributor Author

@mgruner thanks!
Yeah, too bad the lookup apparently isn't always supported because I can see the need to do url encoding and don't know a (easy) way around it in the current setup...

@mgruner
Copy link
Collaborator

mgruner commented Mar 1, 2024

Yes. I think I will change the Chart at some point so that values from the config can be percent encoded, but values from secrets simply can't.

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.

S3 storage with existing auth not working in combination with argocd
2 participants