Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix abac bug
mchyzer committed Mar 4, 2024
1 parent 2cb3c1b commit 3bd4743
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
@@ -3,7 +3,7 @@ FROM tier/shib-idp:4.3.1_20231218 as idp
#FROM i2incommon/grouper:4.10.2 as grouper4

# Grouper version for the entire GTE
FROM i2incommon/grouper:5.8.2
FROM i2incommon/grouper:5.8.3

# Disable docker HEALTHCHECK inherited from tier/shib-sp
HEALTHCHECK NONE
2 changes: 1 addition & 1 deletion ex101/ex101.1.1/container_files/postgres/hr_depts.sql
@@ -81,7 +81,7 @@ insert into hr_depts(dept_id, name, parent_dept_id, abbrev) values
('90100', 'International Center for Ethics', '90000', 'ICFE'),
('90200', 'Institute for Social Science Research', '90000', 'ISSR'),
('90300', 'Research Center for Women''s Studies', '90000', 'RCWS'),
('10310', 'Strategic Communnications', '10300', 'SCOM'),
('10310', 'Strategic Communications', '10300', 'SCOM'),
('10320', 'Digital Communications', '10300', 'DCOM'),
('10330', 'Integrated Media', '10300', 'IMED'),
('10340', 'Integrated Design', '10300', 'INTD'),

0 comments on commit 3bd4743

Please sign in to comment.