fix: connect puppetboard to puppetdb over SSL on port 8081 #70

Merged
unkinben merged 1 commits from benvin/fix-puppetboard-ssl into main 2026-03-22 00:01:54 +11:00
Owner

Puppetboard was connecting to PuppetDB on port 8080 (plain HTTP), causing
403 Forbidden errors on the /metrics/v2 Jolokia endpoint which requires
HTTPS with a Puppet certificate. Also replaced the invalid
PUPPETDB_SSL_SKIP_VERIFY var with the correct PUPPETDB_SSL_VERIFY,
PUPPETDB_CERT, and PUPPETDB_KEY pointing to the certs already generated
by the cert-generator init container.

💘 Generated with Crush

Assisted-by: Claude Sonnet 4.6 via Crush crush@charm.land

Puppetboard was connecting to PuppetDB on port 8080 (plain HTTP), causing 403 Forbidden errors on the /metrics/v2 Jolokia endpoint which requires HTTPS with a Puppet certificate. Also replaced the invalid PUPPETDB_SSL_SKIP_VERIFY var with the correct PUPPETDB_SSL_VERIFY, PUPPETDB_CERT, and PUPPETDB_KEY pointing to the certs already generated by the cert-generator init container. 💘 Generated with Crush Assisted-by: Claude Sonnet 4.6 via Crush <crush@charm.land>
unkinben added 1 commit 2026-03-22 00:00:23 +11:00
fix: connect puppetboard to puppetdb over SSL on port 8081
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
060248f6e3
Puppetboard was connecting to PuppetDB on port 8080 (plain HTTP), causing
403 Forbidden errors on the /metrics/v2 Jolokia endpoint which requires
HTTPS with a Puppet certificate. Also replaced the invalid
PUPPETDB_SSL_SKIP_VERIFY var with the correct PUPPETDB_SSL_VERIFY,
PUPPETDB_CERT, and PUPPETDB_KEY pointing to the certs already generated
by the cert-generator init container.

💘 Generated with Crush

Assisted-by: Claude Sonnet 4.6 via Crush <crush@charm.land>
unkinben merged commit c0d95b71a7 into main 2026-03-22 00:01:54 +11:00
unkinben deleted branch benvin/fix-puppetboard-ssl 2026-03-22 00:01:54 +11:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#70