Skip to content

Commit

Permalink
credentials requires auth
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Jul 18, 2024
1 parent 049e2df commit 0a7f885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aws-sso/credentials_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type CredentialsCmd struct {

// AfterApply determines if SSO auth token is required
func (c CredentialsCmd) AfterApply(runCtx *RunContext) error {
runCtx.Auth = AUTH_SKIP
runCtx.Auth = AUTH_REQUIRED
return nil
}

Expand Down

0 comments on commit 0a7f885

Please sign in to comment.