Single Sign On (SSO) support
Kloudfuse platform can integrate with your existing identity providers. Please review the steps as per the scenario which applies.
For standalone user related configuration, please see here.
For integrating with Google Auth, please see here.
For integrating with OKTA, please see here.
Customize Sign in page
To customize sign in message, follow these steps:
edit your
custom-values.yaml
, add required customizations (see OAuth Proxy docs for available options) under theextraArgs
section and run the helm upgrade command:
kfuse-auth:
oauth2-proxy:
config:
...
extraArgs:
provider-display-name: "Customer Provider"
custom-sign-in-logo: "https://framerusercontent.com/images/1JKfsQjCthSQEaxzteDKpRprZM.png"
Current Defaults for sign in page:
extraArgs:
# provider-display-name: default based on provider used
footer: "-" # No footer
custom-sign-in-logo: "-" # No Logo
Restart kfuse-auth deployment for changes to take effect. For example, above changes will update the banner as shown below.
# Connect to kfuse cluster and kfuse namespace.
kubectl rollout restart deployment kfuse-auth
Custom Signin Page
, multiple selections available,
Related content
Configure Google OAuth2 Authentication
Configure Google OAuth2 Authentication
More like this
Adding users or changing password
Adding users or changing password
Read with this
Datadog Agent Installation using Docker-Compose
Datadog Agent Installation using Docker-Compose
Read with this
Fluent Bit Integration
Fluent Bit Integration
Read with this
AWS CloudWatch Metrics, Logs, and Events
AWS CloudWatch Metrics, Logs, and Events
Read with this