Difference between revisions of "Initializing the Kubernetes cluster"
Jump to navigation
Jump to search
m (→Authentication systems) |
m (→Authentication systems) |
||
| Line 8: | Line 8: | ||
Set up according to [https://github.com/krishnapmv/k8s-ldap this tutorial] | Set up according to [https://github.com/krishnapmv/k8s-ldap this tutorial] | ||
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 (for now exposed, later switch to internal services): | ||
| + | ## Modify ca-cm.yml to contain correct ca. | ||
| + | ## Run upload_ccu_tls.sh | ||
| + | |||
| + | # Spin up login application service. | ||
| + | ## Modify dex-cm.yml: server data and LDAP configuration | ||
Revision as of 17:08, 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 (for now exposed, later switch to internal services):
- Modify ca-cm.yml to contain correct ca.
- Run upload_ccu_tls.sh
- Spin up login application service.
- Modify dex-cm.yml: server data and LDAP configuration