Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: allow empty workforce_pool_user_project (#752)
  • Loading branch information
lsirac committed Sep 29, 2021
1 parent 0713356 commit e1cbce1
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -284,7 +284,6 @@ public boolean isWorkforcePoolConfiguration() {
Pattern workforceAudiencePattern =
Pattern.compile("^//iam.googleapis.com/locations/.+/workforcePools/.+/providers/.+$");
return workforcePoolUserProject != null
&& !workforcePoolUserProject.isEmpty()
&& workforceAudiencePattern.matcher(getAudience()).matches();
}

Expand Down

0 comments on commit e1cbce1

Please sign in to comment.