From 464a7be571f692ff4de7dcbfe2526cec7b4b128c Mon Sep 17 00:00:00 2001 From: Martin van Es <martin@mrvanes.com> Date: Tue, 29 Oct 2024 21:29:23 +0100 Subject: [PATCH] Minor fixes --- Federation_Registry.puml | 9 +++++---- Federation_Registry_Classes.puml | 30 +++++++++++++++--------------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Federation_Registry.puml b/Federation_Registry.puml index a810b53..460ddb8 100644 --- a/Federation_Registry.puml +++ b/Federation_Registry.puml @@ -1,4 +1,5 @@ -@startuml nren_registry_flow +@startuml +hide footbox title NREN Registry flow entity "Leaf\nEntity" as leaf entity NREN as nren @@ -10,7 +11,7 @@ note right Check if not in Subordinates end note -nren --> leaf: Ask Leaf to +nren --> leaf: Ask Leaf to note left - Accept Policy - Comply with Technicalities and Security @@ -18,7 +19,7 @@ end note leaf -> nren: Acceptance nren --> nren note right -Manualy Check +Manualy Check Accecptance of Leaf entity end note @@ -30,4 +31,4 @@ end note leaf -> nren: Go to enroll endpoint nren -> subs: Add leaf entity to subordinates -@enduml \ No newline at end of file +@enduml diff --git a/Federation_Registry_Classes.puml b/Federation_Registry_Classes.puml index a259ce6..08981c2 100644 --- a/Federation_Registry_Classes.puml +++ b/Federation_Registry_Classes.puml @@ -1,26 +1,26 @@ -@startuml NREN +@startuml title NREN Registry class Leaf { --RP --OP --... + -RP + -OP + -... } class Nren { --Public Policy --List of Subordinates --Resolve endpoint --Enroll endpoint --TM endpoint --TM list --TM status + -Public Policy + -List of Subordinates + -Resolve endpoint + -Enroll endpoint + -TM endpoint + -TM list + -TM status } class Subordinates { - -Accepted Policy of NREN - -Comply with technical and Security - -Manualy checked by NREN and given a TM + -Accepted Policy of NREN + -Comply with technical and Security + -Manualy checked by NREN and given a TM } -@enduml \ No newline at end of file +@enduml -- GitLab