diff --git a/test-compose/data/container_files/seed-data/bootstrap.gsh b/test-compose/data/container_files/seed-data/bootstrap.gsh index b8d9c9f7..4f902129 100644 --- a/test-compose/data/container_files/seed-data/bootstrap.gsh +++ b/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");