maintenance: fix ariadne comms endpoints and exec RBAC

This commit is contained in:
Brad Stein 2026-01-21 04:05:41 -03:00
parent b87fe4899c
commit a41ac1548c
2 changed files with 5 additions and 4 deletions

View File

@ -202,13 +202,13 @@ spec:
- name: COMMS_NAMESPACE - name: COMMS_NAMESPACE
value: comms value: comms
- name: COMMS_SYNAPSE_BASE - 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 - 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 - 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 - 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 - name: COMMS_MAS_ADMIN_CLIENT_ID
value: 01KDXMVQBQ5JNY6SEJPZW6Z8BM value: 01KDXMVQBQ5JNY6SEJPZW6Z8BM
- name: COMMS_SERVER_NAME - name: COMMS_SERVER_NAME

View File

@ -25,6 +25,7 @@ rules:
resources: resources:
- pods/exec - pods/exec
verbs: verbs:
- get
- create - create
--- ---