Skip to content

Commit 6a148f6

Browse files
committed
return nil on fabric issuer
1 parent 29656c5 commit 6a148f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg/auth/tenant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func ResolveAndSetTenantFromToken(ctx context.Context, accessToken string) error
112112

113113
// If the token is from GitHub Actions, then we do not
114114
// use the userinfo endpoint to resolve the tenant ID.
115-
if iss == "https://token.actions.githubusercontent.com" {
115+
if iss == "https://fabric-prod1.defang.dev" {
116116
return nil
117117
}
118118

0 commit comments

Comments
 (0)