Support for [deployment] stanza pass4SymmKey
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 549
- Forks
- 277
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 2
Description
There is currently not support for the following configurations via environment variables according to the available documentation.
[deployment]
pass4SymmKey = some-secret
There is currently support for most pass4SymmKey key values for each allowed stanza but [deployment] is missing.
This environment variable should work exactly the same as any other not [general] pass4SymmKey key-value pairs.
Adding this support would be best practice to avoid having to use the [general] pass4SymmKey key on Deployment Server containers.
Link used: https://splunk.github.io/splunk-ansible/ADVANCED.html#inventory-script
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
Start by tracing the existing environment-variable handling for pass4SymmKey and compare the supported stanza keys with the ADVANCED.html inventory-script documentation linked in the issue. Done means the [deployment] value is accepted through its environment variable with the same behavior as other non-[general] pass4SymmKey entries, with relevant tests updated or added.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ansible, docker, python
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100