Skip to content

Commit 073fa77

Browse files
authored
Merge pull request #21 from vkareh/update-token-page-link
login: Update token URL
2 parents 9d84cd1 + 0eca7cf commit 073fa77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/login/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
)
3333

3434
// #nosec G101
35-
const uiTokenPage = "https://cloud.redhat.com/openshift/token"
35+
const uiTokenPage = "https://cloud.redhat.com/openshift/token/moa"
3636

3737
var args struct {
3838
tokenURL string

docs/moactl_login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Log in to your Red Hat account
55
### Synopsis
66

77
Log in to your Red Hat account, saving the credentials to the configuration file.
8-
The supported mechanism is by using a token, which can be obtained at: https://cloud.redhat.com/openshift/token
8+
The supported mechanism is by using a token, which can be obtained at: https://cloud.redhat.com/openshift/token/moa
99

1010
The application looks for the token in the following order, stopping when it finds it:
1111
1. Command-line flags

0 commit comments

Comments
 (0)