Merge branch 'taas-updates' into 'main'

HotFix indexName for taas

See merge request fforesight/tenant-user-management-service!24
This commit is contained in:
Timo Bejan 2023-09-07 09:52:51 +02:00
commit d40dd2bd57

View File

@ -568,7 +568,8 @@ public class TenantManagementService implements TenantProvider {
private void checkIndexName(String indexName) {
if (indexName == null) {
throw new ResponseStatusException(HttpStatus.BAD_REQUEST, "You need to provide an index name");
log.warn("Indexname not set");
// throw new ResponseStatusException(HttpStatus.BAD_REQUEST, "You need to provide an index name");
}
}