2023-04-10 06:12:13 +02:00
|
|
|
@startuml
|
|
|
|
|
2023-04-10 21:25:31 +02:00
|
|
|
Client -> Pathfinder : File request
|
2023-04-10 06:12:13 +02:00
|
|
|
Pathfinder -> Sentinel : Check authorization
|
|
|
|
|
|
|
|
alt User Authorized
|
|
|
|
Sentinel -> Pathfinder : Authorized
|
|
|
|
Pathfinder -> Fileye : Open stream
|
|
|
|
Fileye -> Client : Resource access
|
|
|
|
else Unauthenticated
|
|
|
|
Sentinel -> Pathfinder : Unauthenticated
|
|
|
|
Pathfinder -> Client : Unauthenticated
|
|
|
|
end
|
|
|
|
|
|
|
|
@enduml
|