mirror of https://github.com/mingrammer/diagrams
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
parent
e9f5617c2a
commit
85d03e33ed
@ -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
|
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in new issue