-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Enabling Full FTR, Integration, and Unit tests to the FIPS Test Pipeline #192632
Merged
kc13greiner
merged 59 commits into
elastic:main
from
kc13greiner:feature/Run_Full_FIPS_FTR
Nov 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
77697db
Replacing smoke test step with FTR pick order step
kc13greiner 35fa148
Adding unit and integration
kc13greiner ec83314
Update .buildkite/pipelines/fips.yml
kc13greiner c54e919
Removing extra args env var
kc13greiner 07b21c0
removing config limitations
kc13greiner f43f7d5
Merge branch 'main' into feature/Run_Full_FIPS_FTR
kc13greiner 4fe0825
adding extra functions back
kc13greiner ddab617
Skipping new failing tests
kc13greiner 4fe127d
Merge branch 'main' into feature/Run_Full_FIPS_FTR
kc13greiner d33488d
Update fips.yml to include jest
kc13greiner 6daa6c8
attempting to add fips node options cmd line args
kc13greiner 17ba872
Correcting node options to the front
kc13greiner 83766b6
trying diff hash alg
kc13greiner b2b354b
testing change to signing/digest algorithm, skipping known issues
kc13greiner dfd9154
Switching hash back and changing curve
kc13greiner c17e569
trying PEM instead of DER
kc13greiner 001651c
Trying different cipher on pk
kc13greiner 67d8092
cipher threw unsupported envelope, try w/o cipher for now
kc13greiner e0f7ebc
switching back to DER with the cipher
kc13greiner 8aaf935
adding initialization to ensure its the proper len
kc13greiner 1f93c2f
already imported
kc13greiner 7feec4f
Trying longer rsa
kc13greiner 4cc907e
Attempting to log ciphers to see what is available
kc13greiner af02d5b
comma
kc13greiner 6a9d171
Clearing up other errors to focus on signing
kc13greiner 0046e88
Flipping condition
kc13greiner bf5113f
removing log
kc13greiner 7158794
Testing original
kc13greiner 20d4b7b
Commenting out scryptParams
kc13greiner 412a745
Merge branch 'main' into feature/Run_Full_FIPS_FTR
kc13greiner a863849
Temporary hotfixes to test integration tests in pipeline
kc13greiner aed8025
import disappeared
kc13greiner c796660
Merge branch 'main' into feature/Run_Full_FIPS_FTR
kc13greiner 52b5f3c
Merge branch 'main' into feature/Run_Full_FIPS_FTR
kc13greiner f1504ac
More override tests
kc13greiner 2b5a712
Moving fips config
kc13greiner 29a79db
Skipping PKCS12 and MD5 fs tests
kc13greiner ae4293e
Fix for unused config issue
kc13greiner 36da348
Dont register
kc13greiner 3e078fa
disable oss in FIPS mode, revert security service, clean up other ove…
kc13greiner e620cf2
clean up
kc13greiner 608b2f9
Merge branch 'main' into feature/Run_Full_FIPS_FTR
kc13greiner 7d840a4
adding back trial license since some calls don't use the servers factory
kc13greiner be62e5e
Merge branch 'main' into feature/Run_Full_FIPS_FTR
kc13greiner 2ce8759
Skipping data archive test
kc13greiner f290b6e
Changing some fips test overrides and skipping some tests
kc13greiner b2a38ab
Last skips and fixing trial/es overrides for fips
kc13greiner d444894
skipping serverless test due to overrieds
kc13greiner f6829f6
Merge branch 'main' into feature/Run_Full_FIPS_FTR
kc13greiner cf928c8
[CI] Auto-commit changed files from 'node scripts/notice'
kibanamachine 84fa1aa
ensuring there is only 1 oss on the cli
kc13greiner 7454e8a
Merge branch 'main' into feature/Run_Full_FIPS_FTR
kc13greiner 08561e4
Fixing test license type
kc13greiner e4b6636
Adding comment to clarify test license usage
kc13greiner c362dd7
PR feedback
kc13greiner abff161
Update .buildkite/scripts/steps/test/jest_parallel.sh
kc13greiner 7a8ce60
Merge branch 'main' into feature/Run_Full_FIPS_FTR
kc13greiner a8be638
[CI] Auto-commit changed files from 'node scripts/notice'
kibanamachine 95969a9
Merge branch 'main' into feature/Run_Full_FIPS_FTR
legrego File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update fips.yml to include jest
- Loading branch information
commit d33488d9d8303b7554f9b16833eb232a81dd86bb
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It doesn't look like these will run with FIPS enabled.
kibana/.buildkite/scripts/common/env.sh
Lines 143 to 146 in 833a267
NODE_OPTIONS for jest at
kibana/.buildkite/scripts/steps/test/jest_parallel.sh
Line 63 in 833a267
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.
Ok I think I have it setup properly now!
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.
CI in progress: https://buildkite.com/elastic/kibana-fips/builds/197#01924db0-7734-405c-bc8c-c26facdcbb60