Page MenuHomeDevCentral

D4137.diff
No OneTemporary

D4137.diff

diff --git a/roles/vault/policies/files/admin.hcl b/roles/vault/policies/files/admin.hcl
--- a/roles/vault/policies/files/admin.hcl
+++ b/roles/vault/policies/files/admin.hcl
@@ -92,3 +92,15 @@
path "transit/keys/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}
+
+# -------------------------------------------------------------
+# TOTP
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+path "totp/keys/*" {
+ capabilities = ["create", "read", "update", "delete", "list"]
+}
+
+path "totp/code/*" {
+ capabilities = ["read"]
+}

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 24, 16:15 (22 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3946557
Default Alt Text
D4137.diff (580 B)

Event Timeline