-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: runtime error: index out of range #130
Labels
Comments
bcwaldon
added a commit
to bcwaldon/dex
that referenced
this issue
Dec 10, 2015
Move connector configs to DB; cache OIDC connector data in DB through overlord
Giving
|
ericchiang
added a commit
to ericchiang/dex
that referenced
this issue
Dec 17, 2015
Passing an empty list to the overlord or worker's --key-secrets flag currently causes an out of range panic. Always check to ensure there's at least one element passed. Fixes dexidp#130 Fixes dexidp#217
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get a basic Dex system up and running by following the getting started guide.
I'm running inside an ubuntu:14.04 container that I've installed Go 1.4.2 and Postgres 9.3 into.
After some futzing with psql authentication I have a dex_db created, and I've set up the credentials into the connection string
DEX_DB_URL=postgres://postgres:pa55Word@localhost/dex_db?sslmode=disable
When I start the overlord I'm seeing:
The text was updated successfully, but these errors were encountered: