Skip to content

Commit

Permalink
Merge pull request #8 from genesis-community/update-shield-subkit1
Browse files Browse the repository at this point in the history
Embed proxy setting to shield subkit
  • Loading branch information
daviddob authored Jan 8, 2018
2 parents 4221349 + 9fdab05 commit b61311c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion subkits/shield/shield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ instance_groups:
- name: shield-agent
release: shield
properties:
ip: (( grab params.static_ip ))
shield-url: (( grab params.shield_core_url ))
agent:
key: (( vault params.shield_key_vault_path ))
core:
ca: (( vault params.shield_ca_vault_path ))
env:
http_proxy: (( grab params.http_proxy || "" ))
https_proxy: (( grab params.https_proxy || "" ))
no_proxy: (( grab params.no_proxy || "" ))

releases:
- name: shield
Expand Down

0 comments on commit b61311c

Please sign in to comment.