-
-
Notifications
You must be signed in to change notification settings - Fork 149
[FEATURE] Add community_base_url to salesforce-community connection #130
[FEATURE] Add community_base_url to salesforce-community connection #130
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 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this! Lets merge the changes over at auth0/go-auth0 and come back to finalize
auth0/resource_auth0_user_test.go
Outdated
@@ -53,7 +53,6 @@ provider "auth0" {} | |||
|
|||
resource "auth0_user" "user" { | |||
connection_name = "Username-Password-Authentication" | |||
username = "test" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: