We’re happy to share that the **wix-secrets-backend ** module support additional methods allowing to programmatically create, delete and update secrets .
Hey Aviv! I read through each of the new Secrets APIs, and have 3 quick questions for you.
(1) What would be a real life use case for creating/updating/deleting Secrets via Code?
I also read up on the GCP Secrets Manager, which I’m thinking it’s based on, and saw that they have the ability to limit who can read certain secrets via IAM roles.
(2) I was wondering if there’s a plan to limit which secrets can be read, based on the logged in user? Then I could see something like (e.g.) storing each user’s API tokens in secrets manager.
(3) Following that last questions, is there a limit to how many secrets can be stored per site?
Thanks in advance! Secrets Manager has literally saved me on a live site real time before, so I’d love to know how I can max out this easy encryption!