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
I'm currently using your SDK to fetch accounts and retrieve tokens represented by the Token class (strongdm/models.py:22469).
I noticed that the Token class includes a permissions attribute, which has a type of RepeatedScalarContainer.
Unfortunately, this type is not directly serializable, and this has caused us to implement workarounds in order to handle it.
Resolving this issue by making the permissions attribute serializable would greatly benefit all SDK users, streamlining our integrations.
Hi Team,
I'm currently using your SDK to fetch accounts and retrieve tokens represented by the Token class (
strongdm/models.py:22469
).I noticed that the Token class includes a
permissions
attribute, which has a type ofRepeatedScalarContainer
.Unfortunately, this type is not directly serializable, and this has caused us to implement workarounds in order to handle it.
Resolving this issue by making the permissions attribute serializable would greatly benefit all SDK users, streamlining our integrations.
Additionally, I found some references indicating that this might be a known issue (e.g., Stack Overflow: Object of type 'RepeatedCompositeContainer' is not JSON serializable).
Thank you for your attention to this matter.
Omer Blechman
The text was updated successfully, but these errors were encountered: