Replies: 1 comment 2 replies
-
|
Hey @lekspyl , |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I was looking for ways to set up a database connection in the self-hosted Hoop installation without saving credentials in Hoop's Postgres DB, but unfortunately it seems that it is the only option, which is pretty risky given that credentials are only base64-encoded.
I've stumbled upon the Secrets Manager configuration article, but looks like the information outlined there can only be applied to exec/one-off commands.
Is there a way to securely store credentials for databases in a self-hosted Hoop DB or, even better – fetch the credentials from a secret provider, such as AWS Secrets Manager/Vault?
Thank you for your work!
Beta Was this translation helpful? Give feedback.
All reactions