Edge for Private Cloud w wersji 4.16.09
Apigee BaaS wymaga skonfigurowania serwera SMTP. Podczas instalowania pakietu Backend Stack interfejsu API BaaS Apigee podajesz informacje SMTP, w tym hasło użytkownika SMTP. Ten są szyfrowane przed zapisaniem.
Jeśli później zechcesz zmienić informacje SMTP, wyedytuj /<inst_root>/apigee/customer/application/usergrid.properties we wszystkich węzłach stosu BaaS.
Aby zaszyfrować nowe hasło i ustawić je w pliku usergrid.properties, użyj narzędzia apigee-service:
> /<inst_root>/apigee/apigee-service/bin/apigee-service baas-usergrid secure_password newPword
To polecenie zwraca zaszyfrowane hasło w formacie:
SECURE:ae1b6dedbf6b26aaab8bee815a910737c1c15b55f3505c239e43bc09f8050
Aby zmienić informacje SMTP:
- Otwórz plik /<inst_root>/apigee/customer/application/usergrid.properties w edytorze. Jeśli plik nie istnieje, utwórz go.
- W razie potrzeby ustaw te właściwości:
# usług SMTP
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=twój@email.com
usergrid-deployment_mail.smtp.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a5
usergrid-deployment_mail.smtp.quitwait=false
# właściwości SMTPS
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=twój@email.com
usergrid-deployment_mail.smtps.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a52
usergrid-deployment_mail.smtps.quitwait=false - Po wprowadzeniu tych zmian musisz skonfigurować i ponowić uruchomienie pakietu API Backend Stack za pomocą tych poleceń:
> /<inst_root>/apigee/apigee-service/bin/apigee-service baas-usergrid configure
> /<inst_root>/apigee/apigee-service/bin/apigee-service baas-usergrid restart - Powtórz to w przypadku całego stosu BaaS API węzłów