You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what should be investigated or refactored
When installing SWF bundle on a new system and after the bundle is deployed a connect command is listed in the installer's terminal window with instructions on how to connect to keycloak. This comes from UDS Core and the command is zarf connect keycloak, however the installer may not have zarf installed. Our prereqs list UDS CLI when doing the install. The installer can run uds zarf connect keycloak to get the desired outcome. We've documented this in our SWF docs, but it can still be confusing if the installer is following along in the terminal and has not read ahead on the docs in another window.
Should we change this command in UDS Core to use the UDS CLI or potentially add clarity in the output with something like "if using Zarf cli use this command if UDS CLI then use this other one"
The text was updated successfully, but these errors were encountered:
Describe what should be investigated or refactored
When installing SWF bundle on a new system and after the bundle is deployed a connect command is listed in the installer's terminal window with instructions on how to connect to keycloak. This comes from UDS Core and the command is
zarf connect keycloak
, however the installer may not have zarf installed. Our prereqs list UDS CLI when doing the install. The installer can runuds zarf connect keycloak
to get the desired outcome. We've documented this in our SWF docs, but it can still be confusing if the installer is following along in the terminal and has not read ahead on the docs in another window.Should we change this command in UDS Core to use the UDS CLI or potentially add clarity in the output with something like "if using Zarf cli use this command if UDS CLI then use this other one"
The text was updated successfully, but these errors were encountered: