Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo diaz committed Jul 19, 2017
1 parent e4b9c64 commit d1b3df2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion container_files/etc/docker_config/discovery_url.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://service1.internet2.edu/shibboleth-ds/index.html
https:\/\/service1.internet2.edu\/shibboleth-ds\/index.html
1 change: 1 addition & 0 deletions container_files/etc/docker_config/docker_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ fi


sed -e "s/\${entityID}/$entityID/" -e "s/\${discoveryURL}/$discoveryURL/" /etc/docker_config/shibboleth2.xml > /etc/shibboleth/shibboleth2.xml
/opt/bin/httpd-shib-foreground
2 changes: 1 addition & 1 deletion container_files/etc/docker_config/entity_id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://fmdev.inc.testbed.tier.internet2.edu/shibboleth
https:\/\/siteadmin.inc.testbed.tier.internet2.edu\/
2 changes: 1 addition & 1 deletion siteadmin-sp-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: siteadmin-sp
image: tier/siteadmin-sp
command: ["/opt/bin/httpd-shib-foreground"]
command: ["/bin/bash","/etc/docker_config/docker_config.sh"]
ports:
- containerPort: 80
protocol: TCP
Expand Down

0 comments on commit d1b3df2

Please sign in to comment.