[SSO] User sylva-admin doesn't have any rights for Flux UI

Logging in Flux UI (Weave GitOps) via OIDC provider (with user sylva-admin and password returned by kubectl --namespace keycloak get KeycloakUser sylva-user -o json | jq '.spec.user | .credentials[].value') one notices there's no Flux resources showed. To be able to do this login, it's possible to use the branch flux-sso and ensure that:

  • the .Values.cluster.admin_password and .Values.cluster.flux_webui.admin_password are provided as inputs, will be solved with !218 (merged);
  • (and the .Values.proxies.no_proxy needs to container .sylva for Rancher UI SSO login to work, will be solved with !302 (merged))

image

Edited by Bogdan-Adrian Burciu