Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename 401.x containers to match slide numbering: 401.2 -> 401.3; 401…
….3->401.5; 401.4->401.7
credman committed Jan 29, 2021
1 parent 94e6e18 commit c111f8f
Showing 23 changed files with 277 additions and 277 deletions.
6 changes: 3 additions & 3 deletions ex401/ex401.1.end/container_files/seed-data/bootstrap.gsh
@@ -2,7 +2,7 @@ gs = GrouperSession.startRootSession();
delStem("401.1.1")
addRootStem("401.1.end", "401.1.end")

// 401.1.1
// Step 1
addStem("test", "vpn", "vpn");

//Create a loader job to pull in the VPN users assigned in the directory.
@@ -28,7 +28,7 @@ addGroup("test:vpn", "vpn_students", "vpn_students");
addComposite("test:vpn:vpn_students", CompositeType.INTERSECTION, "test:vpn:vpn_legacy", "ref:student");


// 401.1.2
// Step 2
addStem("app", "vpn", "vpn");
addStem("app:vpn", "service", "service");
addStem("app:vpn", "security", "security");
@@ -47,7 +47,7 @@ addMember("app:vpn:service:policy:vpn_authorized_deny", "ref:iam:global_deny");

addComposite("app:vpn:service:policy:vpn_authorized", CompositeType.COMPLEMENT, "app:vpn:service:policy:vpn_authorized_allow", "app:vpn:service:policy:vpn_authorized_deny");

// 401.2
// Step 3
// Auto create the PSPNG attributes
edu.internet2.middleware.grouper.pspng.FullSyncProvisionerFactory.getFullSyncer("pspng_groupOfNames");
pspngAttribute = AttributeDefNameFinder.findByName("etc:pspng:provision_to", true);
3 changes: 0 additions & 3 deletions ex401/ex401.2.1/container_files/seed-data/bootstrap.gsh

This file was deleted.

155 changes: 0 additions & 155 deletions ex401/ex401.2.end/container_files/seed-data/bootstrap.gsh

This file was deleted.

2 changes: 1 addition & 1 deletion ex401/ex401.3.1/Dockerfile
@@ -1,5 +1,5 @@
ARG VERSION_TAG
FROM tier/gte:401.2.end-$VERSION_TAG
FROM tier/gte:401.1.end-$VERSION_TAG

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
Vendor="TIER" \
4 changes: 2 additions & 2 deletions ex401/ex401.3.1/container_files/seed-data/bootstrap.gsh
@@ -1,3 +1,3 @@
gs = GrouperSession.startRootSession();
delStem("401.2.end")
addRootStem("401.3.1", "401.3.1")
delStem("401.1.end")
addRootStem("401.3.1", "401.3.1")

0 comments on commit c111f8f

Please sign in to comment.