Skip to content

Commit

Permalink
bump Grouper to 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Aug 26, 2023
1 parent cb164df commit 73fe391
Show file tree
Hide file tree
Showing 7 changed files with 1,440 additions and 501 deletions.
2 changes: 1 addition & 1 deletion Workbench/grouper_daemon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/grouper:4.5.2
FROM i2incommon/grouper:4.5.4

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

Expand Down
2 changes: 1 addition & 1 deletion Workbench/grouper_data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/grouper:4.5.2
FROM i2incommon/grouper:4.5.4

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

Expand Down
2 changes: 1 addition & 1 deletion Workbench/grouper_ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/grouper:4.5.2
FROM i2incommon/grouper:4.5.4

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

Expand Down
2 changes: 1 addition & 1 deletion Workbench/grouper_ws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/grouper:4.5.2
FROM i2incommon/grouper:4.5.4

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<authentication>
<modules>
<loginForm>
<name>internalLoginForm</name>
<identifier>internalLoginForm</identifier>
<description>Internal username/password authentication, default user password, login form</description>
</loginForm>
<httpBasic>
<name>internalBasic</name>
<identifier>internalBasic</identifier>
<description>Internal username/password authentication, using HTTP basic auth</description>
</httpBasic>
<saml2>
<name>mySamlSso</name>
<identifier>mySamlSso</identifier>
<description>My internal enterprise SAML-based SSO system.</description>
<serviceProvider>
<entityId>midpointdemo-shibboleth</entityId>
Expand Down Expand Up @@ -44,13 +44,13 @@
</serviceProvider>
</saml2>
<httpHeader>
<name>httpHeader</name>
<identifier>httpHeader</identifier>
<logoutUrl>https://__CSPHOSTNAME__/MPSSO/Shibboleth.sso/Logout</logoutUrl>
<usernameHeader>REMOTE_USER</usernameHeader>
</httpHeader>
</modules>
<sequence>
<name>admin-gui-saml-internal</name>
<identifier>admin-gui-saml-internal</identifier>
<description>
Internal SAML2 GUI authentication sequence.
</description>
Expand All @@ -60,13 +60,13 @@
<urlSuffix>saml-internal</urlSuffix>
</channel>
<module>
<name>mySamlSso</name>
<identifier>mySamlSso</identifier>
<order>30</order>
<necessity>sufficient</necessity>
</module>
</sequence>
<sequence>
<name>admin-gui-emergency</name>
<identifier>admin-gui-emergency</identifier>
<description>
Special GUI authentication sequence that is using just the internal user password.
</description>
Expand All @@ -78,13 +78,13 @@
<requireAssignmentTarget oid="00000000-0000-0000-0000-000000000004" relation="org:default" type="c:RoleType">
</requireAssignmentTarget>
<module>
<name>internalLoginForm</name>
<identifier>internalLoginForm</identifier>
<order>30</order>
<necessity>sufficient</necessity>
</module>
</sequence>
<sequence>
<name>admin-gui-default</name>
<identifier>admin-gui-default</identifier>
<description>
Special GUI authentication sequence that is using Shibboleth SP
</description>
Expand All @@ -94,13 +94,13 @@
<urlSuffix>shib</urlSuffix>
</channel>
<module>
<name>httpHeader</name>
<identifier>httpHeader</identifier>
<order>30</order>
<necessity>sufficient</necessity>
</module>
</sequence>
<sequence>
<name>rest</name>
<identifier>rest</identifier>
<description>
Authentication sequence for REST service.
</description>
Expand All @@ -110,13 +110,13 @@
<urlSuffix>rest-default</urlSuffix>
</channel>
<module>
<name>internalBasic</name>
<identifier>internalBasic</identifier>
<order>10</order>
<necessity>sufficient</necessity>
</module>
</sequence>
<sequence>
<name>actuator</name>
<identifier>actuator</identifier>
<description>
Authentication sequence for actuator.
</description>
Expand All @@ -126,7 +126,7 @@
<urlSuffix>actuator-default</urlSuffix>
</channel>
<module>
<name>internalBasic</name>
<identifier>internalBasic</identifier>
<order>10</order>
<necessity>sufficient</necessity>
</module>
Expand Down
Loading

0 comments on commit 73fe391

Please sign in to comment.