-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[exporter/datadog] Stop doing character validation for API keys #42783
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
[exporter/datadog] Stop doing character validation for API keys #42783
Conversation
songy23
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @jackgopack4
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
|
This solved a particular bug did it not? I'll have to look back to see if the underlying issue was fixed. |
jackgopack4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with merging this, but we will need to re-open/re-investigate #36509
…-telemetry#42783) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> Stops doing validation of characters in API key. Validation of secrets is challenging. Furthermore, any possible changes on the API key format would mean users would have to upgrade their clients; being more flexible and leaving validation for runtime helps avoid unnecessary upgrades. #### Link to tracking issue Fixes open-telemetry#42677
…-telemetry#42783) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> Stops doing validation of characters in API key. Validation of secrets is challenging. Furthermore, any possible changes on the API key format would mean users would have to upgrade their clients; being more flexible and leaving validation for runtime helps avoid unnecessary upgrades. #### Link to tracking issue Fixes open-telemetry#42677
…-telemetry#42783) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> Stops doing validation of characters in API key. Validation of secrets is challenging. Furthermore, any possible changes on the API key format would mean users would have to upgrade their clients; being more flexible and leaving validation for runtime helps avoid unnecessary upgrades. #### Link to tracking issue Fixes open-telemetry#42677
Description
Stops doing validation of characters in API key. Validation of secrets is challenging. Furthermore, any possible changes on the API key format would mean users would have to upgrade their clients; being more flexible and leaving validation for runtime helps avoid unnecessary upgrades.
Link to tracking issue
Fixes #42677