Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afbea53d94 |
@@ -0,0 +1,12 @@
|
|||||||
|
# Allow the puppet catalog compilers to issue host certificates
|
||||||
|
# via certmanager during catalog compilation
|
||||||
|
---
|
||||||
|
rules:
|
||||||
|
- path: "pki_int/issue/servers_default"
|
||||||
|
capabilities:
|
||||||
|
- create
|
||||||
|
- update
|
||||||
|
|
||||||
|
auth:
|
||||||
|
k8s/au/syd1:
|
||||||
|
- puppet
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
# Allow the puppet catalog compilers to sign SSH host certificates
|
||||||
|
# via sshsignhost during catalog compilation
|
||||||
|
---
|
||||||
|
rules:
|
||||||
|
- path: "sshca/sign/signhost"
|
||||||
|
capabilities:
|
||||||
|
- create
|
||||||
|
- update
|
||||||
|
|
||||||
|
auth:
|
||||||
|
k8s/au/syd1:
|
||||||
|
- puppet
|
||||||
Reference in New Issue
Block a user