Skip to content
Snippets Groups Projects
Commit 464a7be5 authored by Martin van Es's avatar Martin van Es
Browse files

Minor fixes

parent 53373c7f
No related branches found
No related tags found
No related merge requests found
@startuml nren_registry_flow @startuml
hide footbox
title NREN Registry flow title NREN Registry flow
entity "Leaf\nEntity" as leaf entity "Leaf\nEntity" as leaf
entity NREN as nren entity NREN as nren
...@@ -10,7 +11,7 @@ note right ...@@ -10,7 +11,7 @@ note right
Check if not Check if not
in Subordinates in Subordinates
end note end note
nren --> leaf: Ask Leaf to nren --> leaf: Ask Leaf to
note left note left
- Accept Policy - Accept Policy
- Comply with Technicalities and Security - Comply with Technicalities and Security
...@@ -18,7 +19,7 @@ end note ...@@ -18,7 +19,7 @@ end note
leaf -> nren: Acceptance leaf -> nren: Acceptance
nren --> nren nren --> nren
note right note right
Manualy Check Manualy Check
Accecptance Accecptance
of Leaf entity of Leaf entity
end note end note
...@@ -30,4 +31,4 @@ end note ...@@ -30,4 +31,4 @@ end note
leaf -> nren: Go to enroll endpoint leaf -> nren: Go to enroll endpoint
nren -> subs: Add leaf entity to subordinates nren -> subs: Add leaf entity to subordinates
@enduml @enduml
\ No newline at end of file
@startuml NREN @startuml
title NREN Registry title NREN Registry
class Leaf { class Leaf {
-RP -RP
-OP -OP
-... -...
} }
class Nren { class Nren {
-Public Policy -Public Policy
-List of Subordinates -List of Subordinates
-Resolve endpoint -Resolve endpoint
-Enroll endpoint -Enroll endpoint
-TM endpoint -TM endpoint
-TM list -TM list
-TM status -TM status
} }
class Subordinates { class Subordinates {
-Accepted Policy of NREN -Accepted Policy of NREN
-Comply with technical and Security -Comply with technical and Security
-Manualy checked by NREN and given a TM -Manualy checked by NREN and given a TM
} }
@enduml @enduml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment