Read Only Storage Keys
I would like to allow my employees to view the database directly in order to troubleshoot issues in the code. However, in a production environment I don't want them to be able modify and delete table entities and blobs accidentally.
Certainly a clear backup strategy is necessary, but it would be nice to be able to prevent this as much as possible.
If we could have two different secret keys for storage, one for read/write access and one for read-only I could protect the read/write key and provide employees with the read-only key.
6
votes