Configure Keycloak Identity Provider for Kubecost
Create a new Keycloak Realm.
Navigate to Realm Settings > General > Endpoints > OpenID Endpoint Configuration > Clients.
Select Create to add Kubecost to the list of clients. Define a
clientID
. Ensure the Client Protocol is set toopenid-connect
.Select your newly created client, then go to Settings.
Set Access Type to
confidential
.Set Valid Redirect URIs to
http://YOUR_KUBECOST_ADDRESS/model/oidc/authorize
.Set Base URL to
http://YOUR_KUBECOST_ADDRESS
.
The .Values.oidc
for Keycloak should be as follows:
PreviousMicrosoft Entra ID OIDC Integration for KubecostNextGluu Server with OIDC Configuration Guide
Last updated