Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added folders per the TIER Grouper Deployment Guide
chubing committed Sep 10, 2018
1 parent e4af63f commit 1b3d216
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test-compose/data/container_files/seed-data/bootstrap.gsh
@@ -1,10 +1,10 @@
gs = GrouperSession.startRootSession()

addStem("","app", "enterprise applications access control policy")
addStem("","basis", "groups used exclusively by the IAM team to build reference groups")
addStem("","bundle", "sets of reference groups used in policy for many services")
addStem("","org", "delegated authority, ad-hoc groups, org owned apps or reference groups")
addStem("","ref", "reference groups (i.e. institutional meaningful cohorts)")
addStem("","test", "test folder for system verification")
addStem("","app", "app")
addStem("","basis", "basis")
addStem("","bundle", "bundle")
addStem("","org", "org")
addStem("","ref", "ref")
addStem("","test", "test")

addMember("etc:sysadmingroup","banderson");

0 comments on commit 1b3d216

Please sign in to comment.