caasp-services
caasp-services copied to clipboard
Layered Services on the SUSE Container-as-a-Service Platform
Reproduction steps: helm install portus --name portus helm upgrade portus portus DB secrets will get generated, but not updated in mariadb
protus-secret.yaml template expects bind_pwd instead password for ldap config `portus-secret.yaml` ``` {{- if .Values.portus.config.ldap.authentication.enabled }} PORTUS_LDAP_AUTHENTICATION_PASSWORD: {{ .Values.portus.config.ldap.authentication.bind_pwd | b64enc | quote }} {{- end }} ``` `values.yaml` ``` #...
I used gitlab OAuth. Login to dashboard works successfully, but OAuth user can not authenticate via docker cli.
Add CI that deploys MariaDB (from upstream), and Portus (from this repo). It reuses all the logic from the other Kubic projects in order to boot CaaSP/Kubic infra, configure and...