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
Could you indicate somewhere in "Customizing the configuration of the WildFly Docker image" the best solution to deal with such error once wildfly is a container?
Authentication failed: all available authentication mechanisms failed: JBOSS-LOCAL-USER: javax.security.sasl.SaslException
it comes from "$local will attempt a file based challenge, if the caller is on the same side as the server and $local authentication is allowed as it is in the config below, authentication can be checked by seeing if the calling process can create a file under the $JBOSS_HOME/ directory and it if can it will be authenticated without checking the password."
Could you indicate somewhere in "Customizing the configuration of the WildFly Docker image" the best solution to deal with such error once wildfly is a container?
Authentication failed: all available authentication mechanisms failed: JBOSS-LOCAL-USER: javax.security.sasl.SaslException
it comes from "$local will attempt a file based challenge, if the caller is on the same side as the server and $local authentication is allowed as it is in the config below, authentication can be checked by seeing if the calling process can create a file under the $JBOSS_HOME/ directory and it if can it will be authenticated without checking the password."
but what about the reasonable solution for the docker-compose.yaml, for example?
The text was updated successfully, but these errors were encountered: