Skip to content

Commit 208a09f

Browse files
committed
Use basic auth for hawtio
1 parent 2dd8b06 commit 208a09f

File tree

1 file changed

+5
-0
lines changed
  • bw-wf-core-feature-pack/src/main/resources/packages/deploy.scripts/pm/wildfly/resources/bin

1 file changed

+5
-0
lines changed

bw-wf-core-feature-pack/src/main/resources/packages/deploy.scripts/pm/wildfly/resources/bin/bwcommon.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121

2222
JAVA_OPTS="$JAVA_OPTS -Dcom.bedework.site.name=bwtest"
2323

24+
# ==========================================================
25+
# Needed so basic auth works.
26+
# ==========================================================
27+
JAVA_OPTS="$JAVA_OPTS -Dhawtio.authenticationEnabled=false"
28+
2429
# This removes a warning but must be different for each server in an HA cluster
2530
JAVA_OPTS="$JAVA_OPTS -Djboss.tx.node.id=bwtest-01"
2631

0 commit comments

Comments
 (0)