Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(SUP-4373-system_store) Add CA bundle option #93

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

m0dular
Copy link
Contributor

@m0dular m0dular commented Jul 26, 2023

This commit adds the option to use certificates other than those issued by the Puppet CA for making api calls to InfluxDB. Setting use_system_store to true will use the CA bundle from the default system store depending on platform. Setting ca_bundle in addition to use_system_store will use the specified CA bundle.

This commit adds the option to use certificates other than those issued
by the Puppet CA for making api calls to InfluxDB.  Setting
`use_system_store` to `true` will use the CA bundle from the default
system store depending on platform.  Setting `ca_bundle` in addition to
`use_system_store` will use the specified CA bundle.
manifests/init.pp Outdated Show resolved Hide resolved
@MartyEwings MartyEwings added the enhancement New feature or request label Jul 27, 2023
This commit removes the prior ca_bundle option in favor of using the ssl
trust store of the Puppet agent.
Copy link
Contributor

@jarretlavallee jarretlavallee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Thanks!

@m0dular m0dular linked an issue Jul 31, 2023 that may be closed by this pull request
@m0dular m0dular merged commit bad09ab into puppetlabs:main Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resources only use the Puppet SSL Context
4 participants