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
The ACL work preliminarily put all of the policy references and polici
at the root level of the config tree. Because the peer resources tree
is now intended to support more than ACLs, keeping these at the root
level does not make sense. Instead, these need to be moved down into
the tree.
This CR moves the old resource policy references from
/Resources
to
/Resources/APIs
It also creates
/Resources/PeerPolicies
as a global location to declare policies which may be referenced both
for API ACL purposes, as well as later by other parts of the resources
tree.
Change-Id: I5c8eeba0472f480ac88ddbf02a0a1a3d90092463
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
0 commit comments