Skip to content

Commit

Permalink
Add Cloud IAP (Identity-Aware Proxy) (#56)
Browse files Browse the repository at this point in the history
* Initial commit

* feat(gcp): add identity-aware proxy

Co-authored-by: McSly <[email protected]>
  • Loading branch information
Petr Shevtsov and McSly authored Mar 11, 2020
1 parent e951b85 commit 3b56dde
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
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",
Expand Down
4 changes: 4 additions & 0 deletions diagrams/gcp/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class Iam(_Security):
_icon = "iam.png"


class IAP(_Security):
_icon = "iap.png"


class KeyManagementService(_Security):
_icon = "key-management-service.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file added resources/gcp/security/iap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b56dde

Please sign in to comment.