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

C# client should send the client type and version with his auth request #4265 #110

Closed
ChrisKujawa opened this issue Apr 7, 2020 · 0 comments · Fixed by #116
Closed

C# client should send the client type and version with his auth request #4265 #110

ChrisKujawa opened this issue Apr 7, 2020 · 0 comments · Fixed by #116
Assignees
Labels

Comments

@ChrisKujawa
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

On camunda cloud we have sometimes bug reports / incidents which might be already fixed with the latest version of the client, but the user uses a old client version.

Describe the solution you'd like

We would like to detect the client type and version, on requesting the auth token. This would make incident investigation much easier, since we then don't need to ask the user for this kind of information if there went something wrong. It would also make it possible to correlate failures with know bugs.

We thought about adding this kind of information in the user agent header on the client HTTP request.

A clear and concise description of what you want to happen.

Describe alternatives you've considered
The alternative would be to ask the user for this kind of information.

Additional context

The content of the user agent should at least contain:

  • client type, e.g. c# client
  • client version, e.g. 0.22.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant