-
Notifications
You must be signed in to change notification settings - Fork 187
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
[Backport 4.4-7.16] Added server address and wazuh protocol definition in Deploy agent section #5172
Conversation
…ction (#5166) * Added new WzServerAddressInput component * Updated CHANGELOG * Update state server address when is mounted * Resolved review comments * Updated CHANGELOG * Updated logic when protocol is UDP * Modified wazuh protocol param definition * Changed PR text in CHANGELOG * Reverted changes tsconfig (cherry picked from commit b167d6c)
|
review: code 🟢 Tests Kibana 7.17.6WIP Legend: UI
Details 🟢 For a manager master (cluster mode) configurated as TCP and UDP as the protocols of the remote secure connection, uses the TCP protocol. It should not display the WAZUH_PROTOCOL deployment variableSafari - ⚫ 🟢 For a manager master (cluster mode) configurated as TCP as the protocol of the remote secure connection, uses the TCP protocol. It should not display the WAZUH_PROTOCOL deployment variableSafari - ⚫ 🟢 For a manager master (cluster mode) configurated as UDP as the protocol of the remote secure connection, uses the UDP protocol. It should display the WAZUH_PROTOCOL deployment variable with UDP valueSafari - ⚫ 🟢 For a manager master (manager mode) configurated as TCP and UDP as the protocols of the remote secure connection, uses the TCP protocol. It should not display the WAZUH_PROTOCOL deployment variableSafari - ⚫ 🟢 For a manager master (cluster mode) configurated as TCP as the protocol of the remote secure connection, uses the TCP protocol. It should not display the WAZUH_PROTOCOL deployment variableSafari - ⚫ |
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.
review:
code 🟢
tests: 🟢
#5172 (comment)
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.
Backport b167d6c from #5166.