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
53373c7f
Commit
53373c7f
authored
6 months ago
by
Halil Adem
Browse files
Options
Downloads
Patches
Plain Diff
Add NREN level puml files
parent
f495c8e9
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
+33
-0
33 additions, 0 deletions
Federation_Registry.puml
Federation_Registry_Classes.puml
+26
-0
26 additions, 0 deletions
Federation_Registry_Classes.puml
with
59 additions
and
0 deletions
Federation_Registry.puml
0 → 100644
+
33
−
0
View file @
53373c7f
@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
This diff is collapsed.
Click to expand it.
Federation_Registry_Classes.puml
0 → 100644
+
26
−
0
View file @
53373c7f
@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
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