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
Hello Team,
As part of using the Alicloud auth method in Hashicorp vault, it was advised to add a new request interceptor and the intercept the request to obtain the headers as well as the request URL. Unfortunately, I do not find a way to add a new interceptor in the already existing interceptor chain (builder classes do not have any public methods or the classes are final which prevent extending them). Is there any way in which we can add a new custom interceptor?
The text was updated successfully, but these errors were encountered:
Hello Team,
As part of using the Alicloud auth method in Hashicorp vault, it was advised to add a new request interceptor and the intercept the request to obtain the headers as well as the request URL. Unfortunately, I do not find a way to add a new interceptor in the already existing interceptor chain (builder classes do not have any public methods or the classes are final which prevent extending them). Is there any way in which we can add a new custom interceptor?
The text was updated successfully, but these errors were encountered: