Dex configuration missing `serve`
Hi, I'm trying to follow the auth with dex path.
After launching dex there are 0 replicas and
sudo docker service logs dex_dex
gives the following in the log
3 Replies
Ok, I htink I've managed to fix it 🤔
While this fixes the first problem there seems to be issues with sqlite permissions/setup as well
do we need the
dex
in front of the command?
i.e., this (used to) work:
huh.
you're right, they must have changed the image, this no longer works:
thanks for the PR 🙂
what's the permissions issue?Had 2 issues which were complaining about permissions/missing files.
Essentially fixed with these
So sqlite db for dex and
config.ini
for forward auth.
Dunno if it;s the best solution 😉 But it works on my machine ™️