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
In the terraform-provider-cloudfoundry, we are planning to make use of the policy_client which in turn uses the json_client for making requests. The provider supports the option of adding custom user-agents as a header and expects the underlying clients to propagate that in the requests.
However for the policy_client, there is no such option as the json_client itself does not support any such custom headers which are widely supported in most of the other clients.
There should be some way to add the user-agent and propagate that in the requests.
Proposed Change
In the terraform-provider-cloudfoundry, we are planning to make use of the policy_client which in turn uses the json_client for making requests. The provider supports the option of adding custom user-agents as a header and expects the underlying clients to propagate that in the requests.
However for the policy_client, there is no such option as the json_client itself does not support any such custom headers which are widely supported in most of the other clients.
There should be some way to add the user-agent and propagate that in the requests.
or add it in the client structure and invoke accordingly
Acceptance criteria
.
Related links
No response
The text was updated successfully, but these errors were encountered: