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

[extension/oauth2clientauth] Remove duplicate validation logic #30469

Merged

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Jan 12, 2024

Description:
remove the duplicate validation logic, use config.Validate instead.

@atoulme atoulme requested a review from jpkrohling as a code owner January 12, 2024 05:26
@atoulme atoulme requested a review from a team January 12, 2024 05:26
@atoulme atoulme added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jan 12, 2024
@dmitryax dmitryax merged commit 593ea9a into open-telemetry:main Jan 12, 2024
80 of 83 checks passed
@github-actions github-actions bot added this to the next release milestone Jan 12, 2024
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Feb 1, 2024
…telemetry#30469)

**Description:**
remove the duplicate validation logic, use config.Validate instead.
jpkrohling pushed a commit that referenced this pull request May 16, 2024
**Description:**

Drop duplicate testing of parts related to TLS settings which already
verified more extensively in other tests. This led to relevant changes
requiring identical modifications in multiple places (e.g., #32332,
 #32394).

Also remove 'TokenURL' and 'Scopes' from the corresponding configs as
they are not required anymore (since #30469).

For more details, see also

#32623 (comment)

Signed-off-by: Ilias Katsakioris <ilias.katsakioris@hpe.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension/oauth2clientauth Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants