You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dex-dev
Hello,
I have been trying to setup Dex for the first time on a Kubernetes cluster. Following the instructions in the `getting started` page I ran:
dex serve dex/examples/config-dev.yaml
but got the following:
time="2018-11-02T16:12:36Z" level=info msg="config issuer: http://127.0.0.1:5556/dex" time="2018-11-02T16:12:36Z" level=info msg="config connector: mock" time="2018-11-02T16:12:36Z" level=info msg="config connector: local passwords enabled" failed to initialize storage: failed to perform migrations: creating migration table: unable to open database file
Any ideas on what might be causing this? I tried executing with sudo but this didn't help either.
Thanks a bunch,
Matan
p.s: I didn't see any official synchronous support channels listed on Dex's github repo, but are there unofficial IRC / Gitter channels when I could ask questions about Dex?
Eric Chiang
unread,
Nov 2, 2018, 2:32:19 PM11/2/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to m.sh...@gmail.com, dex...@googlegroups.com
> failed to initialize storage: failed to perform migrations: creating migration table: unable to open database file
This implies that dex can't create it's SQL database under
"examples/dex.db". You might need to make the examples directory.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to m.sh...@gmail.com, dex...@googlegroups.com
> p.s: I didn't see any official synchronous support channels listed on Dex's github repo, but are there unofficial IRC / Gitter channels when I could ask questions about Dex?