Skip to content

Commit aa07d0f

Browse files
committed
set user vault envs
1 parent 6adc247 commit aa07d0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/group_vars/alpha-api-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ api_base_container_envs:
119119
- name: INTERCOM_API_KEY
120120
value: "{{ api_intercom_api_key | default('ansible_undefined') }}"
121121
- name: USER_VAULT_ENDPOINT
122-
value: "http://{{ user_vault_host_address }}:{{ user_vault_port }}"
122+
value: "http://{{ user_vault_load_balancer }}:{{ user_vault_port }}"

ansible/roles/dock_launch_config/templates/init.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ service charon start
3939
CONSUL_HOSTNAME={{ consul_host_address }} \
4040
CONSUL_PORT={{ consul_api_port }} \
4141
VAULT_PORT={{ vault_port }} \
42-
USER_VAULT_HOSTNAME={{ user_vault_host_address }} \
42+
USER_VAULT_HOSTNAME={{ user_vault_load_balancer }} \
4343
USER_VAULT_PORT={{ user_vault_port }} \
4444
{% if has_token %}
4545
S3_ACCESS_KEY={{ dock_registry_s3_access_key }} \

0 commit comments

Comments
 (0)