github.phpd.cn/cilium/cilium@v1.6.12/test/runtime/manifests/Policies-cassandra-no-insert-posts.json (about)

     1  [ {
     2      "endpointSelector": {"matchLabels":{"id.cass-server":""}},
     3      "ingress": [ {
     4            "toPorts": [{
     5                    "ports": [{"port": "9042", "protocol": "TCP"}],
     6                          "rules": {
     7                                  "l7proto": "cassandra",
     8                                  "l7": [
     9                                         { "query_action" : "select", "query_table": "^system.*"},
    10                                         { "query_action" : "select", "query_table" : "^posts_db.posts$"}
    11  
    12                                  ]}
    13                          }]
    14           }]
    15  } ]