-
Notifications
You must be signed in to change notification settings - Fork 325
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
fix for user attribute value with length bigger than 255 symbols #132
fix for user attribute value with length bigger than 255 symbols #132
Conversation
PR is ready, but build is failing from time to time |
Thanks for the PR, would you be able to add a test for the scenario you're fixing? |
…ewChubatiuk/terraform-provider-keycloak into max-user-attribute-value-length-fix
@mrparkers Yep. Just added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@AndrewChubatiuk, since this PR was added to master I have certain user test that always fail on my platform.
|
Ubuntu 18.04.2 LTS |
Hello again, @mrparkers
Prepared a small PR for a case when user attribute value is bigger than 255 symbols.
Keycloak web automatically splits too long strings into a slice with a string length up to 255 symbols.
My PR does the same