Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added flags for components
chubing committed Mar 2, 2020
1 parent 195559d commit bb75072
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions container_files/usr-local-bin/library.sh
@@ -64,6 +64,9 @@ linkGrouperSecrets() {
}

prepDaemon() {
export GROUPER_DAEMON=true
export RUN_TOMEE=true

setupLoggingPipe
setupGrouperLogPipe
cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
@@ -81,6 +84,10 @@ prepDaemonConf() {
}

prepSCIM() {
export GROUPER_SCIM=true
export RUN_APACHE=true
export RUN_TOMEE=true

setupLoggingPipe
setupGrouperLogPipe
setupHttpdLogPipe
@@ -103,6 +110,11 @@ prepSCIMConf() {
}

prepUI() {
export GROUPER_UI=true
export RUN_APACHE=true
export RUN_SHIB_SP=true
export RUN_TOMEE=true

setupLoggingPipe
setupGrouperLogPipe
setupHttpdLogPipe
@@ -125,6 +137,10 @@ prepUIConf() {
}

prepWS() {

export GROUPER_WS=true
export RUN_APACHE=true
export RUN_TOMEE=true
setupLoggingPipe
setupGrouperLogPipe
setupHttpdLogPipe

0 comments on commit bb75072

Please sign in to comment.