-
Notifications
You must be signed in to change notification settings - Fork 249
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 AWS secret manager #689
Comments
I think its a good enhancement to add into Alloy's AWS components. I'll draft up something this weekend 🥸 |
In the case of Kubernetes, using External Secrets to store secret information in environment variables can avoid this issue. For EC2, it was necessary to have a mechanism to retrieve secrets using systemd's ExecStartPre Thank you for taking an interest in this feature enhancement😊 |
@hainenber main...fabiiw05:alloy:add_component_aws_secretsmanager Lately, I haven't had much time, so it doesn't seem like I'll be able to finish it. I'm not confident in my programming skills, but I thought I'd share it in case it's useful to someone. |
This issue has not had any activity in the past 30 days, so the |
Request
I want to be able to retrieve values from AWS Secret Manager in Grafana Alloy and make them available for use in Alloy's configuration.
Use case
The following is used in scenarios that require sensitive information:
The text was updated successfully, but these errors were encountered: