Skip to content

Commit

Permalink
fix(bootstrap): Update Bootstrap XML allow profile
Browse files Browse the repository at this point in the history
  • Loading branch information
lenosi authored and enkeys committed Jun 27, 2023
1 parent ea2315b commit 19d5d1f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions profiles/artemis/_modules/bootstrap_xml/allow.yaml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ bootstrap_xml:
server:
configuration: 'file:{% if ":" in broker_instance %}/{% endif %}{{ broker_instance }}/etc/broker.xml'
web:
bind:
- name: artemis
uri: https://localhost:8161
sniHostCheck: false
sniRequired: false
clientAuth: false
bindings: {{ boostrap_xml_bindings}}
rootRedirectLocation: '{% if bootstrap_xml_rootRedirectLocation is not defined %}console{% else %}{{ bootstrap_xml_rootRedirectLocation }}{% endif %}'
path: web
apps:
{% if bootstrap_apps is not defined %}
Expand All @@ -22,4 +18,3 @@ bootstrap_xml:
{% else %}
{{ bootstrap_apps }}
{% endif %}

0 comments on commit 19d5d1f

Please sign in to comment.