I have a Talos k8s setup now and I’m trying to add various services. I have discovered that my old htpasswd file won’t cut it for auth.

I want to host the following,

  1. WebDAV solution (currently sftpgo)
  2. Invidious
  3. *arr tools
  4. Bitwarden

Should I go with keycloak? Are there better auth services?

  • moonpiedumplings@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    Authentik is definitely the best of all I’ve tried. It has the most features, supporting both ldap and oauth, and also has an official helm chart.

  • Lovable Titty @lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    Keycloak seems a little bit faster in my case, and it is simpler to setup. It has less containers.

    However Authentik is has more features.

    So, depending on your use case, I’d use one of those. Both are great!