-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
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
User agent header not correct #3267
Comments
@ringods can you share how the user is setting this header? Is this part of an Automation API program? |
The user-agent is likely coming from client-go's default: Without digging too deep, the fix for this probably requires us to accurately set the user-agent here: pulumi-kubernetes/provider/pkg/provider/provider.go Lines 828 to 859 in 605307c
|
What happened?
A customer reports that the HTTP header used for the user agent is not sent correctly. See the example below.
userAgent
butUser-Agent
v0.0.0
$Format
string being renderedExample
Taken from the Kubernetes audit logs:
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: