- manage python script/venv to sign ssh host certificates - add approle_id to puppetmaster eyaml files - add class to sign ssh-rsa host keys - add facts to check if the current principals match the desired principals
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
vault:
|
|
addr: '<%= @vault_config['addr'] %>'
|
|
role_id: '<%= @vault_config['role_id'] %>'
|
|
approle_path: '<%= @vault_config['approle_path'] %>'
|
|
mount_point: '<%= @vault_config['mount_point'] %>'
|
|
role_name: '<%= @vault_config['role_name'] %>'
|
|
output_path: '<%= @vault_config['output_path'] %>'
|