RSSAmplifier

Posts on Christian Rebischke · Dec 5, 2019

Traefik BasicAuth

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

In this short blog article we revisit traefik and add password authentication to our reverse proxy example.Password authentication means we use a (user,password) tuple for the login. We don’t want to safe our password in clear text, therefore we need to encrypt it. At this moment, traefik supports three hash algorithms: MD5, SHA1, BCrypt. Two of them are considered to be broken, hence you…

Read on shibumi.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.