Skip to content

Commit

Permalink
shib and proxy config for comanage
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Dec 4, 2020
1 parent 4a3c76f commit 5cd22f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
cookieProps to "https" for SSL-only sites. Note that while we default checkAddress to
"false", this makes an assertion stolen in transit easier for attackers to misuse.
-->
<Sessions lifetime="28800" timeout="3600" relayState="ss:mem" handlerURL="/grouperSSO/Shibboleth.sso"
<Sessions lifetime="28800" timeout="3600" relayState="ss:mem" handlerURL="/registrySSO/Shibboleth.sso"
checkAddress="false" handlerSSL="true" cookieProps="https"
redirectLimit="exact">

Expand Down
5 changes: 5 additions & 0 deletions Workbench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ services:
- wordpress_data:/var/lib/mysql
ports:
- 3306

comanage:
build:
context: ./comanage/
Expand All @@ -325,6 +326,10 @@ services:
- net
ports:
- 11443:443
volumes:
- type: bind
source: ./configs-and-secrets/comanage/shibboleth/shibboleth2.xml
target: /etc/shibboleth/shibboleth2.xml

networks:
net:
Expand Down
1 change: 1 addition & 0 deletions Workbench/webproxy/container_files/httpd/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ ProxyPass /phpmyadmin https://directory/phpmyadmin
ProxyPassReverse /phpmyadmin https://directory/phpmyadmin

ProxyPass /registry https://comanage/registry
ProxyPass /registrySSO https://comanage/registrySSO
#ProxyPassReverse /comanage https://comanage/

0 comments on commit 5cd22f7

Please sign in to comment.