]
Fred Bricon resolved JBIDE-21110.
---------------------------------
Resolution: Done
commit reverted in 4.3.x
[connection wizard] empty password should not be allowed
--------------------------------------------------------
Key: JBIDE-21110
URL:
https://issues.jboss.org/browse/JBIDE-21110
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.Final
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.3.1.Beta1
https://github.com/redhat-developer/openshift-vagrant (requires read authorization)
provides a VM with OpenShift where anonymous authentication is supported, i.e. any
username will be accepted (a user will be created on-the-fly) and there's no check on
passwords.
However the connection wizard doesn't allow blank/empty passwords. Also it currently
trims whitespaces from passwords. So one has to type in a dummy password in order to get
through authentication.