File tree 3 files changed +4
-4
lines changed
java/com/openshift/cloud/beans
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RHOAS_LOG_LEVEL=INFO
7
7
=== Changing API path to local mock
8
8
9
9
CLOUD_SERVICES_API=localhost:8080
10
+ CLOUD_SERVICES_SSO=https://sso.redhat.com/auth/realms/redhat-external
10
11
11
12
=== Listen to only single namespace
12
13
Original file line number Diff line number Diff line change @@ -28,9 +28,7 @@ public class AccessTokenSecretTool {
28
28
29
29
private static final String ACCESS_TOKEN_SECRET_KEY = "value" ;
30
30
31
- @ ConfigProperty (
32
- name = "auth.serverUrl" ,
33
- defaultValue = "https://sso.redhat.com/auth/realms/redhat-external" )
31
+ @ ConfigProperty (name = "auth.serverUrl" )
34
32
String authServerUrl ;
35
33
36
34
@ ConfigProperty (name = "auth.clientId" , defaultValue = "cloud-services" )
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ quarkus.container-image.registry=quay.io
12
12
13
13
quarkus.log.level =${RHOAS_LOG_LEVEL:INFO}
14
14
15
- rhoas.client.apiBasePath =${CLOUD_SERVICES_API:https://api.stage.openshift.com}
15
+ rhoas.client.apiBasePath =${CLOUD_SERVICES_API:https://api.openshift.com}
16
+ auth.serverUrl =${CLOUD_SERVICES_SSO:https://sso.redhat.com/auth/realms/redhat-external}
You can’t perform that action at this time.
0 commit comments