mirror of https://github.com/istio/istio.io.git
747 B
747 B
title | weight |
---|---|
Does Istio authentication use Kubernetes secrets? | 120 |
Yes. The key and certificate distribution in Istio Authentication is based on Kubernetes secrets.
Secrets have known security risks. The Kubernetes team is working on several features to improve Kubernetes secret security, from secret encryption to node-level access control. And as of version 1.6, Kubernetes introduces RBAC authorization, which can provide fine-grained secrets management.