Icinga / Icinga/docker-icinga2
Pass Cert and key as env args to container.
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 73
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
it would be useful to add the below in the same way ICINGA_CACERT works.
ICINGA_CERT - node cert to be used to auth with master
ICINGA_CERTKEY - key to go with cert
Contributor guide
No contributing guide indexed for this repository
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 locating the existing ICINGA_CACERT environment-argument handling in the Docker image configuration. Trace how that value reaches Icinga 2, then determine where ICINGA_CERT and ICINGA_CERTKEY should follow the same path. Done means both environment arguments are accepted and provide the node certificate and matching key for master authentication.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, dockerfile
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100