Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[NOTASK]
updates for Grouper 4.7.x (updated test config files, updated sample integration configuration
Jj!
committed
Nov 2, 2023
1 parent
e17c855
commit f88664e
Showing
8 changed files
with
12 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARG GROUPER_VERSION=2.6.16.3 | ||
ARG GROUPER_VERSION=4.7.2 | ||
|
||
FROM i2incommon/grouper:${GROUPER_VERSION} | ||
|
||
COPY config/server.xml /opt/tomee/conf | ||
COPY config/server.xml /opt/tomcat/conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# grouper.osgi.enable = true | ||
grouper.osgi.enable = true | ||
grouper.osgi.jar.dir = /opt/grouper/plugins | ||
grouper.osgi.framework.system.packages.extra = javax*,javax.servlet,javax.servlet.http,sun.misc,javax.el,javax.enterprise.context,javax.interceptor,org.w3c.dom,javax.xml.transform,javax.xml.namespace,org.xml.sax,javax.xml.parsers,javax.xml.validation,javax.xml.transform.stream,org.w3c.dom.ls,javax.xml.transform.dom,javax.crypto,javax.servlet.http,javax.xml.datatype,javax.crypto.spec,org.xml.sax.helpers,org.xml.sax.ext,javax.xml.transform.sax | ||
grouper.osgi.framework.boot.delegation=javax*,org.apache.commons.logging,edu.internet2.middleware.grouperClient.config,edu.internet2.middleware.grouper.app.externalSystem,org.w3c.dom,javax.xml.transform,javax.xml.namespace,org.xml.sax,javax.xml.parsers,javax.xml.validation,javax.xml.transform.stream,org.w3c.dom.ls,javax.xml.transform.dom,javax.crypto,javax.servlet.http,javax.xml.datatype,javax.crypto.spec,org.xml.sax.helpers,org.xml.sax.ext,javax.xml.transform.sax | ||
grouper.osgi.framework.boot.delegation=org.osgi.*,javax.*,org.apache.commons.logging,edu.internet2.middleware.grouperClient.*,edu.internet2.middleware.grouper.*,org.w3c.*,org.xml.*,sun.* | ||
|
||
grouperOsgiPlugin.0.jarName = grouper-authentication-plugin.jar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
grouperUi.config.hierarchy = classpath:grouper-ui-ng.base.properties, classpath:grouper-ui.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
grouperClient.config.hierarchy = classpath:grouper.base.properties, classpath:grouper.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
grouper.config.hierarchy = classpath:grouper.base.properties, classpath:grouper.properties | ||
grouper.osgi.enable = true |