mirror of https://github.com/istio/istio.io.git
718 B
718 B
title | weight |
---|---|
Does Istio Auth use Kubernetes secrets? | 120 |
Yes. The key and certificate distribution in Istio Auth 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.