-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
Hey, I'm currently upgrading our Benthos, and I see this error in logs
deprecated: golang.org/x/oauth2: Transport.CancelRequest no longer does anything; use context
We're using oAuth2 auth with our pipelines.
processor_resources:
- label: analyze_http
http:
parallel: true
drop_on: [500, 501, 400, 404, 403, 406]
backoff_on: [408, 429, 502, 503, 504]
max_retry_backoff: "120s"
timeout: "60s"
url: "x"
verb: POST
headers:
Content-Type: application/json
Content-Encoding: gzip
oauth2:
enabled: true
client_key: xxxxxx # Consumer app clientId
client_secret: xxxxxx # consumer app secret
token_url: xxxxxx
scopes:
- xxxxxx # API app clientId
rate_limit: 100
Do you know if I should be worries about it? Should we modify a setting?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels