Skip to content

Commit

Permalink
Merge pull request #104 from desimone/add-pomerium
Browse files Browse the repository at this point in the history
add pomerium
  • Loading branch information
mingrammer authored Apr 17, 2020
2 parents f4acaa4 + d6bfd41 commit e304ed7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ class Pfsense(_Network):
_icon = "pfsense.png"


class Pomerium(_Network):
_icon = "pomerium.png"


class Tomcat(_Network):
_icon = "tomcat.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.network.Linkerd**
- **diagrams.onprem.network.Nginx**
- **diagrams.onprem.network.Pfsense**, **PFSense** (alias)
- **diagrams.onprem.network.Pomerium**
- **diagrams.onprem.network.Tomcat**
- **diagrams.onprem.network.Traefik**
- **diagrams.onprem.network.Vyos**, **VyOS** (alias)
Expand Down
Binary file added resources/onprem/network/pomerium.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 e304ed7

Please sign in to comment.