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

Add ssl_proxy_machine_cert_chain param to vhost class #2072

Conversation

AbelNavarro
Copy link

Added the Apache vhost proxy config option SSLProxyMachineCertificateChainFile.

Reference: https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslproxymachinecertificatechainfile

Added the Apache vhost proxy config option
SSLProxyMachineCertificateChainFile.

Reference: https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslproxymachinecertificatechainfile
@AbelNavarro AbelNavarro requested a review from a team as a code owner October 2, 2020 08:07
@puppet-community-rangefinder
Copy link

apache::vhost is a type

Breaking changes to this file WILL impact these 125 modules (exact match):
Breaking changes to this file MAY impact these 32 modules (near match):

This module is declared in 174 of 575 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2020

Codecov Report

❗ No coverage uploaded for pull request base (main@c610f78). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2072   +/-   ##
=======================================
  Coverage        ?   58.49%           
=======================================
  Files           ?       12           
  Lines           ?      212           
  Branches        ?        0           
=======================================
  Hits            ?      124           
  Misses          ?       88           
  Partials        ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c610f78...c0d6464. Read the comment docs.

@@ -9070,6 +9070,20 @@ apache::vhost { 'sample.example.net':

Default value: `undef`

##### `ssl_proxy_machine_cert_chain`

Data type: `Any`
Copy link
Contributor

Choose a reason for hiding this comment

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

it would be nice if we could have this as Stdlib::Absolutepath… eventually.

@sanfrancrisko sanfrancrisko changed the title Extend vhost proxy options Add ssl_proxy_machine_cert_chain param to vhost class Nov 2, 2020
Copy link
Contributor

@sanfrancrisko sanfrancrisko left a comment

Choose a reason for hiding this comment

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

Agree with your comment @igalic , however, happy enough to merge now.

Thanks for the enhancement @AbelNavarro 👍

@sanfrancrisko sanfrancrisko merged commit 754f843 into puppetlabs:main Nov 2, 2020
@sanfrancrisko sanfrancrisko self-assigned this Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants