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
The skupper cli documentation states that --console-auth=internal is a mandatory switch if you specify either of the other options: --console-user or --console-password
However, the following command is accepted:
'skupper init --enable-console --enable-flow-collector --console-password password --console-user admin'
(This command is defaulting to internal)
The switch existence either needs to be enforced or update the documentation to state that the default is 'internal'.
Skupper version: 1.4.1
OCP version 12.4.5
The text was updated successfully, but these errors were encountered:
@bryonbaker I'm not seeing where it says --console-auth=internal is a mandatory switch if ....
What i do see is Valid only when --console-auth=internal and I think that's the correct phrase, is there somewhere else you saw 'mandatory'? Should we change to Valid only when --console-auth=internal (default) to avoid folks tripping on this?
The skupper cli documentation states that
--console-auth=internal
is a mandatory switch if you specify either of the other options:--console-user
or--console-password
However, the following command is accepted:
'skupper init --enable-console --enable-flow-collector --console-password password --console-user admin'
(This command is defaulting to internal)
The switch existence either needs to be enforced or update the documentation to state that the default is 'internal'.
Skupper version: 1.4.1
OCP version 12.4.5
The text was updated successfully, but these errors were encountered: