feat: update vault url #291

Merged
unkinben merged 1 commits from benvin/vault_query into develop 2025-05-21 19:58:12 +10:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9e1bc9208a - Show all commits

View File

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

View File

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