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

Support more sources for user agent's app ID #945

Closed
1 task done
ianbotsf opened this issue Jun 12, 2023 · 1 comment · Fixed by #1071
Closed
1 task done

Support more sources for user agent's app ID #945

ianbotsf opened this issue Jun 12, 2023 · 1 comment · Fixed by #1071
Assignees
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@ianbotsf
Copy link
Contributor

Describe the feature

The User Agent metadata currently sources an app ID from an environment variable or system property. In addition to these two sources, users must also be able to set the app ID explicitly via client configuration or via a profile key. The precedence order should be:

  1. client configuration (highest)
  2. aws.userAgentAppId system property
  3. AWS_SDK_UA_APP_ID environment variable
  4. sdk_ua_app_id profile key (lowest)

Is your Feature Request related to a problem?

It would be great if users had more options to configure their app IDs.

Proposed Solution

No response

Describe alternative solutions or features you've considered

No response

Acknowledge

  • I may be able to implement this feature request

AWS Kotlin SDK version used

0.27.0-beta

Platform (JVM/JS/Native)

OpenJDK 1.8

Operating System and version

Amazon Linux 2

@ianbotsf ianbotsf added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jun 12, 2023
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants