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

Need a way to access vault secrets #504

Closed
Wizzel1 opened this issue Jun 6, 2023 · 1 comment
Closed

Need a way to access vault secrets #504

Wizzel1 opened this issue Jun 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Wizzel1
Copy link
Contributor

Wizzel1 commented Jun 6, 2023

Is your feature request related to a problem? Please describe.
Now that vault is in public beta, it would be great to have a way to access the stored secrets.

Describe the solution you'd like
It would be nice to have a .vault API along those lines: Supabase.instance.client.vault.getSecret('secretname');

Describe alternatives you've considered
I have tried to find a way for an alternative but I am not sure if I should create an rpc or if it is possible via postgREST API.

@Wizzel1 Wizzel1 added the enhancement New feature or request label Jun 6, 2023
@dshukertjr
Copy link
Member

@Wizzel1
Thanks for the interest in Vault!

Actually, Vault is meant to store secrets that are used within the database so that it can talk to other systems securely, such as for Supabase wrappers.

If you are looking for a way to encrypt the data you store on your Supabase database, you can look into this guide.

@dshukertjr dshukertjr closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants