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

OPSEXP-1651 Use existing secret to configure ACS postgres credentials #840

Merged
merged 6 commits into from
Jan 12, 2023

Conversation

gionn
Copy link
Member

@gionn gionn commented Jan 5, 2023

Ref: OPSEXP-1651

  • support existing secret for acs db
  • document support for existing secret in bitnami chart
  • add unit tests

@gionn gionn self-assigned this Jan 5, 2023
@pr-triage pr-triage bot added the PR: draft label Jan 5, 2023
@gionn gionn marked this pull request as ready for review January 5, 2023 14:14
@gionn gionn requested review from alxgomz and slohe1 January 5, 2023 14:14
Copy link
Contributor

@alxgomz alxgomz left a comment

Choose a reason for hiding this comment

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

again, we could use envFrom to inject the whole secret

@gionn
Copy link
Member Author

gionn commented Jan 9, 2023

again, we could use envFrom to inject the whole secret

can't use envFrom because secret contain keys like DATABASE_PASSWORD while the container requires SPRING_DATASOURCE_PASSWORD

@gionn gionn requested a review from alxgomz January 9, 2023 09:13
alxgomz
alxgomz previously approved these changes Jan 11, 2023
@gionn gionn requested a review from alxgomz January 12, 2023 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants