File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ cream_stripe_publishable_key=pk_live_5yYYZlYIwY3LwvKFaXY0jNlm
178178datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ
179179datadog_mongodb_user=datadog
180180datadog_tags=env:delta
181+ dock_vault_user_creation_access_token=ddf20c34-019c-5b24-9c0d-1b44e3edf29a
181182domain=runnable.io
182183env=delta
183184github_domain=api.github.com
@@ -193,18 +194,18 @@ pg_pass=59a5524e-a772-11e5-bedc-1bdc0db458b3
193194pg_port=5432
194195rabbit_host_address=10.8.4.195
195196rabbit_password=wKK7g7NWKpQXEeSzyWB7mIpxZIL8H2mDSf3Q6czR3Vk
197+ rabbit_port=54321
196198rabbit_username=o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM
197199redis_host_address=10.8.4.9
200+ registry_token=4PX2AU9QIJSCDLZEXILYX6ZP2RCXY1HR10WVZKWVR0JW8DS5IIY87D96V0RACMK5
201+ registry_username=runnable+deltapush
198202secrets_path=delta-hosts/secrets
199203user_content_domain=runnableapp.com
204+ user_vault_load_balancer=ab5d35e6f344211e797770ac76ff2aaa-2031464484.us-west-2.elb.amazonaws.com
200205vault_auth_token=578c9767-5af8-8490-0954-5d330f27b088
201206vault_token_01=0d324dc7d4cbd94790fd08809d06fb1e28e21e185910081c7646e3e49924f6ed01
202207vault_token_02=42dc8a69df174e77eb47a63b6ef4709bec57101cb1bff11a71c91b73b8bc046102
203208vault_token_03=47f3cb74f5374fa3c51c90fd25e3d4cc851034de97584995fce5fc5382342f1f03
204- rabbit_port=54321
205- registry_username=runnable+deltapush
206- registry_token=4PX2AU9QIJSCDLZEXILYX6ZP2RCXY1HR10WVZKWVR0JW8DS5IIY87D96V0RACMK5
207- dock_vault_user_creation_access_token=ddf20c34-019c-5b24-9c0d-1b44e3edf29a
208209
209210[web:vars]
210211web_intercom_id=wqzm3rju
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ cream_stripe_publishable_key=pk_test_sHr5tQaPtgwiE2cpW6dQkzi8
161161datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ
162162datadog_mongodb_user=datadog
163163datadog_tags=env:gamma
164+ dock_vault_user_creation_access_token=137f441f-db71-40a2-8448-10a565323b1e
164165domain=runnable-gamma.com
165166env=gamma
166167github_domain=api.github.com
@@ -176,15 +177,15 @@ pg_port=32659
176177rabbit_password=wKK7g7NWKpQXEeSzyWB7mIpxZIL8H2mDSf3Q6czR3Vk
177178rabbit_username=o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM
178179redis_host_address=10.4.6.45
180+ registry_token=8G0NT1HZQZHYXU7OB1QAI8HA1560V6R68DE6R6B8YJWQAED82JAFCD057ZWIDT76
181+ registry_username=runnable+gamma
179182secrets_path=gamma-hosts/secrets
180183user_content_domain=runnablecloud.com
184+ user_vault_load_balancer=aa8364af12f5a11e7bb9e02301ded9ea-905956029.us-west-2.elb.amazonaws.com
181185vault_auth_token=f9a39e92-99f3-66a0-a27d-a6e07717d30d
182186vault_token_01=2c0be2adf99931bc9ed443000e87bbcd0ef096dddc79f6add97ebe8fa7e93d2c05
183187vault_token_02=3489b87c913058740537bbbd4503f3720d74f7cb0f4e0c30a9436e1e52a18d7003
184188vault_token_03=ac4e1e9800cbf77283298d08172a2f0e46d0b7cbc457c47788d04768af12584a02
185- registry_username=runnable+gamma
186- registry_token=8G0NT1HZQZHYXU7OB1QAI8HA1560V6R68DE6R6B8YJWQAED82JAFCD057ZWIDT76
187- dock_vault_user_creation_access_token=137f441f-db71-40a2-8448-10a565323b1e
188189
189190[web:vars]
190191web_intercom_id=xs5g95pd
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ container_image: vault
44container_tag : 0.7.0
55hosted_ports : ["{{ user_vault_port }}"]
66
7+ service_type : " LoadBalancer"
8+
79volume_mounts :
810 - name : " {{ name }}"
911 path : /config
You can’t perform that action at this time.
0 commit comments