This commit is contained in:
Marcelo Boeira
2021-05-24 10:54:42 +02:00
parent 23ed8a7086
commit 7b0fd707f2
3 changed files with 5 additions and 2 deletions

View File

@@ -123,7 +123,6 @@ graph TD
SecM --> Vlt[Vaul]
IaC --> SessM[Session Management]
SessM --> Bdry[Boundary]
OPS --> NET[Networking]
NET --> NETP[Protocols]
NETP --> DNS
@@ -133,6 +132,8 @@ graph TD
TCP --> SSH
TCP --> HTTP
TCP --> SSL[TLS-SSL]
SSL --> mTLS[mTLS]
TCP --> MQTT[MQTT]
NET --> NETE[Edge]
NETE --> CDN
NETE --> GAL[Global Accelerator]