Keycloak
Keycloak is an open-source Identity and Access Management platform that simplifies user authentication, offers user federation with various data sources, and supports standard security protocols like OpenID Connect, OAuth 2.0, and SAML. It includes an admin console for centralized management of user permissions, sessions, and application configurations.
Example
glitchtip.yaml
apiVersion: glasskube.eu/v1alpha1
kind: Keycloak
metadata:
name: keycloak
spec:
host: keycloak.mycompany.eu
management:
enabled: true
Spec
Name | Type | Default | |
---|---|---|---|
host | String | (required) | |
management | ManagementSpec | Configuration of the keycloak management UI | |
resources | ResourceRequirements |
ManagementSpec
Name | Type | Default | |
---|---|---|---|
enabled | Boolean | true | Whether the management UI should be exposed via Ingress. |