DataFed
DataFed copied to clipboard
Change ACLUpdateRequest to use ACLRule
The ACL update message uses a JSON string payload for rules - this should be changed to use the existing ACLRule structure.
Clarification
Where is the existing ACLRule structure defined if it is not JSON?
There is an ACLRule message type defined in the SDMS.proto file (used to return ACLs for display), but the ACLUpdateRequest message just takes JSON. It should specify an array of ACLRule sub-documents. None of this matters if we refactor away from protobuf though.