Policy: ListResourceMappingsByFullyQualifiedGroup db query should employ fewer roundtrips #1629
Labels
comp:policy
Policy Configuration ( attributes, subject mappings, resource mappings, kas registry)
Background
Similar to #1357, the policy RPC
ListResourceMappingsByGroupFqns
calls an internalListResourceMappingsByFullyQualifiedGroup
function and SQL query to retrieve the mappings.If multiple FQNs are provided, it roundtrips the DB for each individual FQN rather than employing a batch call.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: