Remove ghost elements from security diagrams. (#1943)

By removing ghost elements from the SVG files, I could fix the scaling of the
diagrams.

Signed-off-by: rcaballeromx <grca@google.com>
This commit is contained in:
Rigs Caballero 2018-07-24 13:02:37 -07:00 committed by Martin Taillefer
parent 82c8146867
commit cddace0f45
3 changed files with 3028 additions and 4 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 149 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 226 KiB

View File

@ -30,7 +30,7 @@ and the `backend` service running as the `backend-team` service account. Istio
supports services running on Kubernetes containers, virtual machines, and supports services running on Kubernetes containers, virtual machines, and
bare-metal machines. bare-metal machines.
{{< image width="80%" ratio="56.25%" {{< image width="60%" ratio="60%"
link="./auth.svg" link="./auth.svg"
alt="Components making up the Istio security model." alt="Components making up the Istio security model."
caption="Istio Security Architecture" caption="Istio Security Architecture"
@ -267,7 +267,7 @@ initial connections using TLS with the certificates expected on the server
side. You can find out more about how mutual TLS works in Istio in side. You can find out more about how mutual TLS works in Istio in
[PKI and identity section](/docs/concepts/security/mutual-tls/). [PKI and identity section](/docs/concepts/security/mutual-tls/).
{{< image width="80%" ratio="75%" {{< image width="60%" ratio="60%"
link="./authn.svg" link="./authn.svg"
caption="Authentication Architecture" caption="Authentication Architecture"
>}} >}}