CSPL-4623: FIPS appframework fix for SHC and ES#1821
Open
rlieberman-splunk wants to merge 13 commits intodevelopfrom
Open
CSPL-4623: FIPS appframework fix for SHC and ES#1821rlieberman-splunk wants to merge 13 commits intodevelopfrom
rlieberman-splunk wants to merge 13 commits intodevelopfrom
Conversation
Promote Develop to main for Splunk Operator Release 3.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…10.2 Update Splunk Enterprise version to 10.2.0
…nto feature/fips-appframework-fix
5 tasks
kasiakoziol
reviewed
Apr 7, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This pull request introduces improvements to how the Splunk operator handles FIPS-related informational messages and SSL certificate warnings during bundle push and post-install checks, ensuring that these do not incorrectly trigger errors or retries. It also extends integration test and suite timeouts to accommodate longer-running tests. Comprehensive unit tests have been added to cover the new FIPS-aware logic.
Key Changes
FIPS and SSL warning handling improvements:
isBundlePushCompletefunction inafwscheduler.goto distinguish between meaningful output and purely informational lines (such as FIPS provider banners and SSL certificate warnings) when determining if a bundle push is complete, preventing premature errors or retries on FIPS-enabled clusters.handleEsappPostinstallfunction to treat non-empty stderr as informational only, logging it for debugging but not treating it as a failure, since FIPS-enabled clusters always output banners and warnings to stderr.splunkFIPSProviderBannerStrandsplunkSSLCertWarnStrinnames.goto identify FIPS and SSL warning messages.Test timeout increases:
Testing and Verification
afwscheduler_test.gofor both bundle push completion and post-install logic, covering various combinations of FIPS banners, SSL warnings, and error scenarios to ensure robust handling of edge cases.Related Issues
PR Checklist