puffball/assets/stream.puml
2023-04-10 06:12:13 +02:00

17 lines
361 B
Plaintext

@startuml
Client -> Pathfinder
Pathfinder -> Sentinel : Check authorization
Sentinel -> LoggedState : Logged
alt User Authorized
Sentinel -> Pathfinder : Authorized
Pathfinder -> Fileye : Open stream
Fileye -> Client : Resource access
else Unauthenticated
Sentinel -> Pathfinder : Unauthenticated
Pathfinder -> Client : Unauthenticated
end
@enduml