- import pki, ssh, kv, rundeck engines - deploy all roles from terraform - deploy all policies from terraform - deploy all approles from terraform
8 lines
147 B
HCL
8 lines
147 B
HCL
path "rundeck/data/*" {
|
|
capabilities = ["create", "read", "update", "delete", "list"]
|
|
}
|
|
|
|
path "rundeck/metadata/*" {
|
|
capabilities = ["list"]
|
|
}
|