Disable Local Login :: Kloudfuse Docs
Disable Local Login
You can implement an exclusively SSO-based authentication for access to your Kloudfuse cluster. This means disabling the admin login and access through htpasswd.
Follow these steps:
- Update the
custom_values.yamlfile:
kfuse-auth:
oauth2-proxy:
htpasswdFile:
enabled: false
- Upgrade helm:
helm upgrade --install kfuse oci://us-east1-docker.pkg.dev/mvp-demo-301906/kfuse-helm/kfuse \
-n kfuse \
--version <VERSION> \
-f custom-values.yaml
| 1 | Replace <VERSION> with a valid Kloudfuse release value. See Release Notes for the latest release. |