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?

  • ccunix@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    I’ve been using Authentik for a while now and it works very well. There is also a Teraform provider to manage it as code. I do mostly OIDC, but also use it as a proxy for a few things that do not support that and just need to be locked down (Esp home and longhorn dashboards for example).

    The disadvantage is that it is not the lightest option. If that is important to you, look at Authelia.

  • folekaule@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    For very simple Kubernetes and Docker environments, I’ve used Dex IdP with good results. It’s low on features, but easy to set up.

  • Lovable Titty @lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 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!