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
# https://docs.ockam.io/guides/examples/basic-web-app
ticket: webapp.ticket

nodes: web

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

tcp-inlets:
  web-inlet:
    from: $OCKAM_PORT
    to: db