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

storage/sql: allow specifying sql flavor specific migrations #1659

Merged
merged 2 commits into from
Feb 21, 2020

Conversation

bonifaido
Copy link
Member

Furthermore increase auth_request.state length to 4096 in MySQL because JWT states can easily exceed the current limit and get cut, which causes weird login issues. Postgres and SQLite is not affected because they are using TEXT.

Fixes: #1658

Copy link
Contributor

@JoelSpeed JoelSpeed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bonifaido bonifaido merged commit edd3a40 into master Feb 21, 2020
@bonifaido bonifaido deleted the sql-specific-migrations branch February 21, 2020 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[storage/mysql] state column length is not sufficiently long
3 participants