Skip to content

Commit

Permalink
Move note about disabling auth to main section
Browse files Browse the repository at this point in the history
  • Loading branch information
csibbitt committed Oct 10, 2023
1 parent 01fe21b commit ddd177e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[role="_abstract"]
When you configure the {OpenStack} ({OpenStackShort}) overcloud for {Project} ({ProjectShort}), you must provide the {MessageBus} password in the {ProjectShort} connection file.

Basic authentication on the {MessageBus} connection can be disabled by setting `transports.qdr.auth` parameter of the STF spec to `none`. Versions of {ProjectShort} before 1.5.3 did not support this parameter and always behave as if it is set to `none`. This behaviour is preserved after an upgrade to {ProjectShort} 1.5.3 until a user explicitly changes the parameter to `basic`. New installs of {ProjectShort} 1.5.3 or later use `basic` authentication by default.

.Procedure

. Log in to your {OpenShift} environment where {ProjectShort} is hosted.
Expand All @@ -21,6 +23,3 @@ $ oc project service-telemetry
----
$ oc get secret default-interconnect-users -o json | jq -r .data.guest | base64 -d
----

[NOTE]
Basic authentication on the {MessageBus} connection can be disabled by setting `transports.qdr.auth` parameter of the STF spec to `none`. Versions of {ProjectShort} before 1.5.3 did not support this parameter and always behave as if it is set to `none`. This behaviour is preserved after an upgrade to {ProjectShort} 1.5.3 until a user explicitly changes the parameter to `basic`. New installs of {ProjectShort} 1.5.3 or later use `basic` authentication by default.

0 comments on commit ddd177e

Please sign in to comment.