Reporting an Issue with Wildfly 25 and 26
I have created this Pull Request because I haven't found the correct way to open an issue on the github project. The configure-elytron-jaas.cli script is not working in Wildfly 26 because the legacy security extension is not available in versions 26, 25, but this script works with, at least, Wildfly versions 24 and 23.
I'm trying to use this quickstart to learn how to use the new jaas-realm available in version 26, therefore I'm not an expert and I can't find the way to fix this issue and provide an effective pull request to fix it.
The error is:
$ WILDFLY_HOME\bin\jboss-cli.bat --connect --file=configure-elytron-jaas.cli
org.jboss.as.cli.CommandFormatException: Failed to get the list of the operation properties: "WFLYCTL0030: No resource definition is registered for address [
("subsystem" => "security"),
("security-domain" => "quickstart-domain")
]": Failed to get the list of the operation properties: "WFLYCTL0030: No resource definition is registered for address [
("subsystem" => "security"),
("security-domain" => "quickstart-domain")
]"
hi @junquero , sorry about the late reply but Security team is working on a full update for the security quickstarts, so please I will ask you to hold a bit more on this
Does the ejb-security-jaas supported in Wildfly 26? I have the same issue
@zjujunge all security related quickstarts other than ee-securrity and servlet-security are currently disabled from the project build/dist due to possible legacy compatibility issues, yet all should be worked out on January 2023
Closing as this issue is no longer present. PS: @junquero Similar to WildFly sources, you may use https://issues.redhat.com to report issues with the Quickstart's sources. When creating an issue please use WildFly project and set the Component field to Quickstarts