Edge for Private Cloud phiên bản 4.16.05
Apigee BaaS yêu cầu bạn phải định cấu hình máy chủ SMTP. Khi bạn cài đặt API Apigee BaaS Ngăn xếp phụ trợ, bạn nhập thông tin SMTP, bao gồm cả mật khẩu của người dùng SMTP. Đó sau đó mật khẩu được mã hoá trước khi lưu trữ.
Nếu sau này bạn muốn thay đổi thông tin SMTP, hãy chỉnh sửa /<inst_root>/apigee/customer/application/usergrid.properties trên tất cả các nút Ngăn xếp BaaS.
Để mã hoá một mật khẩu mới sao cho bạn có thể đặt mật khẩu đó trong usergrid.properties, hãy sử dụng phần mềm tiện ích apigee-service:
> /<inst_root>/apigee/apigee-service/bin/apigee-service baas-usergrid secure_password newPword
Lệnh này trả về mật khẩu đã mã hoá có dạng:
SECURE:ae1b6dedbf6b26aaab8bee815a910737c1c15b55f3505c239e43bc09f8050
Để thay đổi thông tin SMTP:
- Mở /<inst_root>/apigee/customer/application/usergrid.properties trong trình chỉnh sửa. Hãy tạo tệp này nếu chưa có.
- Đặt các thuộc tính sau nếu cần:
# thuộc tính SMTP
usergrid-deployment_mail.smtp.host=smtp.gmail.com
usergrid-implementation_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
# thuộc tính SMTPS
usergrid-deployment_mail.smtps.host=smtp.gmail.com
usergrid-implementation_mail.smtps.port=465
usergrid-deployment_mail.smtps.auth=true
usergrid-implementation_mail.smtps.username=your@email.com
usergrid-deployment_mail.smtps.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a52
usergrid-deployment_mail.smtps.quitwait=false - Sau khi chỉnh sửa thông tin này, bạn phải định cấu hình và khởi động lại Ngăn xếp phụ trợ API bằng cách
bằng các lệnh:
> /<inst_root>/apigee/apigee-service/bin/apigee-service baas-usergrid định cấu hình
> /<inst_root>/apigee/apigee-service/bin/apigee-service baas-usergrid khởi động lại - Lặp lại trên tất cả ngăn xếp API BaaS nút.