Skip to content

Commit

Permalink
end tenant flow
Browse files Browse the repository at this point in the history
  • Loading branch information
asha15 committed Nov 28, 2023
1 parent aaadb73 commit b708db6
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 b708db6

Please sign in to comment.