supabase / vault

Extension for storing encrypted secrets in the Vault
Apache License 2.0
169 stars 10 forks source link

Add `metadata` field to secrets table #34

Open bombillazo opened 1 month ago

bombillazo commented 1 month ago

There are different reasons one would want to store data related to a secret, and currently, one has to create an adjacent table just to store info related to a secret and use the secret ID.

It would be ideal to have a JSON metadata column for secrets.

bombillazo commented 1 month ago

@michelp @soedirgo