Skip to content

Commit 25024b6

Browse files
authored
Use new auth server domain (#215)
Signed-off-by: Jose Fuentes <[email protected]>
1 parent cb28e40 commit 25024b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ GOARCH:=$(shell go env GOARCH)
1010
DOCKER_IMAGE?=quay.io/jetstack/preflight
1111
DOCKER_IMAGE_TAG?=$(DOCKER_IMAGE):$(VERSION)
1212

13-
# OAuth2 config for the agent to work with preflight.jetstack.io
13+
# OAuth2 config for the agent to work with platform.jetstack.io
1414
OAUTH_CLIENT_ID?=k3TrDbfLhCgnpAbOiiT2kIE1AbovKzjo
1515
OAUTH_CLIENT_SECRET?=f39w_3KT9Vp0VhzcPzvh-uVbudzqCFmHER3Huj0dvHgJwVrjxsoOQPIw_1SDiCfa
16-
OAUTH_AUTH_SERVER_DOMAIN?=jetstack-prod.eu.auth0.com
16+
OAUTH_AUTH_SERVER_DOMAIN?=auth.jetstack.io
1717

1818
define LDFLAGS
1919
-X "github.com/jetstack/preflight/pkg/version.PreflightVersion=$(VERSION)" \

0 commit comments

Comments
 (0)