edp-doc/likec4/views/edp-as-idp.c4

32 lines
No EOL
969 B
Text

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