Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbonte21 committed Jan 5, 2024
1 parent cf5298e commit c78f7e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public static Map<String, Object> getElasticsearchDSLForPolicyType(String person
List<RangerPolicy> abacPolicies = PoliciesStore.getRelevantPolicies(persona, purpose, "atlas_abac", actions, policyType);
List<Map<String, Object>> abacPoliciesClauses = getDSLForAbacPolicies(abacPolicies);

LOG.info("Applicable policies to user {}", resourcePolicies.size() + tagPolicies.size() + abacPolicies.size());

List<Map<String, Object>> shouldClauses = new ArrayList<>();
shouldClauses.addAll(resourcePoliciesClauses);
if (tagPoliciesClause != null) {
Expand Down

0 comments on commit c78f7e1

Please sign in to comment.