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 Sigv4 Auth #412

Open
ryanakann opened this issue Mar 12, 2024 · 0 comments
Open

Support Sigv4 Auth #412

ryanakann opened this issue Mar 12, 2024 · 0 comments
Labels
type/feature-request Requested new feature or enhancement

Comments

@ryanakann
Copy link

SigV4 (Signature Version 4) is an authentication process that allows AWS services to identify requests made using your security credentials and verify that the request sender is authorized to access resources in your AWS account. [1]

SigV4 authentication works with IAM to securely identify the sender of AWS API requests and verify they have permission to access AWS resources based on their signed identity and assigned policies. This helps ensure only authorized access occurs in your AWS account.

By allowing Sigv4, this plugin may support an IAM role similar to how the CloudWatch Data Source does.

@gabor gabor added the type/feature-request Requested new feature or enhancement label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Requested new feature or enhancement
Projects
Status: Backlog
Development

No branches or pull requests

2 participants