syslog: T4251: Rename "permitted-peers" to "permitted-peer" and improve TLS checks - #4824
Merged
Merged
Conversation
…ve TLS checks - Renamed `permitted-peers` to `permitted-peer` across templates, schema, and tests. - Added support for multiple `permitted-peer` entries and trimmed empty values. - Replaced TLS/UDP warning with ConfigError for strict validation. - Updated tests to use TCP for TLS and verified new validation logic.
|
👍 |
1 task
alexandr-san4ez
marked this pull request as draft
October 31, 2025 15:16
alexandr-san4ez
marked this pull request as ready for review
November 3, 2025 14:46
sever-sever
reviewed
Nov 3, 2025
- Drop "tls enable" node (make "tls" a standalone key). - Split "tls permitted-peers" list by commas into multiple "tls permitted-peer" entries.
alexandr-san4ez
force-pushed
the
T4251-current
branch
from
November 4, 2025 08:51
2775f34 to
a3b37e6
Compare
|
CI integration 👍 passed! Details
|
dmbaturin
approved these changes
Nov 8, 2025
dmbaturin
left a comment
Member
There was a problem hiding this comment.
I think a multi node is indeed a lot better here because it allows users to easily delete individual entries, without copying/editing/pasting comma-separated values by hand.
sever-sever
approved these changes
Nov 28, 2025
sever-sever
left a comment
Member
There was a problem hiding this comment.
CLI refactoring, migration scripts added
Contributor
Author
|
@dmbaturin and @sever-sever could you also review documentation PR? |
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.
Change summary
permitted-peerstopermitted-peeracross templates, schema, and tests.permitted-peerentries and trimmed empty values.ConfigErrorfor strict validation.Types of changes
Related Task(s)
Related PR(s)
How to test / Smoketest result
Checklist: