Skip to content

Commit 72ec989

Browse files
BXMSDOC-8312: Add note to enable user and group management (#12) (#4043)
* BXMSDOC-8312 Adds note to enable user and group management * Fixes typo * Update doc-content/enterprise-only/installation/run-dc-standalone-proc.adoc Incorporating peer review suggestion. Co-authored-by: emmurphy1 <[email protected]> Co-authored-by: emmurphy1 <[email protected]> Co-authored-by: emmurphy1 <[email protected]>
1 parent 9f5ab0a commit 72ec989

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc-content/enterprise-only/installation/run-dc-standalone-proc.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ java -jar {PRODUCT_FILE}-{URL_COMPONENT_CENTRAL}-standalone.jar --cli-script=app
3939
+
4040
[source,subs="attributes+"]
4141
----
42-
java -jar {PRODUCT_FILE}-{URL_COMPONENT_CENTRAL}-standalone.jar --cli-script=application-script.cli -D<PROPERTY>=<VALUE> -D<PROPERTY>=<VALUE>
42+
java -jar {PRODUCT_FILE}-{URL_COMPONENT_CENTRAL}-standalone.jar --cli-script=application-script.cli -D<PROPERTY>=<VALUE> -D<PROPERTY>=<VALUE>
4343
----
4444
+
4545
For example, to run {CENTRAL} and connect to {KIE_SERVER} as the user `controllerUser`, enter:
@@ -54,3 +54,8 @@ java -jar {PRODUCT_FILE}-{URL_COMPONENT_CENTRAL}-standalone.jar \
5454
+
5555
Doing this enables you to deploy containers to {KIE_SERVER}.
5656
See <<business-central-system-properties-ref_install-on-eap>> for more information.
57+
+
58+
[NOTE]
59+
====
60+
To enable user and group management in {CENTRAL}, set the value of the `org.uberfire.ext.security.management.wildfly.cli.folderPath` property to `kie-fs-realm-users`.
61+
====

0 commit comments

Comments
 (0)