Getting started

Authly's security model depends on a few core principles:

  • Authly should not run directly exposed to the internet, as it expects mTLS for all connections. External clients should reach it through a gateway, which is provisioned by Authly.
  • Other service clients are provisioned the same way, they are registered with Authly, and the client certificate is used as authentication.
  • Authly's embedded database uses encryption-at-rest, and the master encryption key needs to be stored externally (and safely) in order to decrypt its data.

As a result, Authly requires a minimum set of key components to run:

Our example Kubernetes setup features Authly itself, Arx, OpenBao and an example service. A similar example is available for docker compose.

For Kubernetes installation, use our Helm chart.