website-and-documentation/resources/edp-likec4/views/edp/edp-as-idp.c4
Stephan Lo a4d717bdd2
Some checks failed
Hugo Site Tests / test (push) Failing after 1s
ci / build (push) Successful in 53s
chore()
2025-11-12 00:33:03 +01:00

36 lines
No EOL
1 KiB
Text

views {
view idp of edp {
title 'EDP as IDP'
global style text_large
include developer
exclude element.tag = #internal
style * {
opacity 25%
}
group 'EDP' {
group 'Developer Control Plane' {
group 'Frontend' {
include backstage, api
}
group 'Version Control' {
include applicationspecification.application_gitrepo, applicationspecification.applicationspec_gitrepo
include forgejogit
}
}
group 'Integration & Delivery Plane' {
include forgejoRunner, imageregistry, argoCD
exclude -> argoCD ->
}
group 'Monitoring Plane' {
include monitoring, grafana
}
group 'Security Plane' {
include keycloak, kyverno, externalSecrets, openbao
}
}
autoLayout TopBottom
}
}