Skip to content

Commit

Permalink
Fully disable qdr web by default (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
csibbitt authored Jun 19, 2024
1 parent e6be5e0 commit 8d0688a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/servicetelemetry/tasks/component_qdr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,11 @@
listeners:
- port: 5672
host: 127.0.0.1
- expose: {{ servicetelemetry_vars.transports.qdr.web.enabled }}
{% if servicetelemetry_vars.transports.qdr.web.enabled == "true" %}
- expose: true
http: true
port: 8672
{% endif %}
sslProfiles:
- caCert: {{ ansible_operator_meta.name }}-interconnect-openstack-ca
credentials: {{ ansible_operator_meta.name }}-interconnect-openstack-credentials
Expand Down

0 comments on commit 8d0688a

Please sign in to comment.