Skip to content
Snippets Groups Projects
Commit 53373c7f authored by Halil Adem's avatar Halil Adem
Browse files

Add NREN level puml files

parent f495c8e9
No related branches found
No related tags found
No related merge requests found
@startuml nren_registry_flow
title NREN Registry flow
entity "Leaf\nEntity" as leaf
entity NREN as nren
database Subordinates as subs
leaf -> nren: Express interest joining
nren -> nren
note right
Check if not
in Subordinates
end note
nren --> leaf: Ask Leaf to
note left
- Accept Policy
- Comply with Technicalities and Security
end note
leaf -> nren: Acceptance
nren --> nren
note right
Manualy Check
Accecptance
of Leaf entity
end note
nren --> leaf:Issue TM
note left
Leaf entity Adds TM to configuration
end note
leaf -> nren: Go to enroll endpoint
nren -> subs: Add leaf entity to subordinates
@enduml
\ No newline at end of file
@startuml NREN
title NREN Registry
class Leaf {
-RP
-OP
-...
}
class Nren {
-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
}
@enduml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment