puppetlabs / puppetlabs/puppetlabs-apache

Add support for Deferred values for secrets in Apache::OIDCSettings

Open
#2,565 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.