blob: 0b4bff428b13f4d550d29d99a722e68812e420ec [file] [log] [blame]
Vnaumov079f19c2017-10-02 12:10:32 +03001---
2summary: >
3 Added support for the Push Notifications service to Salesforce.
4
5features:
6 - |
7 Added support for the Push Notification service to Salesforce.
8 To configure the Push Notification service for a SalesForce account,
9 define following variables on the cluster level metadata:
10
11 .. code-block:: yaml
12
13 sfdc_auth_url: https://login.salesforce.com/services/oauth2/token
14 sfdc_username: user@example.net
15 sfdc_password: secret
16 sfdc_consumer_key: example_consumer_key
17 sfdc_consumer_secret: example_consumer_secret
18 sfdc_organization_id: example_organization_id
19 sfdc_sandbox_enabled: True/False
20