supabase / vault

Extension for storing encrypted secrets in the Vault
Apache License 2.0
163 stars 9 forks source link

Make new key on insert if one not provided #8

Closed michelp closed 1 year ago

michelp commented 1 year ago

Feature request

@burmecia can we make it default to create a new unique key each time when insert? This is a common operation and in most cases the user want an unique key id for a secret, so to make it more convenient for developers.

michelp commented 1 year ago

Resolved in #25