Skip to content

Commit

Permalink
Merge pull request #785 from asha15/challengeQuestion
Browse files Browse the repository at this point in the history
End tenant flow
  • Loading branch information
asha15 authored Nov 29, 2023
2 parents f4a74ed + b708db6 commit fbe1bc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void onTenantCreate(TenantInfoBean tenantInfoBean) throws StratosExceptio
PrivilegedCarbonContext.getThreadLocalCarbonContext().startTenantFlow();
PrivilegedCarbonContext.getThreadLocalCarbonContext().setTenantDomain(tenantDomain);
PrivilegedCarbonContext.getThreadLocalCarbonContext().setTenantId(tenantInfoBean.getTenantId());
PrivilegedCarbonContext.endTenantFlow();
}

@Override
Expand Down

0 comments on commit fbe1bc2

Please sign in to comment.