Skip to content

Commit

Permalink
Merge pull request #3381 from atlanhq/policyendpointsmasterss
Browse files Browse the repository at this point in the history
Policyendpointsmasterss
  • Loading branch information
arpit-at authored Aug 5, 2024
2 parents 94c6f5e + c91c3e9 commit 7ebd98c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void linkBusinessPolicy(@PathParam("policyId") final String policyGuid, f
// Set request context parameters
RequestContext.get().setIncludeClassifications(false);
RequestContext.get().setIncludeMeanings(false);
RequestContext.get().getRequestContextHeaders().put("route", "business-policy-rest");

AtlasPerfTracer perf = null;
try {
Expand Down Expand Up @@ -94,6 +95,7 @@ public void unlinkBusinessPolicy(@PathParam("policyId") final String policyGuid,
// Set request context parameters
RequestContext.get().setIncludeClassifications(false);
RequestContext.get().setIncludeMeanings(false);
RequestContext.get().getRequestContextHeaders().put("route", "business-policy-rest");

AtlasPerfTracer perf = null;
try {
Expand Down

0 comments on commit 7ebd98c

Please sign in to comment.