Vnaumov | 079f19c | 2017-10-02 12:10:32 +0300 | [diff] [blame] | 1 | --- |
| 2 | summary: > |
| 3 | Added support for the Push Notifications service to Salesforce. |
| 4 | |
| 5 | features: |
| 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 | |