File tree 7 files changed +7
-7
lines changed
event-service/src/main/resources
vote-service/src/main/resources
websocket-service/src/main/resources
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ quarkus:
18
18
policy : authenticated
19
19
auth-mechanism : bearer
20
20
oidc :
21
- auth-server-url : ${KEYCLOAK_URL:http://localhost:8000/auth/ realms/timepicker}
21
+ auth-server-url : ${KEYCLOAK_URL:http://localhost:8000/realms/timepicker}
22
22
application-type : service
23
23
client-id : timepicker-backend
24
24
credentials :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const apiHost = process.env.VUE_APP_AUTH_PATH || "ENV_AUTH_PATH"
16
16
17
17
Vue . use ( VueKeycloak , {
18
18
config : {
19
- url : ` ${ apiHost } /auth` ,
19
+ url : apiHost ,
20
20
realm : 'timepicker' ,
21
21
clientId : 'timepicker-frontend'
22
22
} ,
Original file line number Diff line number Diff line change 77
77
- name : KAFKA_BOOTSTRAP_SERVERS
78
78
value : redpanda-cluster.default.svc.cluster.local:9092
79
79
- name : KEYCLOAK_URL
80
- value : https://auth.kuzznya.space/auth/ realms/timepicker
80
+ value : https://auth.kuzznya.space/realms/timepicker
81
81
- name : KEYCLOAK_SECRET
82
82
valueFrom :
83
83
secretKeyRef :
Original file line number Diff line number Diff line change 77
77
- name : KAFKA_BOOTSTRAP_SERVERS
78
78
value : redpanda-cluster.default.svc.cluster.local:9092
79
79
- name : KEYCLOAK_URL
80
- value : https://auth.kuzznya.space/auth/ realms/timepicker
80
+ value : https://auth.kuzznya.space/realms/timepicker
81
81
- name : KEYCLOAK_SECRET
82
82
valueFrom :
83
83
secretKeyRef :
Original file line number Diff line number Diff line change 70
70
- name : KAFKA_BOOTSTRAP_SERVERS
71
71
value : redpanda-cluster.default.svc.cluster.local:9092
72
72
- name : KEYCLOAK_URL
73
- value : https://auth.kuzznya.space/auth/ realms/timepicker
73
+ value : https://auth.kuzznya.space/realms/timepicker
74
74
- name : KEYCLOAK_SECRET
75
75
valueFrom :
76
76
secretKeyRef :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ quarkus:
18
18
policy : authenticated
19
19
auth-mechanism : bearer
20
20
oidc :
21
- auth-server-url : ${KEYCLOAK_URL:http://localhost:8000/auth/ realms/timepicker}
21
+ auth-server-url : ${KEYCLOAK_URL:http://localhost:8000/realms/timepicker}
22
22
application-type : service
23
23
client-id : timepicker-backend
24
24
credentials :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ quarkus:
21
21
policy : authenticated
22
22
auth-mechanism : bearer
23
23
oidc :
24
- auth-server-url : ${KEYCLOAK_URL:http://localhost:8000/auth/ realms/timepicker}
24
+ auth-server-url : ${KEYCLOAK_URL:http://localhost:8000/realms/timepicker}
25
25
application-type : service
26
26
client-id : timepicker-backend
27
27
credentials :
You can’t perform that action at this time.
0 commit comments