File tree Expand file tree Collapse file tree 6 files changed +44
-13
lines changed Expand file tree Collapse file tree 6 files changed +44
-13
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to
1111## Changed
1212
1313- ♻️ Change ordering docs datagrid #195
14+ - 🔥(helm) use scaleway email #194
1415
1516
1617## [ 1.2.0] - 2024-08-06
Original file line number Diff line number Diff line change @@ -24,10 +24,18 @@ backend:
2424 secretKeyRef:
2525 name: backend
2626 key: DJANGO_SUPERUSER_PASSWORD
27- DJANGO_EMAIL_HOST: "snap-mail.numerique.gouv.fr"
28- DJANGO_EMAIL_PORT: 465
29- DJANGO_EMAIL_USE_SSL: True
30- DJANGO_EMAIL_FROM: "noreply@docs.numerique.gouv.fr"
27+ DJANGO_EMAIL_HOST: "smtp.tem.scw.cloud"
28+ DJANGO_EMAIL_PORT: 587
29+ DJANGO_EMAIL_USE_TLS: True
30+ DJANGO_EMAIL_FROM: "noreply@docs.beta.numerique.gouv.fr"
31+ DJANGO_EMAIL_HOST_USER:
32+ secretKeyRef:
33+ name: backend
34+ key: DJANGO_EMAIL_HOST_USER
35+ DJANGO_EMAIL_HOST_PASSWORD:
36+ secretKeyRef:
37+ name: backend
38+ key: DJANGO_EMAIL_HOST_PASSWORD
3139 DJANGO_SILENCED_SYSTEM_CHECKS: security.W008,security.W004
3240 OIDC_OP_JWKS_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/jwks
3341 OIDC_OP_AUTHORIZATION_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/authorize
Original file line number Diff line number Diff line change @@ -24,10 +24,18 @@ backend:
2424 secretKeyRef:
2525 name: backend
2626 key: DJANGO_SUPERUSER_PASSWORD
27- DJANGO_EMAIL_HOST: "snap-mail.numerique.gouv.fr"
28- DJANGO_EMAIL_PORT: 465
29- DJANGO_EMAIL_USE_SSL: True
30- DJANGO_EMAIL_FROM: "noreply@docs.numerique.gouv.fr"
27+ DJANGO_EMAIL_HOST: "smtp.tem.scw.cloud"
28+ DJANGO_EMAIL_PORT: 587
29+ DJANGO_EMAIL_USE_TLS: True
30+ DJANGO_EMAIL_FROM: "noreply@docs.beta.numerique.gouv.fr"
31+ DJANGO_EMAIL_HOST_USER:
32+ secretKeyRef:
33+ name: backend
34+ key: DJANGO_EMAIL_HOST_USER
35+ DJANGO_EMAIL_HOST_PASSWORD:
36+ secretKeyRef:
37+ name: backend
38+ key: DJANGO_EMAIL_HOST_PASSWORD
3139 DJANGO_SILENCED_SYSTEM_CHECKS: security.W008,security.W004
3240 OIDC_OP_JWKS_ENDPOINT: https://auth.agentconnect.gouv.fr/api/v2/jwks
3341 OIDC_OP_AUTHORIZATION_ENDPOINT: https://auth.agentconnect.gouv.fr/api/v2/authorize
Original file line number Diff line number Diff line change @@ -24,10 +24,18 @@ backend:
2424 secretKeyRef:
2525 name: backend
2626 key: DJANGO_SUPERUSER_PASSWORD
27- DJANGO_EMAIL_HOST: "snap-mail.numerique.gouv.fr"
28- DJANGO_EMAIL_PORT: 465
29- DJANGO_EMAIL_USE_SSL: True
30- DJANGO_EMAIL_FROM: "noreply@docs.numerique.gouv.fr"
27+ DJANGO_EMAIL_HOST: "smtp.tem.scw.cloud"
28+ DJANGO_EMAIL_PORT: 587
29+ DJANGO_EMAIL_USE_TLS: True
30+ DJANGO_EMAIL_FROM: "noreply@docs.beta.numerique.gouv.fr"
31+ DJANGO_EMAIL_HOST_USER:
32+ secretKeyRef:
33+ name: backend
34+ key: DJANGO_EMAIL_HOST_USER
35+ DJANGO_EMAIL_HOST_PASSWORD:
36+ secretKeyRef:
37+ name: backend
38+ key: DJANGO_EMAIL_HOST_PASSWORD
3139 DJANGO_SILENCED_SYSTEM_CHECKS: security.W008,security.W004
3240 OIDC_OP_JWKS_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/jwks
3341 OIDC_OP_AUTHORIZATION_ENDPOINT: https://fca.integ01.dev-agentconnect.fr/api/v2/authorize
Original file line number Diff line number Diff line change @@ -6,5 +6,11 @@ stringData:
66 DJANGO_SUPERUSER_EMAIL : {{ .Values.djangoSuperUserEmail }}
77 DJANGO_SUPERUSER_PASSWORD : {{ .Values.djangoSuperUserPass }}
88 DJANGO_SECRET_KEY : {{ .Values.djangoSecretKey }}
9+ {{- if .Values.djangoEmailHostUser }}
10+ DJANGO_EMAIL_HOST_USER : {{ .Values.djangoEmailHostUser }}
11+ {{- end }}
12+ {{- if .Values.djangoEmailHostPassword }}
13+ DJANGO_EMAIL_HOST_PASSWORD : {{ .Values.djangoEmailHostPassword }}
14+ {{- end }}
915 OIDC_RP_CLIENT_ID : {{ .Values.oidc.clientId }}
1016 OIDC_RP_CLIENT_SECRET : {{ .Values.oidc.clientSecret }}
You can’t perform that action at this time.
0 commit comments