-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix EnterpriseSearch upgrade with TLS disabled (#6224)
During an EnterpriseSearch upgrade, ECK calls its API to set the read-only mode setting and we missed adjusting the HTTP client used for this call based on whether or not TLS is enabled. This commit correctly creates the HTTP client to call the EnterpriseSearch API when TLS is disabled at the EnterpriseSearch resource level. The existing e2e test TestEnterpriseSearchTLSDisabled is converted to TestEnterpriseSearchTLSDisabledVersionUpgradeToLatest8x to cover this bug.
- Loading branch information
Showing
2 changed files
with
33 additions
and
18 deletions.
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
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