Permalink
Browse files
Do naming cleanup
Environmental variables and container names are improved. Only demo/simple is OK now; other ones are inconsistent now.
- Loading branch information
Showing
with
47 additions
and 352 deletions.
- +9 −9 Dockerfile
- +4 −2 Jenkinsfile
- +2 −2 container_files/usr-local-bin/start-httpd.sh
- +3 −3 container_files/usr-local-bin/start-midpoint.sh
- +2 −2 demo/simple/.env
- +14 −14 demo/simple/docker-compose.yml
- +13 −13 demo/simple/tests/main.bats
- +0 −9 midpoint-obsolete/README.md
- +0 −30 midpoint-obsolete/build.sh
- +0 −6 midpoint-obsolete/cleanup.sh
- +0 −15 midpoint-obsolete/test-root.sh
- +0 −51 midpoint-obsolete/test.sh
- +0 −62 midpoint-obsolete/test/common.sh
- +0 −16 midpoint-obsolete/test/t010-wait-for-start.sh
- +0 −3 midpoint-obsolete/test/t100-check-health.sh
- +0 −8 midpoint-obsolete/test/t110-get-administrator.sh
- +0 −28 midpoint-obsolete/test/t120-add-get-user.sh
- +0 −21 midpoint-obsolete/test/t200-stop-start.sh
- +0 −58 midpoint-obsolete/test/t300-repository-preservation.sh
@@ -1,8 +1,8 @@ | ||
#!/bin/bash | ||
|
||
echo "Linking secrets and config files; using authentication: $AUTHENTICATION" | ||
ln -sf /run/secrets/m_sp-key.pem /etc/shibboleth/sp-key.pem | ||
ln -sf /run/secrets/m_host-key.pem /etc/pki/tls/private/host-key.pem | ||
ln -sf /run/secrets/mp_sp-key.pem /etc/shibboleth/sp-key.pem | ||
ln -sf /run/secrets/mp_host-key.pem /etc/pki/tls/private/host-key.pem | ||
ln -sf /etc/httpd/conf.d/midpoint.conf.auth.$AUTHENTICATION /etc/httpd/conf.d/midpoint.conf | ||
|
||
httpd-shib-foreground |

Oops, something went wrong.