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

Create secondary secrets backend (Postgres KV table, encrypted) #107

Open
suprjinx opened this issue Dec 3, 2024 · 1 comment
Open

Create secondary secrets backend (Postgres KV table, encrypted) #107

suprjinx opened this issue Dec 3, 2024 · 1 comment

Comments

@suprjinx
Copy link
Collaborator

suprjinx commented Dec 3, 2024

The idea here is to create a second backend which can work behind the Astral API transparently. Most simply, this might be Postgres KV table with encrypted fields.

Another advantage of this is allowing astral to have "multiple" backends, so that some core secret needed to start Vault could be stored securely ouitside of vault

@suprjinx suprjinx changed the title Create secondary secrets backend (PG KV table, encrypted) Create secondary secrets backend (Postgres KV table, encrypted) Dec 3, 2024
@suprjinx
Copy link
Collaborator Author

suprjinx commented Dec 3, 2024

We might immediately recommend primary/secondary db replication for this setup. The db encryption key is of course now itself a problem.

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