Add scope publishing to sub tenants #308
Merged
tcdlpds
merged 3 commits from navodzoysa/device-mgt-core:scope-retrieval
into master
10 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'navodzoysa/device-mgt-core:scope-retrieval'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Purpose
Fixes scope permission issues in sub tenants. https://roadmap.entgra.net/issues/10374
206f4c4b9d
to668d44d621
10 months ago668d44d621
to8271cee9b0
10 months ago8271cee9b0
to4370048d0f
10 months ago4370048d0f
to26531f5d68
10 months ago26531f5d68
to792bd1800e
10 months ago792bd1800e
to935d9029dd
10 months ago}
}
private String generateInitialUserPassword() {
What is the usage of this method?
log.error(msg);
throw new BadRequestException(msg);
} else {
String msg = "Response : " + response.code() + response.body();
log the msg here.
apiPublisherDataHolder.setPermScopeMapping(permScopeMap);
}
private void removeScopePublishUserIfExist() throws UserStoreException {
Add Java Doc comment
this.traccarManagementService = traccarManagementService;
}
public APIApplicationServices getApiApplicationServices() {
Add Java Doc comments
}
}
private void publishScopesToTenant(String tenantDomain) throws TenantManagementException {
Add Java Doc comment
}
}
private Scope createScopeObject (Scope tenantScope) {
Add Java Doc comment
22cdba9275
to7708a48344
10 months agoad991009a6
to3d9a76c962
10 months agoapiApplicationKey, accessTokenInfo);
updatePermScopeMetaData(superTenantPermScopeMapping, metadataManagementService);
}
// Delete the temporary scope publish user after scopes are added or deleted to sub tenant space
Do we need this part? Isn't it handling in finally bloick?
3d9a76c962
to1fde569f4a
10 months agoe017425539
into master 10 months agoReviewers
e017425539
.