For local development, I use a Kind/Helm setup. After successfully ramping up to version 8.6, I cannot log in with the default demo/demo credentials. In the logs of the Operate and Tasklist pods, I see this exception:
java.lang.IllegalArgumentException: You have entered a password with no PasswordEncoder. If that is your intent, it should be prefixed with {noop}.
It seems there have been changes in the security implementation, but the old setup was not updated. Is there a quick workaround for this, or do I need to revert to version 8.5?
Great, thanks for the info that everything worked as expected on your end.
I then decided to check my configuration, found nothing wrong, so I decided to simply delete the existing Kind cluster and rebuild everything from scratch. And it worked.
The issue was due to some kind of corrupted Kind cluster.