Skip to content

Access Control

The Access Control screen shows, per workload identity, which other identities it is allowed to connect to and from over mTLS. It is an allowlist of service-to-service connections.

Open it from Configure → Access Control in the sidebar (/ui/access-control).

A read-only overview table with these columns:

  • Workload ID: the workload identity.
  • Allowed Inbound Workload IDs: the identities allowed to connect to it.
  • Allowed Outbound Workload IDs: the identities it is allowed to connect out to.

When a direction has no entries, the row shows All connections allowed for it. Search by workload ID.

The rule is an allowlist: an empty list in a direction means all connections are allowed that way, and listing identities restricts it to exactly those. So a workload is unrestricted until you add entries.

This screen is an overview. To change what an identity allows, click its Workload ID to open the identity, choose Edit, and use the Access Policy tab to set the allowed Inbound and Outbound identities. Finer, per-destination or per-port rules live on that identity’s Egress and Ingress rules. See Identities for the full form.