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
Custom resource wildfly_cli nicely executes JBossCLI/WildFly commands thru an HTTP connection to JBoss/WildFly server. But, in case we need to change any configuration before starting the server, we need to resort to the embedded server.
My proposal is to either write a new provider "embedded" to the existing type wildfly_cli. I managed something in a module used internally at work, but I think this would better suit this public module.
The text was updated successfully, but these errors were encountered:
Main entry point for general Wildfly resource changes is defined type wildfly::resource, which uses custom resource wildfly_resource
Moving from HTTP API to embedded server is, actually, a two-step process
Implement CLI API
Implement embedded server
So, I'm changing this issue to implement CLI API support, maybe as a common provider or shared library, which could serve wildfly_cli and wildfly_resource. And leaving the embedded server part for a future issue.
EmersonPrado
changed the title
Include support for embedded server in custom resource wildfly_cli
Include support for CLI API for actions currently performed via HTTP API
Jan 8, 2024
Custom resource wildfly_cli nicely executes JBossCLI/WildFly commands thru an HTTP connection to JBoss/WildFly server. But, in case we need to change any configuration before starting the server, we need to resort to the embedded server.
My proposal is to either write a new provider "embedded" to the existing type wildfly_cli. I managed something in a module used internally at work, but I think this would better suit this public module.
The text was updated successfully, but these errors were encountered: