-
Notifications
You must be signed in to change notification settings - Fork 170
Add in rhel and windows FIPS override #1124
Conversation
d8c8d94
to
6a7a661
Compare
Worth noting that this work depending on this merging first. |
8bed168
to
c0d6f37
Compare
bebf92b
to
b3c9133
Compare
0fe83a8
to
069b2bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
# TODO Pinning these for now because github_changelog_generator has a bunch | ||
# of different versions across our products | ||
gem "nokogiri", "~> 1.6.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tduffield Have you all mitigated the dependency breakage? Would you like this in a different PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup! We're going to get this merged since it got a green build and deal with the problem dependencies in another PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to rebase the commits and make sure they are all DCO signed.
🚧 until we figure out what to do about the dependencies |
Also update our omnibus config to use the new fips flags getting exposed. Signed-off-by: Rachel Adler <radler@chef.io> Signed-off-by: tyler-ball <tyleraball@gmail.com>
Signed-off-by: tyler-ball <tyleraball@gmail.com>
37b4c97
to
918723a
Compare
This is ready for final review and merging! |
Description
On rhel and windows include the OpenSSL FIPS module into the ChefDK. The FIPS module is not activated unless users activate it.
Issues Resolved
N/A
Check List