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
Minor point perhaps, since we aren't using our "native" managed pool controller, but I noticed the new canDisableJoinExit right in ManagedPoolRights. Given my understanding of the purpose of this change (safety during add/remove), should that be a separate right? It seems it should just be part of the changeTokens (add/remove) right, if it's required for the safety of that operation.
Otherwise you could have canChangeTokens true and canDisableJoinExit false, which would still prevent adding/removing.
The text was updated successfully, but these errors were encountered:
Minor point perhaps, since we aren't using our "native" managed pool controller, but I noticed the new
canDisableJoinExit
right in ManagedPoolRights. Given my understanding of the purpose of this change (safety during add/remove), should that be a separate right? It seems it should just be part of the changeTokens (add/remove) right, if it's required for the safety of that operation.Otherwise you could have
canChangeTokens
true andcanDisableJoinExit
false, which would still prevent adding/removing.The text was updated successfully, but these errors were encountered: