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 5 years ago committed by GitHub
parent e9f5617c2a
commit 85d03e33ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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**

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save