Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b576524553 |
@@ -3,6 +3,8 @@ algorithm_signer: rsa-sha2-256
|
||||
ttl: 315360000 # 87600 * 3600
|
||||
allow_host_certificates: true
|
||||
allow_user_certificates: false
|
||||
allowed_domains: "unkin.net,main.unkin.net,consul"
|
||||
# "*" must be the sole entry: OpenBao only treats allowed_domains as unrestricted
|
||||
# when the whole string is "*", and otherwise matches entries exactly or by suffix.
|
||||
allowed_domains: "*"
|
||||
allow_subdomains: true
|
||||
allow_bare_domains: false
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
# 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
|
||||
@@ -1,12 +0,0 @@
|
||||
# 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