diff --git a/docs/guides/protect-1-service-network-policies.mdx b/docs/guides/protect-1-service-network-policies.mdx index 852afa65f..7caab1296 100644 --- a/docs/guides/protect-1-service-network-policies.mdx +++ b/docs/guides/protect-1-service-network-policies.mdx @@ -169,7 +169,7 @@ Zoom the access graph a bit to enlarge it around the `productcatalogservice`: Click on the `productcatalogservice` to show more details about it: -Clicked on productcatalogservice +Clicked on productcatalogservice We can see that: - As a server, it's currently **unprotected** (specifically, by network policies); that's expected, as we haven't yet turned on protection. @@ -277,7 +277,7 @@ otterize network-mapper export --server productcatalogservice.otterize-ecom-demo | kubectl apply -f - ``` -If we now look at the access graph, lo and behold: the lines and arrows from all 3 clients to `productcatalogservice` are now **solid** green: all the necessary intents have been declared. (And a lot of other lines are now green too, since these clients also call many other servers; these other servers may soon be ready to protect too.) +If we now look at the access graph, lo and behold: the lines and arrows from all 3 clients to `productcatalogservice` are now green: all the necessary intents have been declared. (And a lot of other lines are now green too, since these clients also call many other servers; these other servers may soon be ready to protect too.) ![3 intents declared](/img/guides/protect-1-service-network-policies/3-intents-unprotected.png) diff --git a/static/img/guides/protect-1-service-network-policies/3-intents-protected.png b/static/img/guides/protect-1-service-network-policies/3-intents-protected.png index e4b0d45b4..9cfaf0b17 100644 Binary files a/static/img/guides/protect-1-service-network-policies/3-intents-protected.png and b/static/img/guides/protect-1-service-network-policies/3-intents-protected.png differ diff --git a/static/img/guides/protect-1-service-network-policies/3-intents-unprotected.png b/static/img/guides/protect-1-service-network-policies/3-intents-unprotected.png index 1d34be0c7..d41ef9506 100644 Binary files a/static/img/guides/protect-1-service-network-policies/3-intents-unprotected.png and b/static/img/guides/protect-1-service-network-policies/3-intents-unprotected.png differ diff --git a/static/img/guides/protect-1-service-network-policies/enlarged-no-intents.png b/static/img/guides/protect-1-service-network-policies/enlarged-no-intents.png index da7842451..d0aed6f6f 100644 Binary files a/static/img/guides/protect-1-service-network-policies/enlarged-no-intents.png and b/static/img/guides/protect-1-service-network-policies/enlarged-no-intents.png differ diff --git a/static/img/guides/protect-1-service-network-policies/frontend-calls-productcatalogservice-no-intents.png b/static/img/guides/protect-1-service-network-policies/frontend-calls-productcatalogservice-no-intents.png index d5725c12b..4636b72a1 100644 Binary files a/static/img/guides/protect-1-service-network-policies/frontend-calls-productcatalogservice-no-intents.png and b/static/img/guides/protect-1-service-network-policies/frontend-calls-productcatalogservice-no-intents.png differ diff --git a/static/img/guides/protect-1-service-network-policies/frontend-calls-productcatalogservice-with-intents.png b/static/img/guides/protect-1-service-network-policies/frontend-calls-productcatalogservice-with-intents.png index 2ea0d85ef..c3a937588 100644 Binary files a/static/img/guides/protect-1-service-network-policies/frontend-calls-productcatalogservice-with-intents.png and b/static/img/guides/protect-1-service-network-policies/frontend-calls-productcatalogservice-with-intents.png differ diff --git a/static/img/guides/protect-1-service-network-policies/network-map.png b/static/img/guides/protect-1-service-network-policies/network-map.png index 7534cd9e9..e44d77da2 100644 Binary files a/static/img/guides/protect-1-service-network-policies/network-map.png and b/static/img/guides/protect-1-service-network-policies/network-map.png differ diff --git a/static/img/guides/protect-1-service-network-policies/productcatalogservice-no-intents.png b/static/img/guides/protect-1-service-network-policies/productcatalogservice-no-intents.png index f7729c215..9bf3a73d9 100644 Binary files a/static/img/guides/protect-1-service-network-policies/productcatalogservice-no-intents.png and b/static/img/guides/protect-1-service-network-policies/productcatalogservice-no-intents.png differ diff --git a/static/img/guides/protect-1-service-network-policies/productcatalogservice-with-intents-protected.png b/static/img/guides/protect-1-service-network-policies/productcatalogservice-with-intents-protected.png index 1504f448b..125b87f40 100644 Binary files a/static/img/guides/protect-1-service-network-policies/productcatalogservice-with-intents-protected.png and b/static/img/guides/protect-1-service-network-policies/productcatalogservice-with-intents-protected.png differ diff --git a/static/img/guides/protect-1-service-network-policies/productcatalogservice-with-intents.png b/static/img/guides/protect-1-service-network-policies/productcatalogservice-with-intents.png index 3427e1e1b..b932bbab9 100644 Binary files a/static/img/guides/protect-1-service-network-policies/productcatalogservice-with-intents.png and b/static/img/guides/protect-1-service-network-policies/productcatalogservice-with-intents.png differ