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

Db user #4

Merged
merged 2 commits into from
May 17, 2023
Merged

Db user #4

merged 2 commits into from
May 17, 2023

Conversation

pauldotyu
Copy link
Contributor

Purpose

Adding the ability to read secrets from /mnt/secrets-store directory to demonstrate different ways of configuring secrets in Kubernetes deployments

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

Adding the ability to read secrets from /mnt/secrets-store directory. Read from environment variable, then resort to secret store, and if PostgreSQL username is not passed in, use default postgres username.

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Open this repo in Codespaces
  • Run cargo run
  • Verify the application runs and accepts votes
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
cargo run
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@pauldotyu pauldotyu merged commit 7975b6f into main May 17, 2023
@pauldotyu pauldotyu deleted the db_user branch May 17, 2023 19:14
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.

None yet

1 participant