Skip to content

fix: Update user agent calls to KMS #205

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

Merged
merged 1 commit into from
Aug 28, 2019

Conversation

seebees
Copy link
Contributor

@seebees seebees commented Aug 28, 2019

We want to identify which implementation of the AWS Encryption SDK
is being used in order to assist in any requests from customers
or for debugging as necessary by developers.
We plan to utilize the user agent set by the SDK to achieve this.

This identification is done in the default clientProvider.
Users can create their own clientProvider,
and set a different user agent.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

We want to be able to track the user agent used in calls made with this SDK.
This is to be able to identify which version of the Encryption SDK is being used
to assist in any future debugging requested by customers.

This tracking is done in the default `clientProvider`.
To opt out of this, you can create your own.
@seebees seebees requested review from praddc and a team August 28, 2019 16:36
Copy link

@praddc praddc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link

@agray256 agray256 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. (Followed up with seebees offline re: how this useragent string gets used; docs could be improved.)

@seebees seebees merged commit a5dd6c2 into aws:master Aug 28, 2019
@seebees seebees deleted the kms-default-user-agent branch August 28, 2019 19:51
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

Successfully merging this pull request may close these issues.

3 participants