We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This request bypasses the proxy that is set in VAULT_PROXY_ADDR environment variable https://github.com/hashicorp/vault-plugin-auth-jwt/blob/ab76cf59ee3962b406c617fcc6b8d4ee1dbdcb6e/cli.go#L190C4-L191C41
It's better not to use raw http call, but to configure http client to use transport defined in vault client, or to implement PostForm in vault client
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This request bypasses the proxy that is set in VAULT_PROXY_ADDR environment variable
https://github.com/hashicorp/vault-plugin-auth-jwt/blob/ab76cf59ee3962b406c617fcc6b8d4ee1dbdcb6e/cli.go#L190C4-L191C41
It's better not to use raw http call, but to configure http client to use transport defined in vault client, or to implement PostForm in vault client
The text was updated successfully, but these errors were encountered: