From cdb643d1c90e92e9313621e8353e81c77690ffc8 Mon Sep 17 00:00:00 2001 From: tithakka Date: Wed, 17 Jan 2024 10:31:42 -0800 Subject: [PATCH] Changed client id to the provided prod client id --- cmd/ocm/login/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ocm/login/cmd.go b/cmd/ocm/login/cmd.go index 4adcb4da..4b07712c 100644 --- a/cmd/ocm/login/cmd.go +++ b/cmd/ocm/login/cmd.go @@ -32,7 +32,7 @@ const ( productionURL = "https://api.openshift.com" stagingURL = "https://api.stage.openshift.com" integrationURL = "https://api.integration.openshift.com" - oauthClientID = "cloud-services" + oauthClientID = "ocm-cli" ) // When the value of the `--url` option is one of the keys of this map it will be replaced by the