Edge for Private Cloud v. 4.17.01
ב-Apigee BaaS צריך להגדיר שרת SMTP. כשמתקינים את Apigee BaaS API Back-end Stack, מזינים את פרטי ה-SMTP, כולל הסיסמה של משתמש ה-SMTP. לאחר מכן, הסיסמה הזו מוצפנת לפני שהיא מאוחסנת.
אם רוצים לשנות את פרטי ה-SMTP מאוחר יותר, עורכים את הקובץ /opt/apigee/customer/application/usergrid.properties בכל הצמתים של BaaS Stack.
כדי להצפין סיסמה חדשה כדי שתוכלו להגדיר אותה ב-usergrid.properties, משתמשים בכלי apigee-service:
> /opt/apigee/apigee-service/bin/apigee-service baas-usergrid newPword
כדי לשנות את פרטי ה-SMTP:
- פותחים את הקובץ /opt/apigee/customer/application/usergrid.properties בעורך. אם הוא לא קיים, צריך ליצור אותו.
- מגדירים את המאפיינים הבאים לפי הצורך:
# SMTP Properties
usergrid-deployment_mail.smtp.host=smtp.gmail.com
usergrid-deployment_mail.smtp.port=465
usergrid-deployment_mail.smtp.auth=true
usergrid-deployment_mail.smtp.username=your@email.com
usergrid-deployment_mail.smtp.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a5
usergrid-deployment_mail.smtp.quitwait=false
# SMTPS Properties
usergrid-deployment_mail.smtps.host=smtp.gmail.com
usergrid-deployment_mail.smtps.port=465
usergrid-deployment_mail.smtps.auth=true
usergrid-deployment_mail.smtps.username=your@email.com
usergrid-deployment_mail.smtps.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a52
usergrid-deployment_mail.smtps.quitwait=false - כשעורכים את המידע הזה, צריך להפעיל מחדש את מקבץ הקצה העורפי של ה-API באמצעות הפקודה:
> /opt/apigee/apigee-service/bin/apigee-service baas-usergrid נייד - חוזרים על כל צומתי ה-API BaaS Stack.