# 브리지가 허용되는 범위 # Question: 어떤 목적지가 브리지를 쓸 수 있는가? direction: right n0: "목적지 요청" { shape: rectangle } n1: "StreamBridgePolicyGuard" { shape: rectangle } n2: "브리지 허용" { shape: rectangle } n3: "production 목적지" { shape: rectangle } n0 -> n1: "조건 검사" n1 -> n2: "세 조건 통과" n2 -> n3: "추가 판정" n3 -> n0: "거부 반환"