Page MenuHomeDevCentral

vault_bootstrap.hcl
No OneTemporary

vault_bootstrap.hcl

# -------------------------------------------------------------
# Vault configuration - Policy to run DRP bootstrap script
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/vault/policies/files/vault_boostrap.hcl
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
# -------------------------------------------------------------
# Secrets engine management
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
path "sys/mounts/*" {
capabilities = [ "create", "read", "update", "delete", "list" ]
}
path "sys/mounts" {
capabilities = [ "read", "list" ]
}
# -------------------------------------------------------------
# PKI
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
path "pki*" {
capabilities = [ "create", "read", "update", "delete", "list", "sudo" ]
}

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 22:38 (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3061070
Default Alt Text
vault_bootstrap.hcl (1 KB)

Event Timeline