Add: Dex, federated OpenID Connect provider

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/298/head
Nicolas Lamirault 5 years ago
parent 082ea162f5
commit 14ed810bd5
No known key found for this signature in database
GPG Key ID: 65D6BB0526B7051F

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OnPrem
class _Identity(_OnPrem):
_type = "identity"
_icon_dir = "resources/onprem/identity"
class Dex(_Identity):
_icon = "dex.png"
# Aliases

@ -96,6 +96,10 @@ Node classes list of onprem provider.
- **diagrams.onprem.iac.Awx**
- **diagrams.onprem.iac.Terraform**
## onprem.identity
- **diagrams.onprem.identity.Dex**
## onprem.inmemory
- **diagrams.onprem.inmemory.Aerospike**

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save