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:
@@ -112,6 +112,13 @@ backend:
|
||||
KIBANA_SYSTEM_PASSWORD: "CHANGE_VIA_SEALEDSECRET_OR_KUBECTL"
|
||||
# Swagger disabled in production unless explicitly enabled
|
||||
# SWAGGER_ENABLED: "true"
|
||||
# OTP SMS — username/password in abrban-platform-secrets (SealedSecret).
|
||||
sms:
|
||||
enabled: true
|
||||
provider: mizbansms
|
||||
from: "5000467254"
|
||||
api: "2016"
|
||||
userType: "2"
|
||||
|
||||
frontend:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user