The following three policies exist in Vault What do these policies allow an organization to do? app.hcl
callcenter.hcl rewrap.hclThe following three policies exist in Vault What do these policies allow an organization to do? app.hcl
callcenter.hcl rewrap.hclThese three policies allow the organization to separate the permissions for different actions associated with the transit secret engine. The first policy permits updating (which can include encryption) using the key, the second policy allows updating (which can include decryption) using the key, and the third policy permits reading the key details and updating for rewrapping data. Thus, these policies enable separate permissions for distinct operations within the transit secret engine.
https://developer.hashicorp.com/vault/docs/secrets/transit