aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/authentication
AgeCommit message (Collapse)AuthorFilesLines
2024-08-13[authentication] Fix READMEAndreas Geissler1-6/+6
change default settings Issue-ID: OOM-3306 Change-Id: I5600dce6d4828323a0c00107a967cfdaf71c07b5 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-08-08[AUTHENTICATION] Fixes for REALM generationAndreas Geissler6-89/+401
- Some fixes for the client creation within the REALM. - Addition function for SMTP server configuration - README additions - Kyverno policy violation fixes Issue-ID: OOM-3306 Change-Id: I6df34be566257f40795e454a6a81b4743cb8edb1 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-06-05[AUTHENTICATION] Restructured keycloak and Oauth2-proxyAndreas Geissler55-0/+4304
Changed keycloak-init to "authentication" and moved as root chart Moved oauth2-proxy to onap-authentication and updated to version 7.5.4 Use TCL proposal for REALM creation. Update keycloak-config-cli version to 5.12.0. Ingress AuthorizationPolicy creation for all defined accessRoles in the configured realms Issue-ID: OOM-3292 Issue-ID: OOM-3268 Change-Id: I0901cd416ca5da871931d7cf084cd35c55f804f1 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>