Allow IP and short-hostname principals on the sshca signhost role
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

This commit is contained in:
2026-09-24 21:49:41 +10:00
parent 14144584e3
commit b7a20f94b6
@@ -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