Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oidfed-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edugain
oidfed-docs
Commits
464a7be5
Commit
464a7be5
authored
6 months ago
by
Martin van Es
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes
parent
53373c7f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Federation_Registry.puml
+5
-4
5 additions, 4 deletions
Federation_Registry.puml
Federation_Registry_Classes.puml
+15
-15
15 additions, 15 deletions
Federation_Registry_Classes.puml
with
20 additions
and
19 deletions
Federation_Registry.puml
+
5
−
4
View file @
464a7be5
@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
This diff is collapsed.
Click to expand it.
Federation_Registry_Classes.puml
+
15
−
15
View file @
464a7be5
@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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment