Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP IAP (Identity Aware Proxy) #43

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0fed03e
Add Icon set for Oracle Cloud Services. Update scripts to handle the …
Feb 16, 2020
86d6af8
feat: add alibaba cloud resources
Prodesire Feb 15, 2020
eb587c2
chore: delete unused script
mingrammer Feb 16, 2020
0debbc4
bump: up to version 0.4.0
mingrammer Feb 16, 2020
b9346f1
docs: add alibaba cloud
mingrammer Feb 16, 2020
88739aa
chore: make a publish script executable
mingrammer Feb 16, 2020
3b557b9
docs: update menus for alibaba cloud
mingrammer Feb 16, 2020
b4a95ce
Code cleanup per pull request feedback
Feb 16, 2020
17f6a33
Merge branch 'master' into master
McSly Feb 16, 2020
0652b02
Add Oracle cloud to website and command line to generate the classes
Feb 16, 2020
28e7b17
Add missing module script for OCI provider
Feb 17, 2020
bfb003d
docs: fix broken links
mingrammer Feb 17, 2020
525b17d
docs: remove lang part from footer links
mingrammer Feb 17, 2020
11b8e21
fmt: apply black
mingrammer Feb 18, 2020
25a8e59
docs: update menu for oci
mingrammer Feb 18, 2020
29fa38c
bump: up to version 0.5.0
mingrammer Feb 18, 2020
75033ff
fix: use if instead of elif
mingrammer Feb 18, 2020
d7b3729
docs: update an outdated
mingrammer Feb 18, 2020
94df514
feat: add custom node class (#25)
FerrariDG Feb 19, 2020
880dc9d
docs: add horizontal paddings
mingrammer Feb 19, 2020
f129a02
docs: add provider badges
mingrammer Feb 19, 2020
bcb44b2
Allow an output filename to be passed to Diagram explicitly.
bjornt Feb 19, 2020
ceee303
fix: reformat the script
mingrammer Feb 22, 2020
aab195f
docs: reorder the classes for OCI
mingrammer Feb 22, 2020
fd60768
feat: support on-premise nodes
mingrammer Feb 22, 2020
2ec34ad
docs: add an example for on-premise
mingrammer Feb 22, 2020
321569a
bump: up to version 0.6.0
mingrammer Feb 22, 2020
e70d53f
docs: update README.md
mingrammer Feb 22, 2020
d8aebe3
docs: update README.md
mingrammer Feb 22, 2020
5ef45af
docs: update intro page
mingrammer Feb 22, 2020
5163b23
merge upstream
Feb 26, 2020
e447d93
Add icon for GCP IAP (Identity Aware Proxy)
Feb 26, 2020
7bac5c7
Update with better quality image
Feb 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion 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 All @@ -29,6 +33,5 @@ class SecurityScanner(_Security):


# Aliases

KMS = KeyManagementService
SCC = SecurityCommandCenter
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.