You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user has no attributes in keycloak the ch keycloak library (File "/libraries/cloudharness-common/cloudharness/auth/keycloak.py", line 540, in user_add_update_attribute) raises TypeError: 'NoneType' object does not support item assignment
This is because the attributes of a keycloak is a None value and not an empty list [] / empty dict {}
The text was updated successfully, but these errors were encountered:
When a user has no attributes in keycloak the ch keycloak library (
File "/libraries/cloudharness-common/cloudharness/auth/keycloak.py", line 540, in user_add_update_attribute
) raisesTypeError: 'NoneType' object does not support item assignment
This is because the attributes of a keycloak is a None value and not an empty list [] / empty dict {}
The text was updated successfully, but these errors were encountered: