Skip to content

Commit

Permalink
Merge pull request #44 from internet2/PCupdates
Browse files Browse the repository at this point in the history
more fixes
  • Loading branch information
pcaskey authored Dec 10, 2020
2 parents 00a16ef + 0cd8125 commit 41338fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Workbench/grouper_data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tier/grouper:2.4.0-a47-u25-w5-p6-20190611
FROM i2incommon/grouper:2.5.37.1

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

Expand Down
6 changes: 6 additions & 0 deletions Workbench/webproxy/container_files/httpd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ <h3>Welcome to the InCommon TAP Workbench!</h3>
<li><a href="https://__CSPHOSTNAME__/midpoint" target="TAP-WB-MIDPOINT">midPoint (4.1)</a></li>
<li><a href="https://__CSPHOSTNAME__/registry" target="TAP-WB-COMANAGE">COmanage (3.3.1)</a></li>
</ul>
<br />
The system also contains the following downstream/target applications:
<ul>
<li><a href="https://__CSPHOSTNAME__/wordpress/wp/admin" target="TAP-WB-WORDPRESS">WordPress</a></li>
</ul>
<br />
In addition, the following applications are available:
<ul>
<li><a href="https://__CSPHOSTNAME__/rabbit" target="TAP-WB-RABBIT">Rabbit MQ</a></li>
Expand Down
3 changes: 3 additions & 0 deletions Workbench/webproxy/container_files/httpd/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ ProxyPassReverse /phpmyadmin https://directory/phpmyadmin
ProxyPass /registry https://comanage/registry
ProxyPass /registrySSO https://comanage/registrySSO
#ProxyPassReverse /comanage https://comanage/

ProxyPass /wordpress http://wordpress_server/
ProxyPassReverse /wordpress http://wordpress_server/

0 comments on commit 41338fd

Please sign in to comment.