diff --git a/TODO.md b/TODO.md index 3b54656..2552321 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,11 @@ TODO - Once upgrading to 2.6.9, can remove gsh code marked "Temporary fix for GRP-4024" from bootstrap.gsh files - Bug in 2.6.8, attr_read isn't enough to see attributes; need admin privileges on the object to see the option in the menu - 301.6 and 301.7 slides need to be finished -- 301.8 view privilege on the App folder not enough for kjenkins to view; needs create priv +- 301.8 view privilege on the App folder not enough for kjenkins to view; needs create priv (make a JIRA for this) +- web services in the GTE is protected by sso, so inaccessible by WS clients +- xmlstarlet is not in the Amazon Linux 2 standard images but is in the EPEL repository +- Somehow add docker-compose to the vms so we don't have to download it + 202202 ------- diff --git a/internal/mkstudent.sh b/internal/mkstudent.sh index e0d6e8d..9e362cb 100644 --- a/internal/mkstudent.sh +++ b/internal/mkstudent.sh @@ -10,7 +10,7 @@ echo "$GROUPER_GTE_DOCKER_BRANCH" > /root/grouperGteDockerBranch.txt chmod a+r /root/grouperGteDockerBranch.txt yum -y update -yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel wget mlocate emacs nano nslookup mlocate patch gawk jq xmlstarlet +yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel wget mlocate emacs nano nslookup mlocate patch gawk jq yum -y install docker