Skip to content

Commit 4b0f713

Browse files
committed
pass USER_VAULT envs into dock init
1 parent 0970f81 commit 4b0f713

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • ansible/roles/dock_launch_config/templates

ansible/roles/dock_launch_config/templates/init.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ service charon start
3838
{% if not is_dock_pool %}
3939
CONSUL_HOSTNAME={{ consul_host_address }} \
4040
CONSUL_PORT={{ consul_api_port }} \
41-
VAULT_PORT={{ vault_port }} \
41+
USER_VAULT_HOSTNAME={{ user_vault_host_address }} \
42+
USER_VAULT_PORT={{ user_vault_port }} \
4243
{% if has_token %}
4344
S3_ACCESS_KEY={{ dock_registry_s3_access_key }} \
4445
S3_SECRET_KEY={{ dock_registry_s3_secret_key }} \

0 commit comments

Comments
 (0)