-
-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: voxpupuli/container-puppetdb
base: 7.0.1
head repository: voxpupuli/container-puppetdb
compare: 6.14.0
- 8 commits
- 3 files changed
- 5 contributors
Commits on Dec 29, 2020
-
(maint) Update ssl.sh agent script
- Improves script robustness under a number of specific scenarios: - keypair generated on disk, CSR never submitted - keypair generated on disk, CSR submitted, cert never downloaded (i.e. cert matches keypair on disk) - keypair generated on disk, cert exists but doesn't match - keypair generated, CA down, CSR requires multiple resubmits until CA ready - no keypair generated, certname exists for another host - Additionally make improvements: - Verify that there is a 200 response from the masters CA as well to determine CA readiness to prevent: - Error: cannot reach CA host 'pe-puppet' - Error: cannot reach CRL host 'pe-puppet' - Under rare circumstances *any* HTTP response may not be blank, but may be malformed with a unparseable status code. In such instances, fail fast -- otherwise, the code may reach the end and perform a `return ""` - Fix a number of minor bugs in the scripts - See puppetlabs/pupperware#230 for details
Configuration menu - View commit details
-
Copy full SHA for 35733b4 - Browse repository at this point
Copy the full SHA 35733b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3822b4c - Browse repository at this point
Copy the full SHA 3822b4cView commit details
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fb66a2a - Browse repository at this point
Copy the full SHA fb66a2aView commit details -
(PDB-4811) Allow unauthenticated access to the status endpoint
This is in line with how puppetserver allows access to the status endpoint, and without this the docker healthcheck cannot access the endpoint.
Configuration menu - View commit details
-
Copy full SHA for d67cce9 - Browse repository at this point
Copy the full SHA d67cce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 166c543 - Browse repository at this point
Copy the full SHA 166c543View commit details -
Merge pull request #3393 from austb/pdb-4811/master/tk-metrics-auth
(PDB-4811) Add tk-auth to tk-metrics endpoint
Configuration menu - View commit details
-
Copy full SHA for f85f738 - Browse repository at this point
Copy the full SHA f85f738View commit details
Commits on Jan 27, 2021
-
(maint) Support dotted env vars in containers
- Both docker (per moby/moby#16585) and Kubernetes (per kubernetes/kubernetes#2707) support passing environment variables with dots as config, despite dot not technically being supported in POSIX. This is necessary to be able to specify hocon array values like FOO.0, FOO.1, etc now that the Hocon library is updated to typesafe/config 1.4.1 via puppetlabs/typesafe-config 0.2.0 / clj-parent 4.6.11 /bin/sh will not add such variables to the environment, but /bin/bash will properly expose them, so that they may be consumed by puppetserver and hocon. NOTE: ElasticSearch is notorious for passing such values, and it also uses the tini init system, so it served as a good design to follow: https://github.com/elastic/elasticsearch/tree/master/distribution/docker
Configuration menu - View commit details
-
Copy full SHA for 009fe06 - Browse repository at this point
Copy the full SHA 009fe06View commit details -
Merge pull request #3401 from puppetlabs/allow-env-vars-with-dots
(maint) Support dotted env vars in containers
Configuration menu - View commit details
-
Copy full SHA for bb0e87e - Browse repository at this point
Copy the full SHA bb0e87eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.0.1...6.14.0