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."
https://access.redhat.com/solutions/3209281
but what about the reasonable solution for the docker-compose.yaml, for example?
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?