-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README #237
Update README #237
Conversation
Add some instructions from https://quay.io/repository/halconsole/wildfly / https://github.com/hal/console/blob/main/wildfly/src/main/docker/Dockerfile-standalone
I don't like the current approach using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was decided early in the life of AS7 we would avoid both default passwords AND usernames for use of the management endpoint.
Improve the section to enable the management console by using a secret to create the admin user instead of hard-coding the credentials in the Dockerfile Signed-off-by: Jeff Mesnil <[email protected]>
04c7a3c
to
6e13a5c
Compare
I had a dig at it but it's not working atm:
Build the image and push it to quay.io
Create the route
Create the
At this point, it should work but somehow my route is giving me a 503.
|
Improve the section to enable the management console by using a secret to create the admin user instead of hard-coding the password in the Dockerfile