Back to articles
[Hands-on] Testing Separate Ports in Athenz ZTS
NewsDevOps

[Hands-on] Testing Separate Ports in Athenz ZTS

via Dev.toJeongwoo Kim

[Hands-on] Testing Separate Ports in Athenz ZTS The goal of this test is to verify the new port-URI filtering feature introduced in PR: Adding support to filter requests based on port-uri combination #3190 . Result I successfully reproduced the multiple ports configuration on the ZTS server. Initially, the server was only listening on the default port 4443 : # Defaulted container "athenz-zts-server" out of: athenz-zts-server, zms-cli (init), athenz-conf (init), athenz-plugins (init) # sh: 1: ss: not found # Active Internet connections (only servers) # Proto Recv-Q Send-Q Local Address Foreign Address State # tcp6 0 0 :::4443 :::* LISTEN After applying the new configuration, it now listens on both the original port 4443 AND the newly added port 8443 : # Active Internet connections (only servers) # Proto Recv-Q Send-Q Local Address Foreign Address State # tcp6 0 0 :::8443 :::* LISTEN # tcp6 0 0 :::4443 :::* LISTEN Table of Contents [Hands-on] Testing Separate Ports in Athenz ZTS Result T

Continue reading on Dev.to

Opens in a new tab

Read Full Article
4 views

Related Articles