Skip to content

Commit

Permalink
fix management old allowlist naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbueno committed Aug 9, 2023
1 parent 3e18cd5 commit 1402e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/artemis/management.xml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
<!--<connector connector-port="1099"/>-->
{% endif %}
<authorisation>
<allowlist>
<whitelist>
{% for entry in management_xml.whitelist %}
{% if entry.key %}
<entry domain="{{ entry.domain }}" key="{{ entry.key }}"/>
{% else %}
<entry domain="{{ entry.domain }}"/>
{% endif %}
{% endfor %}
</allowlist>
</whitelist>
<default-access>
{% for access in management_xml.default_access %}
<access method="{{ access.method }}" roles="{{ access.roles|join(',') }}"/>
Expand Down

0 comments on commit 1402e19

Please sign in to comment.