terraform-vault/policies/rundeck/rundeck.hcl
Ben Vincent 14790f8277 feat: import current status
- import pki, ssh, kv, rundeck engines
- deploy all roles from terraform
- deploy all policies from terraform
- deploy all approles from terraform
2024-09-23 22:01:18 +10:00

8 lines
147 B
HCL

path "rundeck/data/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}
path "rundeck/metadata/*" {
capabilities = ["list"]
}