Difference between revisions of "Initializing the Kubernetes cluster"
Jump to navigation
Jump to search
m (→DEX with LDAP) |
m (→Authentication systems) |
||
| Line 9: | Line 9: | ||
with customized install scripts in kubernetes/init/dex/ | with customized install scripts in kubernetes/init/dex/ | ||
| − | # Create secrets for TLS connections, use certs for ccu.uni-konstanz.de | + | # Create secrets for TLS connections, use certs for ccu.uni-konstanz.de |
## Modify ca-cm.yml to contain correct ca. | ## Modify ca-cm.yml to contain correct ca. | ||
## Run upload_ccu_tls.sh | ## Run upload_ccu_tls.sh | ||
Revision as of 17:48, 30 May 2019
Authentication systems
DEX with LDAP
Set up according to this tutorial with customized install scripts in kubernetes/init/dex/
- Create secrets for TLS connections, use certs for ccu.uni-konstanz.de
- Modify ca-cm.yml to contain correct ca.
- Run upload_ccu_tls.sh
- Spin up login application service.
- Modify loginapp-cm.yml: server config
- Modify loginapp-ing-srv.yml: service data, mapping of ports to outside world
- Modify loginapp-deploy.yml: ID secret for TLS
- Run start-login-service.sh
- Spin up dex
- Modify dex-cm.yml: server data and LDAP configuration
- Modify dex-ing-srv.yml: service data, mapping of ports to outside world
- Modify dex-deploy.yml: ID secret for TLS
- Run start-dex-service.sh