make
Creates ./bin/dex-k8s-authenticator
make container
You must have a dex
instance running before starting dex-k8s-authenticator
.
Follow the example here: https://github.com/coreos/dex/blob/master/Documentation/getting-started.md
Start it with using the provided ./examples/dex-server-config-dev.yaml
./bin/dex-k8s-authenticator --config ./examples/config.yaml
- Browse to http://localhost:5555
- Click 'Example Cluster'
- Click 'Log in with Email'
- Login with
[email protected]
followed by the passwordpassword
- You should be redirected back to the dex-k8s-authenticator
Additional configuration options are explained here