Refactor the vault/secrets
This commit is contained in:
parent
11c339ce92
commit
28f2e9a33a
32 changed files with 144 additions and 83 deletions
|
|
@ -4,7 +4,7 @@ umami_db_user: "{{ opentofu.postgresql_data.umami.user }}"
|
|||
umami_db_pass: "{{ opentofu.postgresql_data.umami.pass }}"
|
||||
umami_db_database: "{{ opentofu.postgresql_data.umami.database }}"
|
||||
|
||||
umami_hash_salt: "{{ vault_umami.hash_salt }}"
|
||||
umami_hash_salt: "{{ undef() }}"
|
||||
|
||||
umami_docker_image: docker.umami.dev/umami-software/umami:3
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ umami_svc:
|
|||
|
||||
umami_env:
|
||||
DATABASE_URL: postgres://{{ umami_db_user }}:{{ umami_db_pass }}@{{ umami_db_host }}/{{ umami_db_database }}?sslmode=full-verify
|
||||
HASH_SALT: "{{ umami_hash_salt }}"
|
||||
HASH_SALT: "{{ umami_hash_salt | mandatory }}"
|
||||
CLIENT_IP_HEADER: X-Analytics-IP
|
||||
|
||||
umami_compose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue