Skip to content

Feature Request: Read WEBHOOK_URL from a secret instead of specificying in an env variable #170

@faarshad

Description

@faarshad

WEBHOOK_URL is treated as a secret/private by some organizations since it gives the ability to send a message to a group of people e.g. in a slack channel.

Currently the manifests in https://github.com/aws/aws-node-termination-handler/releases/download/v1.4.0/all-resources.yaml require to hard code the WEBHOOK_URL value which some organization can not afford to put in Github.

Please provide the flexibility in the published all-resources.yaml to use either of the options: e.g. either use WEBHOOK_URL or WEBHOOK_URL_FROM_SECRET where yaml can look like

...
      - name: WEBHOOK_URL_FROM_SECRET
        valueFrom:
          secretKeyRef:
            name: secret-webhook-url
            key: address

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions