fix: change puppet compilers to use HTTP for internal puppetdb connections #47

Merged
unkinben merged 1 commits from benvin/puppet-puppetdb-http-internal into main 2026-03-19 01:51:11 +11:00

1 Commits

Author SHA1 Message Date
unkinben 9940b5f08d fix: change puppet compilers to use HTTP for internal puppetdb connections
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
This resolves SSL certificate verification failures preventing puppetdb access

- Update OPENVOXDB_SERVER_URLS from https://puppetdb:8081 to http://puppetdb:8080
- External access to puppetdb will still use HTTPS via ingress
- Internal cluster communication does not require encryption
2026-03-19 01:49:26 +11:00