You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When #95510 was implemented, the server.maxPayloadBytes configuration property was renamed to server.maxPayload.
Docs need to be updated to reflect the new property name
The kibana.yml file should be updated to reflect the new property name
The new property name needs to be added to the allow list for Docker images (src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
Some integration tests need to be updated to use the new property name
The text was updated successfully, but these errors were encountered:
I'm getting ready to submit a PR to add some new config properties for Core to control some security response headers, I'll take care of this while I'm at it.
When #95510 was implemented, the
server.maxPayloadBytes
configuration property was renamed toserver.maxPayload
.kibana.yml
file should be updated to reflect the new property namesrc/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker
)The text was updated successfully, but these errors were encountered: