Skip to content
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 uses the Go user agent instead of the Terraform user-agent #276

Closed
awilliamsOM1 opened this issue Apr 23, 2020 · 0 comments
Closed

Comments

@awilliamsOM1
Copy link
Contributor

Terraform uses a user agent that looks like this:

User-Agent: Terraform/0.12.6 TF_APPEND_USER_AGENT where TF_APPEND_USER_AGENT is an optional environment variable.

The keycloak provider in terraform does not specify the user agent when making requests so the default GO user agent is used User-Agent: Go-http-client/1.1

This causes problems for because we cannot properly identify traffic as coming from terraform. The standard terraform user agent should be used possibly with other provider information added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants