aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture/plantuml/PAPStartStop.puml
blob: cffed84e4a285ebc8883a59dcf04ed0aadbfc67e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@startuml

title PAP Startup and Shutdown

participant K8S
participant PAP
database PolicyDB

autonumber

K8S --> PAP : Start PAP

PAP --> PolicyDB : Read Initial Data
PAP --> PAP : Initialize Policy Administration

activate PAP
deactivate PAP

loop forever
  ref over PAP: Wait for and\nHandle PDP\nStatus Updates
  ref over PAP: Wait for and\nHandle\nAdmin Requests
end

@enduml