Skip to content

Commit

Permalink
SWITCHYARD-2574 Adding of a user in non-interactive mode on EAP/Wildfly
Browse files Browse the repository at this point in the history
  • Loading branch information
trohovsky committed May 6, 2015
1 parent 2a0afc7 commit 68e638b
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 62 deletions.
2 changes: 1 addition & 1 deletion bean-service/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Wildfly
----------
1. Start Wildfly in standalone mode :

${WILDFLY}/bin/standalone.sh
${AS}/bin/standalone.sh

2. Build and deploy the Quickstart :

Expand Down
9 changes: 3 additions & 6 deletions bpel-jms-binding/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ EAP

2. Create an application user:

${AS}/bin/add-user.sh

realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand All @@ -39,12 +37,11 @@ Wildfly
----------
1. Start Wildfly in standalone-full mode:

${WILDFLY}/bin/standalone.sh --server-config=standalone-full.xml
${AS}/bin/standalone.sh --server-config=standalone-full.xml

2. Create an application user:

${WILDFLY}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand Down
2 changes: 1 addition & 1 deletion camel-bindy/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EAP

Wildfly
----------
1. Start EAP in standalone mode:
1. Start Wildfly in standalone mode:

${AS}/bin/standalone.sh

Expand Down
8 changes: 3 additions & 5 deletions camel-jms-binding/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ EAP

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm UserName=guest Password=guestp.1 Group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand All @@ -38,14 +37,13 @@ EAP

Wildfly
----------
1. Start EAP in standalone-full mode:
1. Start Wildfly in standalone-full mode:

${AS}/bin/standalone.sh --server-config=standalone-full.xml

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm UserName=guest Password=guestp.1 Group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand Down
6 changes: 2 additions & 4 deletions demos/multiApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ EAP

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand All @@ -48,8 +47,7 @@ Wildfly

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand Down
10 changes: 3 additions & 7 deletions demos/policy-security-basic/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ EAP

1. Create an application user:

${AS}/bin/add-user.sh

realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend

2. Start EAP in standalone mode:

Expand Down Expand Up @@ -75,13 +73,11 @@ Wildfly

1. Create an application user:

${WILDFLY}/bin/add-user.sh

realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend

2. Start Wildfly in standalone mode :

${WILDFLY}/bin/standalone.sh
${AS}/bin/standalone.sh

3. Build and deploy the demo :

Expand Down
2 changes: 1 addition & 1 deletion demos/policy-security-cert/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Wildfly

1. Start Wildfly in standalone mode :

${WILDFLY}/bin/standalone.sh
${AS}/bin/standalone.sh

2. Build and deploy the demo :

Expand Down
2 changes: 1 addition & 1 deletion demos/policy-security-saml/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Wildfly

1. Start Wildfly in standalone mode :

${WILDFLY}/bin/standalone.sh
${AS}/bin/standalone.sh

2. Build and deploy the demo :

Expand Down
2 changes: 1 addition & 1 deletion demos/policy-security-wss-signencrypt/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Wildfly

1. Start Wildfly in standalone mode :

${WILDFLY}/bin/standalone.sh
${AS}/bin/standalone.sh

2. Build and deploy the demo :

Expand Down
12 changes: 4 additions & 8 deletions demos/policy-security-wss-username/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ EAP

1. Create an application user:

${AS}/bin/add-user.sh

realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend

2. Start JBoss EAP in standalone mode:

${EAP}/bin/standalone.sh
${AS}/bin/standalone.sh

3. Build and deploy the quickstart

Expand All @@ -41,13 +39,11 @@ Wildfly

1. Create an application user:

${WILDFLY}/bin/add-user.sh

realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend

2. Start Wildfly in standalone mode :

${WILDFLY}/bin/standalone.sh
${AS}/bin/standalone.sh

3. Build and deploy the demo :

Expand Down
8 changes: 3 additions & 5 deletions demos/policy-transaction/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ EAP

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand All @@ -52,12 +51,11 @@ Wildfly
----------
1. Start Wildfly in standalone-full mode:

${WILDFLY}/bin/standalone.sh --server-config=standalone-full.xml
${AS}/bin/standalone.sh --server-config=standalone-full.xml

2. Create an application user:

${WILDFLY}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand Down
12 changes: 3 additions & 9 deletions demos/security-propagation/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ EAP

1. Create an application user:

${AS}/bin/add-user.sh
User : kermit
Password : the-frog-1
Group : friend
${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend

2. Start JBoss AS in standalone mode:

Expand All @@ -47,10 +44,7 @@ Wildfly

1. Create an application user:

${WILDFLY}/bin/add-user.sh
User : kermit
Password : the-frog-1
Group : friend
${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend

2. Edit the standalone.xml placed on ${WILDFLY_HOME}/standalone/configuration

Expand All @@ -69,7 +63,7 @@ Wildfly

3. Start Wildfly in standalone mode :

${WILDFLY}/bin/standalone.sh
${AS}/bin/standalone.sh

4. Build and deploy the demo :

Expand Down
8 changes: 3 additions & 5 deletions ear-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ EAP

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the EAR

mvn install -Pdeploy
Expand All @@ -51,8 +50,7 @@ Wildfly

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the EAR

Expand Down
6 changes: 2 additions & 4 deletions jca-inflow-hornetq/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ EAP

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand All @@ -48,8 +47,7 @@ Wildfly

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand Down
6 changes: 2 additions & 4 deletions jca-outbound-hornetq/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ EAP

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand All @@ -41,8 +40,7 @@ Wildfly

2. Create an application user:

${AS}/bin/add-user.sh
realm=ApplicationRealm user=guest password=guestp.1 group=guest
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest

3. Build and deploy the quickstart

Expand Down

0 comments on commit 68e638b

Please sign in to comment.