You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the OAuth authentication in HTTP JSON input having a chain call. We observed that when there is an auth assigned to the parent, and if the child(the chain steps) have no auth assigned, then the auth config(from parent) as a whole gets assigned to the chain steps so the auth call is made again.
Note - We came across this issue while using Bitwarden \members API, where we have time limit to hit post APIs(5) in a second
and we have other endpoints where we are already doing post call(4 times) so this extra call is major concern for us.
The text was updated successfully, but these errors were encountered:
Hi!
We just realized that we haven't looked into this issue in a while. We're sorry!
We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!
While using the OAuth authentication in HTTP JSON input having a chain call. We observed that when there is an auth assigned to the parent, and if the child(the chain steps) have no auth assigned, then the auth config(from parent) as a whole gets assigned to the chain steps so the auth call is made again.
Find Filebeat configuration code as below :
Debug logs details:
Note - We came across this issue while using Bitwarden \members API, where we have time limit to hit post APIs(5) in a second
and we have other endpoints where we are already doing post call(4 times) so this extra call is major concern for us.
The text was updated successfully, but these errors were encountered: