maintenance: fix ariadne comms endpoints and exec RBAC
This commit is contained in:
parent
b87fe4899c
commit
a41ac1548c
@ -202,13 +202,13 @@ spec:
|
||||
- name: COMMS_NAMESPACE
|
||||
value: comms
|
||||
- name: COMMS_SYNAPSE_BASE
|
||||
value: http://othrys-synapse-matrix-synapse:8008
|
||||
value: http://othrys-synapse-matrix-synapse.comms.svc.cluster.local:8008
|
||||
- name: COMMS_AUTH_BASE
|
||||
value: http://matrix-authentication-service:8080
|
||||
value: http://matrix-authentication-service.comms.svc.cluster.local:8080
|
||||
- name: COMMS_MAS_ADMIN_API_BASE
|
||||
value: http://matrix-authentication-service:8081/api/admin/v1
|
||||
value: http://matrix-authentication-service.comms.svc.cluster.local:8081/api/admin/v1
|
||||
- name: COMMS_MAS_TOKEN_URL
|
||||
value: http://matrix-authentication-service:8080/oauth2/token
|
||||
value: http://matrix-authentication-service.comms.svc.cluster.local:8080/oauth2/token
|
||||
- name: COMMS_MAS_ADMIN_CLIENT_ID
|
||||
value: 01KDXMVQBQ5JNY6SEJPZW6Z8BM
|
||||
- name: COMMS_SERVER_NAME
|
||||
|
||||
@ -25,6 +25,7 @@ rules:
|
||||
resources:
|
||||
- pods/exec
|
||||
verbs:
|
||||
- get
|
||||
- create
|
||||
|
||||
---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user