puffball/assets/stream.puml

17 lines
361 B
Plaintext
Raw Normal View History

2023-04-10 06:12:13 +02:00
@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