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
KIP-430 introduced new fields in the Metadata & DescribeGroups responses that provide information about what permissions we have on the current session.
The response is an int32 bitfield. For example it may return 8096.
I'd like to have a helper function that allows us to decode the bitfield into something more meaningful, so that we can understand what exact permissions are available.
The text was updated successfully, but these errors were encountered:
weeco
linked a pull request
Dec 5, 2024
that will
close
this issue
KIP-430 introduced new fields in the Metadata & DescribeGroups responses that provide information about what permissions we have on the current session.
The response is an int32 bitfield. For example it may return
8096
.I'd like to have a helper function that allows us to decode the bitfield into something more meaningful, so that we can understand what exact permissions are available.
The text was updated successfully, but these errors were encountered: