puppetlabs / puppetlabs/puppetlabs-apache
Add support for Deferred values for secrets in Apache::OIDCSettings
Open
Nobody has claimed this yet.
- Dominant language
- Puppet
- Stars
- 356
- Forks
- 1.1k
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
Arguments that contain secrets should allow Deferred and Sensitive values to be passed as arguments.
For example in Apache::OIDCSettings
- ClientID
- ClientSecret
- CryptoPassword
This will allow looking up these values agent side from systems like Vault.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate Apache::OIDCSettings and inspect how ClientID, ClientSecret, and CryptoPassword are declared and consumed. Check the module's existing handling of Deferred and Sensitive values, then identify the relevant tests. Done means these secret arguments accept both value types and support agent-side lookup from systems such as Vault.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- apache
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100