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

Expose uri and private_url for DatabaseUsers #37

Open
dragonpaw opened this issue Feb 25, 2023 · 0 comments
Open

Expose uri and private_url for DatabaseUsers #37

dragonpaw opened this issue Feb 25, 2023 · 0 comments

Comments

@dragonpaw
Copy link

dragonpaw commented Feb 25, 2023

In the default DB credential secret, there are fields for the uri and private_uri of the database, which is helpful to expose as env variables in containers. But these two fields are missing for additional users created via a DatabaseUser. This makes it rather more annoying to get the uri to connect to into an environment variable for a container without also exposing the admin password. (Though you can get the pieces as seperate variables but that may require code changes to our apps if they are expecting a uri.)

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

No branches or pull requests

1 participant