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
I'm setting up a JBOSS EAP 7 server for a customer. I do the initial configuration, adding a jdbc driver and a data source and of course a mangement user.
In fact I am not responsible for the JBOSS server, so I don't want to know the customers password to the jboss mgmt gui/cli. I set up the server with an initial password and advice the customer to change it immediately. Problem is wildfly::config::mgmt_user always overwrites a manual password change, because this is under the hood a file_line change in the mgmt-users.properties file.
I played around with the user.pp in /manifests/config but I was not able to find a way to say "do not change when you find a match = username". Do you have some ideas on how to achieve that?
thanks
dan
The text was updated successfully, but these errors were encountered:
Hey,
I'm setting up a JBOSS EAP 7 server for a customer. I do the initial configuration, adding a jdbc driver and a data source and of course a mangement user.
In fact I am not responsible for the JBOSS server, so I don't want to know the customers password to the jboss mgmt gui/cli. I set up the server with an initial password and advice the customer to change it immediately. Problem is wildfly::config::mgmt_user always overwrites a manual password change, because this is under the hood a file_line change in the mgmt-users.properties file.
I played around with the user.pp in /manifests/config but I was not able to find a way to say "do not change when you find a match = username". Do you have some ideas on how to achieve that?
thanks
dan
The text was updated successfully, but these errors were encountered: