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

feat(converter/otelcol): support converting sigv4authextension #6713

Merged
merged 7 commits into from
Mar 22, 2024

Conversation

hainenber
Copy link
Contributor

PR Description

Which issue(s) this PR fixes

Closes #6442

Notes to the Reviewer

I'm not sure this is the correct approach as the newly added ConvertWithoutValidation doesn't really reflect production usage and only for testing. I might open a new PR on the upstream to see if OtelCol folks are OK with opening the struct and/or add a setter to inject mock SigV4 credential provider.

PR Checklist

…tdata`

Signed-off-by: hainenber <dotronghai96@gmail.com>
Signed-off-by: hainenber <dotronghai96@gmail.com>
…authextension`

Signed-off-by: hainenber <dotronghai96@gmail.com>
@hainenber hainenber changed the title Support sigv4 auth otelcol extension feat(converter/otelcol): support converting sigv4authextension Mar 17, 2024
Copy link
Member

@rfratto rfratto left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! Will approve after the two comments are resolved.

I'm OK with the ConvertWithoutValidation workaround for now, this one seems like an edge case and it's probably not worth doing a more extensive change just to get the converter working.

@rfratto rfratto self-assigned this Mar 18, 2024
hainenber and others added 3 commits March 19, 2024 22:29
…nd not the top-level folder

Signed-off-by: hainenber <dotronghai96@gmail.com>
…er result

Signed-off-by: hainenber <dotronghai96@gmail.com>
Copy link
Member

@rfratto rfratto left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@rfratto rfratto merged commit c411387 into grafana:main Mar 22, 2024
10 checks passed
@hainenber hainenber deleted the support-sigv4-auth-otelcol-extension branch March 23, 2024 14:56
@github-actions github-actions bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label May 2, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support converting sigv4authextension
2 participants