From 3bd4743508c2aec8122a63e96683967a1f743542 Mon Sep 17 00:00:00 2001 From: mchyzer Date: Mon, 4 Mar 2024 04:29:45 -0500 Subject: [PATCH] fix abac bug --- base/Dockerfile | 2 +- ex101/ex101.1.1/container_files/postgres/hr_depts.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 255b9d8..6b382b9 100644 --- a/base/Dockerfile +++ b/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 diff --git a/ex101/ex101.1.1/container_files/postgres/hr_depts.sql b/ex101/ex101.1.1/container_files/postgres/hr_depts.sql index 6b7f00b..0104287 100644 --- a/ex101/ex101.1.1/container_files/postgres/hr_depts.sql +++ b/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'),