...
Page Properties |
---|
|
Product Version | 2021 Summer |
---|
Report Note |
|
---|
Assignee | Antje |
---|
Resources & Remarks Modification History |
Code Block |
---|
### api-tm
- endpoints: /tenant-management/swagger-ui.html/**,/tenant-management/**/springfox-swagger-ui/**,/tenant-management/**/swagger-resources/**,/tenant-management/**/v2/api-docs/**
- endpoints: /tenant-management/api/system/**
access: hasAuthority('YUUVIS_SYSTEM_INTEGRATOR')
- endpoints: /tenant-management/api/admin/**
access: hasAuthority('YUUVIS_TENANT_ADMIN')
Name | Date | Product Version | Action |
---|
Antje | 21 26 MAY 2021 | 2021 Summer | created |
|
Web-API Gateway
As of Release Candidate Alpha5: As described in the Breaking Changes, the endpoint URLs of the Web-API Gateway were modified. Thus, the entries for the API-WEB service endpoints in the section authorization.accesses
of the profile authentication-prod.yml have to be adjusted as follows:
Code Block |
---|
### api-web
- endpoints: /api-web/swagger-ui.html/**,/api-web/**/springfox-swagger-ui/**,/api-web/**/swagger-resources/**,/api-web/**/v2/api-docs/**
- endpoints: /api-web/api/resources/**,/api-web/api/users/**,/api-web/api/bpm/**,/api-web/api/dms/**
- endpoints: /api-web/api/system/**
access: hasAuthority('YUUVIS_SYSTEM_INTEGRATOR')
- endpoints: /api-web/api/admin/**
access: hasAuthority('YUUVIS_TENANT_ADMIN')
|
Tenant Management API
The service providing the Tenant Management API was renamed from API-TM into TENANT-MANAGEMENT. Thus, the entries for the Tenant Management API endpoints in the section authorization.accesses
of the profile authentication-prod.yml have to be adjusted as follows: