Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Salesforce runner fix #4402

Closed
ccakes opened this issue Nov 26, 2019 · 1 comment
Closed

Minor Salesforce runner fix #4402

ccakes opened this issue Nov 26, 2019 · 1 comment
Labels

Comments

@ccakes
Copy link

ccakes commented Nov 26, 2019

Issue Summary

A Security Token isn't required in all SFDC environments - depending on configuration. See here for more information.

Steps to Reproduce

  1. Add Salesforce as a data source where a token isn't required (and cannot be generated)
  2. Cannot proceed without required field

Technical details:

"required": ["username", "password", "token"],

Just remove token from the required list. Seemed like it'd be faster to create an issue than submit a PR for such a small change

@ccakes
Copy link
Author

ccakes commented Nov 26, 2019

Might be worth noting that I'm running a version with the change applied and it works 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants