-
Task
-
Resolution: Done
-
Minor
-
None
-
None
With the migration from the legacy security subsystem to elytron, we are now using the Elytron FileSystem provider, which allow users to be added using JBoss CLI:
/subsystem=elytron/filesystem-realm=KieFsRealm:add-identity(identity=user1) /subsystem=elytron/filesystem-realm=KieFsRealm:set-password(identity=user1, clear={password="pass123*"}) /subsystem=elytron/filesystem-realm=KieFsRealm:add-identity-attribute(identity=user1, name=role, value=["kie-server","rest-all","admin","kiemgmt","Administrators","user"])
On Container images it can be added using the Post Configure feature to execute a jboss cli script.