Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create 2 kubernetes secrets.

    • Create secret called kfuse-auth-users as mentioned here.

    • Create secret called kfuse-auth-google. Use these steps to generate cookie secret.

...

Code Block
kfuse-auth:
  oauth2-proxy:
    config:
      existingSecret: "kfuse-auth-google-auth"
    htpasswdFile:
      existingSecret: "kfuse-auth-users"

...