puffball/assets/stream.puml
2023-04-10 21:25:31 +02:00

16 lines
343 B
Plaintext

@startuml
Client -> Pathfinder : File request
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