Skip to content

Commit b27ed91

Browse files
authored
Merge pull request segmentio#54 from eperdeme/patch-1
Fix issuer name
2 parents e050b8d + 38c7dd1 commit b27ed91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func loginRun(cmd *cobra.Command, args []string) error {
159159
}
160160

161161
loginURL := fmt.Sprintf(
162-
"https://signin.aws.amazon.com/federation?Action=login&Issuer=aws-vault&Destination=%s&SigninToken=%s",
162+
"https://signin.aws.amazon.com/federation?Action=login&Issuer=aws-okta&Destination=%s&SigninToken=%s",
163163
url.QueryEscape(destination),
164164
url.QueryEscape(signinToken),
165165
)

0 commit comments

Comments
 (0)