Browse Source
add(node): Buzfeed SSO and Oauth2 Proxy (#296 )
* Add: Buzfeed SSO and Oauth2 Proxy
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Update: move buzzfeed-sso and oauth2-proxy into onprem.auth
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/338/head
Nicolas Lamirault
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
24 additions and
0 deletions
diagrams/onprem/auth.py
docs/nodes/onprem.md
BIN
resources/onprem/auth/buzzfeed-sso.png
BIN
resources/onprem/auth/oauth2-proxy.png
@@ -0,0 +1,19 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OnPrem
class _Auth(_OnPrem):
_type = "auth"
_icon_dir = "resources/onprem/auth"
class BuzzfeedSso(_Auth):
_icon = "buzzfeed-sso.png"
class Oauth2Proxy(_Auth):
_icon = "oauth2-proxy.png"
# Aliases
@@ -25,6 +25,11 @@ Node classes list of onprem provider.
- **diagrams.onprem.analytics.Storm**
- **diagrams.onprem.analytics.Tableau**
## onprem.auth
- **diagrams.onprem.auth.BuzzfeedSso**
- **diagrams.onprem.auth.Oauth2Proxy**
## onprem.cd
- **diagrams.onprem.cd.Spinnaker**
Before
After
Width: 256
|
Height: 239
|
Size: 18 KiB
Before
After
Width: 256
|
Height: 256
|
Size: 12 KiB