Closed nasark closed 3 months ago
@nasark does JKS not support any special characters or only some? I've used passwords before with some special characters and they appear to have worked, I know in this specific case it was #
that failed
@nasark does JKS not support any special characters or only some? I've used passwords before with some special characters and they appear to have worked, I know in this specific case it was # that failed
@agrare The only special characters that worked in my testing are $
, *
, which I can add to the regex to allow them... it's possible that the allowed special characters differ between Java versions
Nope those just happened to be the two special chars that I used so I thought maybe it was only #
that failed :)
Yeah could you add those to the regex and update the error message to indicate what is allowed
During appliance install, when using a messaging keystore password with special characters the appliance setup will fail. This appears to be a JKS (Java Keystore) limitation and should be addressed by preventing entry of passwords with special characters
@miq-bot assign @agrare @miq-bot add_label bug @miq-bot add_reviewer @agrare