You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WildFly
i believe you can do it with
ManagementFactory.getPlatformServer;
platformServer.setAttribute(... );
on "jboss.as:susbstem=datasources,data-source=your-datasource"
and new Attribute("password","you-actual-new-pass");
Darran Lofthouse
unread,
Oct 30, 2023, 6:24:59 AM10/30/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WildFly
We have some similar feature requests for when a password comes from a credential store but even that is very tied to how we process the model once - we would really need some kind of callback API so that the credential store could notify anything using a particular credential that it has been updated.