Skip to content

Commit

Permalink
tmp: dummy change in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Nov 25, 2024
1 parent 468dc38 commit 859b7c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private boolean checkGen3Authorization(String teamProjectRole, String login) thr
logger.debug("Checking Gen3 Authorization for 'team project'={} and user={} using service={}", teamProjectRole, login, this.authorizationUrl);
RestTemplate restTemplate = new RestTemplate();
String arboristAuthorizationURL = this.authorizationUrl;
String expectedMethod = "access";
String expectedMethod = "read";
String expectedService = "atlas-argo-wrapper-and-cohort-middleware"; // TODO - make the service name configurable?
String requestBody = String.format(
"{\"user\": {" +
Expand Down

0 comments on commit 859b7c2

Please sign in to comment.