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

(maint) updating the ssl_fingerprint to accept spaced and colon SHA25… #83

Merged
merged 1 commit into from
Apr 25, 2019

Conversation

Thomas-Franklin
Copy link
Contributor

…6 notation

Previously the fingerprint expected it to be the format XX:XX:... althought some browsers would display the fingerprint in XX XX XX ... notation which would cause issues if copied directly from the browser.

This change will allow it to be provided in the following formats XX XX XX ..., xxxxxx... or XX:XX:XX... which should cover all possible formats when retrieving the SHA256 fingerprint from a certificate on the firewall.

…6 notation

Previously the fingerprint expected it to be the format `XX:XX:...` althought some browsers would display the fingerprint in `XX XX XX ...` notation which would cause issues if copied directly from the browser.

This change will allow it to be provided in the following formats `XX XX XX ...`, `xxxxxx...` or `XX:XX:XX...`  which should cover all possible formats when retrieving the SHA256 fingerprint from a certificate on the firewall.
@Thomas-Franklin Thomas-Franklin added the bugfix Signify a bug fix label Apr 25, 2019
@codecov
Copy link

codecov bot commented Apr 25, 2019

Codecov Report

Merging #83 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #83   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files          39       39           
  Lines         948      948           
=======================================
  Hits          940      940           
  Misses          8        8
Impacted Files Coverage Δ
lib/puppet/transport/schema/panos.rb 100% <ø> (ø) ⬆️
lib/puppet/transport/panos.rb 100% <100%> (ø) ⬆️

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 6c278c3...33ba689. Read the comment docs.

@DavidS DavidS merged commit ecc41c5 into puppetlabs:master Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Signify a bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants