kubecost / cost-analyzer-helm-chart

Kubecost helm chart
http://kubecost.com/install
Apache License 2.0
477 stars 416 forks source link

[Feature] Why do we have to configure auth URL for Keycloak in OIDC when auth URL is defined in the OIDC well known document? #3455

Open RamazanKara opened 3 months ago

RamazanKara commented 3 months ago

Problem Statement

According to this document: https://docs.kubecost.com/install-and-configure/advanced-configuration/user-management-oidc/user-management-oidc-keycloak we have to set authURL and enter the well known document for Keycloak. When setting the authURL, we have to duplicate already set parameters redirectURL and client ID.

Solution Description

The Auth URL should be taken from the well known documentation and additionally entering the authURL should not be necessary if the well known documentation is set in discoveryURL. the Parameters for the authURL should be taken by the already set parameters clientID and loginRedirectURL.

Alternatives

No response

Additional Context

No response

Troubleshooting

jessegoodier commented 3 months ago

@RamazanKara thank you for the suggestion.

Just go confirm, this issue is to remove an unnecessary step, the function works as intended?