[BUG] - Why is the keycloak client name hard-coded to grafana for all services? #2428
Labels
area: integration/keycloak
area: monitoring 🔍
needs: investigation 🔍
Someone in the team needs to find the root cause and replicate this bug
type: bug 🐛
Something isn't working
Describe the bug
The client name for all services is currently hard-coded to
grafana
:nebari/src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/keycloak-client/main.tf
Lines 7 to 13 in 2f85ece
Querying the clients list returns a list like:
This was introduced 2 years ago in #1003.
Expected behavior
Either:
var.client_id
is used if it does not have to hard-coded tografana
grafana
OS and architecture in which you are running Nebari
main
branchHow to Reproduce the problem?
Query keycloak REAST API
/auth/admin/realms/nebari/clients/
endpoint (with appropriate token).Command output
No response
Versions and dependencies used.
No response
Compute environment
None
Integrations
No response
Anything else?
Spotted when working on #2308
The text was updated successfully, but these errors were encountered: