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

add sigv4 as a custom authentication method for remote_write data #322

Merged
merged 5 commits into from
Jan 13, 2021

Conversation

rfratto
Copy link
Member

@rfratto rfratto commented Jan 11, 2021

PR Description

This PR adds a SigV4 mechanism for authenticating remote_write requests.

Which issue(s) this PR fixes

Notes to the Reviewer

PR Checklist

  • CHANGELOG updated
  • Documentation added
  • Tests updated

pkg/prom/ha/codec_test.go Outdated Show resolved Hide resolved
pkg/prom/instance/instance.go Show resolved Hide resolved
pkg/prom/instance/instance.go Show resolved Hide resolved
pkg/prom/instance/remote_write.go Outdated Show resolved Hide resolved
pkg/prom/instance/sigv4.go Outdated Show resolved Hide resolved
pkg/prom/instance/sigv4.go Outdated Show resolved Hide resolved
@rfratto rfratto marked this pull request as ready for review January 12, 2021 19:31
@rfratto
Copy link
Member Author

rfratto commented Jan 12, 2021

@mattdurham the blast radius here is pretty big thanks to wrapping the remote write struct, let me know if we need to go over this together

docs/configuration-reference.md Show resolved Hide resolved
docs/configuration-reference.md Show resolved Hide resolved
@rfratto rfratto merged commit 4a09b67 into grafana:master Jan 13, 2021
@rfratto rfratto deleted the sigv4 branch January 13, 2021 14:20
@mattdurham mattdurham mentioned this pull request Sep 7, 2021
3 tasks
mattdurham pushed a commit that referenced this pull request Nov 11, 2021
* add sigv4 as a custom authentication method for remote_write data

* address review feedback i gave myself

* require region

* docs, changelog

* make region requirements more clear
@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 Apr 21, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 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.

2 participants