Add Cloud IAP (Identity-Aware Proxy) (#56)

* Initial commit

* feat(gcp): add identity-aware proxy

Co-authored-by: McSly <sylvain.mielot@gmail.com>
pull/66/head v0.7.4
Petr Shevtsov 6 years ago committed by GitHub
parent e951b8533d
commit 3b56dde271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,7 @@ TMPL_MODULE = "module.tmpl"
UPPER_WORDS = {
"aws": ("aws", "api", "ebs", "ec2", "efs", "emr", "rds", "ml", "mq", "nat", "vpc", "waf"),
"azure": ("ad", "b2c", "ai", "api", "cdn", "ddos", "dns", "fxt", "hana", "hd", "id", "sap", "sql", "vm"),
"gcp": ("gcp", "ai", "api", "cdn", "dns", "gke", "gpu", "ml", "nat", "os", "sdk", "sql", "tpu", "vpn"),
"gcp": ("gcp", "ai", "api", "cdn", "dns", "gke", "gpu", "iap", "ml", "nat", "os", "sdk", "sql", "tpu", "vpn"),
"k8s": (
"api", "cm", "ccm", "crb", "crd", "ds", "etcd", "hpa", "k8s", "ns", "psp", "pv", "pvc", "rb", "rs",
"sa", "sc", "sts", "svc",

@ -12,6 +12,10 @@ class Iam(_Security):
_icon = "iam.png"
class IAP(_Security):
_icon = "iap.png"
class KeyManagementService(_Security):
_icon = "key-management-service.png"

@ -17,6 +17,7 @@ Node classes list of gcp provider.
## gcp.security
- **diagrams.gcp.security.Iam**
- **diagrams.gcp.security.IAP**
- **diagrams.gcp.security.KeyManagementService**, **KMS** (alias)
- **diagrams.gcp.security.ResourceManager**
- **diagrams.gcp.security.SecurityCommandCenter**, **SCC** (alias)

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Loading…
Cancel
Save