Skip to content

Update Lambda Promtail function to securely handle password retrieval from AWS services #12643

Open
@aperuru

Description

@aperuru

Is your feature request related to a problem? Please describe.
I observed that the Lambda Promtail Lambda function requires the password environment variable to be a string. Exposing the password as plaintext when accessed from the AWS Console poses a security risk/vulnerability.

Describe the solution you'd like
I would like the handler to be updated so that it can support a password value that is either the Amazon Resource Name (ARN) of a Secrets Manager secret or the secure string of a Systems Manager Parameter Store secret.

Describe alternatives you've considered
No alternative

Additional context
None.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions