Auth Patterns: What to Use and When

  Рет қаралды 2,127

Istio

2 жыл бұрын

Presented by Aaron Teague at IstioCon 2022.
One of the great things about Istio is that it provides a solid mechanism for service to service auth within a mesh using mTLS and AuthorizationPolicy
But what if the thing accessing your services is not in the mesh. What if it’s a person and not a process? What if it’s a customer instead of an employee in your organization? Suddenly, the options and tools to fulfill them become overwhelming. Let’s break down our patterns and tools to determine which to use and when.

Пікірлер: 3
@connectvg23
@connectvg23 6 ай бұрын
Loved the content . Tx
@Kotoktokk
@Kotoktokk Жыл бұрын
For people watching, JWT = JSON Web Token, not Java web token
@countbrapcula-espana
@countbrapcula-espana 11 ай бұрын
Is that a config error at 9:21 showing ServiceEntry for Mongo that is outside the mesh using `location: MESH_INTERNAL`? Should it not be MESH_EXTERNAL?