Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F48354450
D4202.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1006 B
Referenced Files
None
Subscribers
None
D4202.diff
View Options
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
@@ -33,6 +33,25 @@
capabilities = ["create", "read", "update", "delete", "list", "sudo"]
}
+# -------------------------------------------------------------
+# Storage management
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+# Allow taking and restoring Raft snapshots
+path "sys/storage/raft/snapshot" {
+ capabilities = ["read", "update", "sudo"]
+}
+
+# Allow viewing Raft cluster configuration and peers
+path "sys/storage/raft/configuration" {
+ capabilities = ["read"]
+}
+
+# Allow managing auto-snapshots if you use them
+path "sys/storage/raft/snapshot-auto/*" {
+ capabilities = ["read", "list", "update", "sudo"]
+}
+
# -------------------------------------------------------------
# Authentication management
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 6, 20:24 (18 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4067308
Default Alt Text
D4202.diff (1006 B)
Attached To
Mode
D4202: Allow admin Vault policy to backup Raft storage
Attached
Detach File
Event Timeline
Log In to Comment