feat(platform): wire OTP SMS env from platform Secret via Helm
Build and Deploy Platform / build-and-deploy (push) Successful in 32m19s
Build and Deploy Platform / build-and-deploy (push) Successful in 32m19s
Enable backend.sms in the chart so MizbanSMS credentials from the platform Secret are injected into the backend deployment for production OTP delivery. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
#
|
||||
# Required keys (must match backend Deployment + validate-production-config):
|
||||
# postgres-password, jwt-secret, jwt-refresh-secret, cluster-kubeconfig-key,
|
||||
# redis-password, elastic-password (must match elasticsearch-credentials in logging)
|
||||
# redis-password, elastic-password (must match elasticsearch-credentials in logging),
|
||||
# mizbansms-username, mizbansms-password (OTP SMS — required when backend.sms.enabled)
|
||||
#
|
||||
# Generate (replace CHANGE_ME_* with strong random values):
|
||||
#
|
||||
@@ -15,6 +16,8 @@
|
||||
# --from-literal=cluster-kubeconfig-key='0123456789abcdef0123456789abcdef' \
|
||||
# --from-literal=redis-password='CHANGE_ME_REDIS' \
|
||||
# --from-literal=elastic-password='CHANGE_ME_ELASTIC' \
|
||||
# --from-literal=mizbansms-username='CHANGE_ME_SMS_USER' \
|
||||
# --from-literal=mizbansms-password='CHANGE_ME_SMS_PASS' \
|
||||
# --dry-run=client -o json \
|
||||
# | kubeseal \
|
||||
# --controller-name=sealed-secrets-controller \
|
||||
|
||||
Reference in New Issue
Block a user