Increasing the size of user_attribute and group_attribute #8593
khaldounaissaoui2
started this conversation in
Archive
Replies: 2 comments
-
|
Not in the current store, please see https://issues.redhat.com/browse/KEYCLOAK-9515 for the arguments. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I know some time passed, but your post gave me a pointer to fix this im my keycloak instance 🙂 The command was almost fine, just More details here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
There is a limitation for the size of the column value in the two tables user_attribute and group_attribute.
wich is 255 character.
Would it better to change the column type to something like :
# ALTER TABLE user_attribute ALTER COLUMN value TYPE TEXT;
# ALTER TABLE group_attribute ALTER COLUMN value TYPE TEXT;
The usage of the attributes is very powerfull to customize permissions of a user.
Beta Was this translation helpful? Give feedback.
All reactions