ockam_command 0.150.0

End-to-end encryption and mutual authentication for distributed applications.
1
2
3
4
5
6
7
8
9
10
11
12
variables:
  OCKAM_PORT: 4000

ticket: webapp.ticket

nodes: web

tcp-inlets:
  web-inlet:
    from: $OCKAM_PORT
    via: db
    allow: 'component.db'