Refactor the vault/secrets
This commit is contained in:
parent
11c339ce92
commit
28f2e9a33a
32 changed files with 144 additions and 83 deletions
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
deploy_reitanlage_oranienburg_token: "{{ undef() }}"
|
||||
|
||||
deploy_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
port: 9000
|
||||
|
|
@ -16,7 +18,7 @@ deploy_yml:
|
|||
and:
|
||||
- match:
|
||||
type: value
|
||||
value: "{{ vault_deploy.reitanlage_oranienburg_token }}"
|
||||
value: "{{ deploy_reitanlage_oranienburg_token | mandatory }}"
|
||||
parameter:
|
||||
source: header
|
||||
name: X-Webhook-Token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue