Skip to content

Commit d7951e6

Browse files
authored
Update x-pack/filebeat/input/salesforce/config_auth.go
1 parent 2711af6 commit d7951e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/filebeat/input/salesforce/config_auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type JWTBearerFlow struct {
3333
Enabled *bool `config:"enabled"`
3434

3535
URL string `config:"url"`
36-
TokenURL string `config:"token_url"` // If not provided, the URL will be used by go-sfdc package.
36+
TokenURL string `config:"token_url"` // If not provided, the URL field will be used as the audience URL by the go-sfdc package.
3737
ClientID string `config:"client.id"`
3838
ClientUsername string `config:"client.username"`
3939
ClientKeyPath string `config:"client.key_path"`

0 commit comments

Comments
 (0)