wildduck: add mailservice group

This commit is contained in:
rasmus 2025-04-22 12:33:13 +03:00
parent f82caf1751
commit ce2e6568b1
2 changed files with 4 additions and 3 deletions

@ -6,9 +6,10 @@ metadata:
spec: spec:
displayName: Wildduck Webmail displayName: Wildduck Webmail
uri: 'https://webmail.k-space.ee' uri: 'https://webmail.k-space.ee'
allowedGroups: allowedGroups: # duplicated by wildduck-operator StatefulSet
- k-space:floor - k-space:floor
- k-space:friends - k-space:friends
- k-space:mailservice # wildduck-only, for info@k-space.ee et. al.
headerMapping: headerMapping:
user: Remote-Username user: Remote-Username
--- ---

@ -21,8 +21,8 @@ spec:
env: env:
- name: MANAGED_DOMAIN - name: MANAGED_DOMAIN
value: k-space.ee value: k-space.ee
- name: ALLOWED_GROUPS - name: ALLOWED_GROUPS # also duplicated by OIDCMiddlewareClient
value: k-space:friends,k-space:floor value: k-space:friends,k-space:floor,k-space:mailservice
- name: WILDDUCK_API_URL - name: WILDDUCK_API_URL
value: http://wildduck-api:8080 value: http://wildduck-api:8080
- name: WILDDUCK_API_TOKEN - name: WILDDUCK_API_TOKEN