Skip to content

Commit 38c7dd1

Browse files
authored
Fix issuer name
Changed vault -> Okta. Minor thing but confused me slightly when I got this page after timeout in AWS; "Amazon Web Services Sign In Your session has expired.To start a new session, click the link provided by your administrator:aws-vault To logout, click here"
1 parent e050b8d commit 38c7dd1

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)