File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
google/internal/externalaccount Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,14 @@ var (
74
74
regexp .MustCompile (`(?i)^sts\.googleapis\.com$` ),
75
75
regexp .MustCompile (`(?i)^sts\.[^\.\s\/\\]+\.googleapis\.com$` ),
76
76
regexp .MustCompile (`(?i)^[^\.\s\/\\]+-sts\.googleapis\.com$` ),
77
+ regexp .MustCompile (`(?i)^sts-[^\.\s\/\\]+\.p\.googleapis\.com$` ),
77
78
}
78
79
validImpersonateURLPatterns = []* regexp.Regexp {
79
80
regexp .MustCompile (`^[^\.\s\/\\]+\.iamcredentials\.googleapis\.com$` ),
80
81
regexp .MustCompile (`^iamcredentials\.googleapis\.com$` ),
81
82
regexp .MustCompile (`^iamcredentials\.[^\.\s\/\\]+\.googleapis\.com$` ),
82
83
regexp .MustCompile (`^[^\.\s\/\\]+-iamcredentials\.googleapis\.com$` ),
84
+ regexp .MustCompile (`^iamcredentials-[^\.\s\/\\]+\.p\.googleapis\.com$` ),
83
85
}
84
86
validWorkforceAudiencePattern * regexp.Regexp = regexp .MustCompile (`//iam\.googleapis\.com/locations/[^/]+/workforcePools/` )
85
87
)
You can’t perform that action at this time.
0 commit comments