supabase / vault

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

Add `metadata` field to secrets table #34

Open bombillazo opened 3 months ago

bombillazo commented 3 months 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 3 months ago

@michelp @soedirgo