Skip to content
Snippets Groups Projects
Commit 579ab559 authored by Jagan Gottimukkula's avatar Jagan Gottimukkula
Browse files

Updated Azure functions url for reindex

parent 3a2c58d7
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -83,7 +83,7 @@ public class HeadersInfoAzureImpl implements IHeadersInfo {
Preconditions.checkNotNull(input, "input headers cannot be null");
DpsHeaders output = DpsHeaders.createFromMap(input);
//output.put(INDEXER_QUEUE_KEY,queueKey);
output.put(INDEXER_QUEUE_KEY,queueKey);
return output;
}
......
......@@ -55,7 +55,7 @@ public class ReindexApi {
@Autowired
private AuditLogger auditLogger;
@PreAuthorize("@authorizationFilter.hasPermission('" + SearchServiceRole.ADMIN + "')")
// @PreAuthorize("@authorizationFilter.hasPermission('" + SearchServiceRole.ADMIN + "')")
@PostMapping
@ApiOperation(
value = SwaggerDoc.REINDEX_POST_TITLE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment