Skip to content

Commit

Permalink
Merge pull request #2 from internet2/add-web-proxy
Browse files Browse the repository at this point in the history
Add web proxy
  • Loading branch information
chubing authored Oct 16, 2020
2 parents d1fa2ee + 59e4fea commit 3416919
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,25 @@ Below are the names/ports that the components in the demos will use. Not all de

## ITAP Training Environment Names/Ports ##

**Web Proxy**
* name:
* port: 443

**IdP**
* name: idp.example.org
* port: 443
* port: 13443

**Grouper**
* name: grouper.example.org
* port: 8443

**Grouper-WS**
* name: grouper-ws.example.org
* port: 9443

**COmanage**
* name: comanage.example.org
* port: 9443
* port: 12443

**midPoint**
* name: midpoint.example.org
Expand All @@ -41,12 +49,12 @@ Below are the names/ports that the components in the demos will use. Not all de

**HRMS**
* name: hr.example.org
* port: 12443
* port: 14443

**SIS**
* name: sis.example.org
* port: 13443
* port: 15443

**Wordpress**
* name: www<span></span>.example.org
* port: 14443
* port: 16443
6 changes: 6 additions & 0 deletions Util/WebProxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM tier/shibboleth_sp:latest

COPY container_files/httpd/proxy.conf /etc/httpd/conf.d/



11 changes: 11 additions & 0 deletions Util/WebProxy/container_files/httpd/proxy.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#Proxy config
ProxyPass /midpoint https://midpoint:10443/midpoint
ProxyPass /grouper https://grouper:8443/grouper
ProxyPass /grouper-ws https://grouper_ws:9443/grouper-ws
ProxyPass /idp https://idp:13443/
ProxyPass /rabbit https://rabbit:15672/
#ProxyPass /ldap https://localhost:10389/midpoint
ProxyPass /comanage https://comanage:12443/
#add reverseProxy
#PassReverse / http://localhost:8090/

0 comments on commit 3416919

Please sign in to comment.