[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_passwordand.Values.cluster.flux_webui.admin_passwordare provided as inputs, will be solved with !218 (merged); - (and the
.Values.proxies.no_proxyneeds to container.sylvafor Rancher UI SSO login to work, will be solved with !302 (merged))
Edited by Bogdan-Adrian Burciu
