feat: Add IP-based access control for Stream Hosts #5211
+168
−25
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.
Summary
This PR implements IP-based access control for Stream Hosts, addressing feature request #5125.
Changes
Backend
access_list_idcolumn to thestreamtableaccess_listrelation to Stream model andstreamsrelation to AccessList modelaccess_listexpansionaccess_list_idto stream POST/PUT endpoints_access_stream.conftemplate for IP-based allow/deny rulesstream.confto include the access template for both TCP and UDP blocksFrontend
StreamExpansiontype for API callsaccessListIdandaccessListto Stream interfaceImplementation Notes
satisfydirective, so onlyallow/denyrules from the Access List clients are usedallowdirectives for each client IP/CIDR in the access listdeny all;directiveExample Generated Config
Screenshots: