[FEATURE] Add community_base_url to salesforce-community connection#130
[FEATURE] Add community_base_url to salesforce-community connection#130alexkappa merged 4 commits intoalexkappa:masterfrom lendi-au:feature/salesforce-community-update
Conversation
Added salesforce-community option 'community_base_url' which was missing. Also added a test for this confirming it works OK Signed-off-by: ed kim <edward.kim@lendi.com.au>
|
Excellent, thank you for submitting the issue and PR! I’ll use this as an example to anyone wishing to contribute :) |
alexkappa
left a comment
There was a problem hiding this comment.
Thanks for working on this! Lets merge the changes over at auth0/go-auth0 and come back to finalize
|
|
||
| resource "auth0_user" "user" { | ||
| connection_name = "Username-Password-Authentication" | ||
| username = "test" |
There was a problem hiding this comment.
This will need to be set so it can pass during CI. We’ve enabled “requires username” on this connection a while ago and we require it everywhere.
There was a problem hiding this comment.
Thanks @alexkappa - I've added the username back in. Any ideas on how to solve the next CI error "client_secret" is required, but no definition was found.?
There was a problem hiding this comment.
That is an unfortunate side effect of switching to travis. It seems that PRs don't get access to all secrets for security reasons. I'll need to run it manually I suppose.
Signed-off-by: ed kim <edward.kim@lendi.com.au>
Signed-off-by: ed kim <edward.kim@lendi.com.au>
Signed-off-by: ed kim <edward.kim@lendi.com.au>
Community Note
Fixes #129
Changes proposed in this pull request:
Linked issue: #129
Output from acceptance testing: