Skip to content

Feat: add option to overwrite PagerDuty API Key from ENV#3

Merged
ppastorf merged 2 commits intomasterfrom
feat/add-pagerduty-key-from-env
Oct 10, 2025
Merged

Feat: add option to overwrite PagerDuty API Key from ENV#3
ppastorf merged 2 commits intomasterfrom
feat/add-pagerduty-key-from-env

Conversation

@ppastorf
Copy link

Summary

This allows for enhanced security, separating secret and non-secret configurations

return nil, err
}

apiKeyFromEnv := os.Getenv("PAGERDUTY_API_KEY")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally, we should also support reading the token from a file and use csi-secret.

@ppastorf ppastorf merged commit 6c874eb into master Oct 10, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants