mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-02 18:23:45 +00:00
Transit key actions (#2254)
* add supports_* for transit key reads * update transit docs with new supports_* fields
This commit is contained in:
@@ -154,6 +154,10 @@ func (b *backend) pathPolicyRead(
|
||||
"deletion_allowed": p.DeletionAllowed,
|
||||
"min_decryption_version": p.MinDecryptionVersion,
|
||||
"latest_version": p.LatestVersion,
|
||||
"supports_encryption": p.Type.EncryptionSupported(),
|
||||
"supports_decryption": p.Type.DecryptionSupported(),
|
||||
"supports_signing": p.Type.SigningSupported(),
|
||||
"supports_derivation": p.Type.DerivationSupported(),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user