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
#25664 adds the initial part of the RACL implementation. This confidently parses the RACL config without much error checking. This should be improved over time but should allow the functional implementation to continue.
I'd strongly suggest putting a tiny bit more type checking in here. Something like extracting `roles` and `policies` as a list / dictionary, respectively (doing a basic type check) and maybe checking the item and key/value types for them respectively.
Extracting that properly will get rid of the dictionary lookups lower down in the function.
#25664 adds the initial part of the RACL implementation. This confidently parses the RACL config without much error checking. This should be improved over time but should allow the functional implementation to continue.
Extracting that properly will get rid of the dictionary lookups lower down in the function.
Originally posted by @rswarbrick in #25664 (comment)
The text was updated successfully, but these errors were encountered: