ockam_command 0.117.0

End-to-end encryption and mutual authentication for distributed applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# https://docs.ockam.io/guides/examples/basic-web-app
ticket: db.ticket

nodes: db

relays: db

policies:
  at: db
  resource: tcp-outlet
  expression: '(= subject.component "web")'

tcp-outlets:
  db-outlet:
    to: $PG_PORT