Skip to content
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

db, functional: make value column in key not pkey #250

Merged
merged 1 commit into from Dec 29, 2015

Conversation

bobbyrullo
Copy link
Contributor

go-oidc increased the size of the generated keys, which were too large
to be used as primary keys in postgres.

fixes #247

go-oidc increased the size of the generated keys, which were too large
to be used as primary keys in postgres.
@ericchiang
Copy link
Contributor

LGTM (assuming the functional tests pass)

bobbyrullo added a commit that referenced this pull request Dec 29, 2015
db, functional: make value column in key not pkey
@bobbyrullo bobbyrullo merged commit 75488c0 into dexidp:master Dec 29, 2015
@bobbyrullo bobbyrullo deleted the fix_dex branch December 29, 2015 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

postgres can't store RSA keys of length 2048 as primary keys
2 participants