Skip to content

Commit

Permalink
chore: remove admin emails and email hosts and ports from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
microamp committed Aug 22, 2024
1 parent c43ed1e commit 0898127
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions k8s/iabweb/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ metadata:
name: secrets-env
type: Opaque
stringData:
IABWWW_ADMINS: |-
Robert Sparks <rjsparks@nostrum.com>
Kesara Rathnayake <kesara@staff.ietf.org>
IABWWW_ADMINS: null

IABWWW_ALLOWED_HOSTS: ".iab.org" # newline-separated list also allowed
WAGTAILADMIN_BASE_URL: "https://www.iab.org"

# Outgoing email details
IABWWW_EMAIL_HOST: "iab.mr.ietf.org"
IABWWW_EMAIL_PORT: "10027"
IABWWW_EMAIL_HOST: null
IABWWW_EMAIL_PORT: null

IABWWW_MATOMO_SITE_ID: null # must be present to enable Matomo

Expand Down
8 changes: 3 additions & 5 deletions k8s/ietfweb/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ metadata:
name: secrets-env
type: Opaque
stringData:
IETFWWW_ADMINS: |-
Robert Sparks <rjsparks@nostrum.com>
Kesara Rathnayake <kesara@staff.ietf.org>
IETFWWW_ADMINS: null

IETFWWW_ALLOWED_HOSTS: ".ietf.org" # newline-separated list also allowed
WAGTAILADMIN_BASE_URL: "https://www.ietf.org"

# Outgoing email details
IETFWWW_EMAIL_HOST: "www.mr.ietf.org"
IETFWWW_EMAIL_PORT: "10027"
IETFWWW_EMAIL_HOST: null
IETFWWW_EMAIL_PORT: null

IETFWWW_MATOMO_SITE_ID: null # must be present to enable Matomo

Expand Down

0 comments on commit 0898127

Please sign in to comment.