feat: update vault url

This commit is contained in:
Ben Vincent 2025-05-21 19:57:45 +10:00
parent 6dcc7343e0
commit 9e1bc9208a
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ profiles::rundeck::server::key_storage_config:
path: 'vault' path: 'vault'
config: config:
prefix: 'rundeck' prefix: 'rundeck'
address: https://vault.query.consul:8200 address: https://vault.service.consul:8200
storageBehaviour: 'vault' storageBehaviour: 'vault'
secretBackend: rundeck secretBackend: rundeck
engineVersion: '2' engineVersion: '2'

View File

@ -37,7 +37,7 @@ profiles::puppet::gems::puppet:
- 'hiera-eyaml' - 'hiera-eyaml'
profiles::helpers::certmanager::vault_config: profiles::helpers::certmanager::vault_config:
addr: 'https://vault.query.consul:8200' addr: 'https://vault.service.consul:8200'
mount_point: 'pki_int' mount_point: 'pki_int'
approle_path: 'approle' approle_path: 'approle'
role_name: 'servers_default' role_name: 'servers_default'