chore: add ssh principals #31

Merged
unkinben merged 1 commits from neoloc/puppetca_ssh_principal into develop 2024-06-11 20:31:31 +10:00
3 changed files with 15 additions and 0 deletions

View File

@ -5,6 +5,12 @@ profiles::puppet::server::dns_alt_names:
- puppetca.query.consul - puppetca.query.consul
- puppetca - puppetca
profiles::ssh::sign::principals:
- puppetca.main.unkin.net
- puppetca.service.consul
- puppetca.query.consul
- puppetca
profiles::puppet::puppetca::is_puppetca: true profiles::puppet::puppetca::is_puppetca: true
profiles::puppet::puppetca::allow_subject_alt_names: true profiles::puppet::puppetca::allow_subject_alt_names: true
networking::interfaces: networking::interfaces:

View File

@ -6,6 +6,11 @@ profiles::pki::vault::alt_names:
- git.query.consul - git.query.consul
- "git.service.%{facts.country}-%{facts.region}.consul" - "git.service.%{facts.country}-%{facts.region}.consul"
profiles::ssh::sign::principals:
- git.main.unkin.net
- git.service.consul
- git.query.consul
consul::services: consul::services:
git: git:
service_name: 'git' service_name: 'git'

View File

@ -58,6 +58,10 @@ profiles::puppet::server::dns_alt_names:
- puppetmaster - puppetmaster
- puppet - puppet
profiles::ssh::sign::principals:
- puppet.service.consul
- puppet.query.consul
consul::services: consul::services:
puppet: puppet:
service_name: 'puppet' service_name: 'puppet'