-
Notifications
You must be signed in to change notification settings - Fork 97
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
requestHeadersWhitelist
setting needs to be replaced by requestHeadersAllowlist
#1969
Comments
Yesterday there were problems with the automatic checks(the comment wasn't sent) related to issue https://github.com/wazuh/wazuh-jenkins/issues/4529. When all tests were fixed or done, the only check left failing is the one seen in issue https://github.com/wazuh/wazuh-jenkins/issues/4507, but its test case is seen in other tests. As well, it has been tested on CentOS 8 locally and the cluster runs correctly:
|
The last test doesn't really compensate for the failing one, in being an AIO installation. The error shown in the test is:
A new test has been done replaying the pipeline without destroying the machines, and we can see the cluster is correctly running:
|
After reviewing the warning message
we need to update the default configuration setting and replace
requestHeadersWhitelist
withrequestHeadersAllowlist
.The text was updated successfully, but these errors were encountered: