Skip to content

Commit

Permalink
MGMT-4218 Change OCM integration url to new OCM integration environme…
Browse files Browse the repository at this point in the history
  • Loading branch information
gamli75 authored Feb 22, 2021
1 parent 31d9fd8 commit c5afe15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ endif
PROXY := $(or $(PROXY),no)

SSO_URL := $(or $(SSO_URL), https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token)
OCM_BASE_URL := $(or $(OCM_BASE_URL), https://api-integration.6943.hive-integration.openshiftapps.com)
OCM_BASE_URL := $(or $(OCM_BASE_URL), https://api.integration.openshift.com/)
# minikube profile is used to manage multiple minikube instances
PROFILE := $(or $(PROFILE),minikube)
DEPLOY_TARGET := $(or $(DEPLOY_TARGET),minikube)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Check the [Install Guide](GUIDE.md) for installation instructions.
| NO_PROXY_VALUES | A comma-separated list of destination domain names, domains, IP addresses, or other network CIDRs to exclude proxying |
| NUM_MASTERS | number of VMs to spawn as masters, default: 3 |
| NUM_WORKERS | number of VMs to spawn as workers, default: 0 |
| OCM_BASE_URL | OCM API URL used to communicate with OCM and AMS, default: https://api-integration.6943.hive-integration.openshiftapps.com |
| OCM_BASE_URL | OCM API URL used to communicate with OCM and AMS, default: https://api.integration.openshift.com/ |
| OCM_CLIENT_ID | ID of Service Account used to communicate with OCM and AMS for Agent Auth and Authz |
| OCM_CLIENT_SECRET | Password of Service Account used to communicate with OCM and AMS for Agent Auth and Authz |
| OC_MODE | if set, use oc instead of minikube |
Expand Down

0 comments on commit c5afe15

Please sign in to comment.