Skip to content

Commit

Permalink
Fix wrong keycloak-url in mqtt-kafka-bridge
Browse files Browse the repository at this point in the history
Signed-off-by: marcel <[email protected]>
  • Loading branch information
wagmarcel authored and abhijith-hr committed Jan 24, 2024
1 parent 2e89f21 commit 6146026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/kafka-bridges/templates/bridge-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data:
"ssl-required": false
},
"mqttAuthService": {
"auth-server-url": "http://keycloak.local/auth/",
"auth-server-url": {{ printf "%s//%s%s" .Values.keycloak.externalAuthService.protocol .Values.keycloak.externalAuthService.domainname .Values.keycloak.externalAuthService.path | quote}},
"realm": "iff",
"clientId": "mqtt-broker",
"resource": "mqtt-broker",
Expand Down

0 comments on commit 6146026

Please sign in to comment.