mirror of https://github.com/istio/istio.io.git
9 lines
341 B
Markdown
9 lines
341 B
Markdown
---
|
|
title: Can I access the Kubernetes API Server with Auth enabled?
|
|
weight: 50
|
|
---
|
|
The Kubernetes API server does not support mutual TLS authentication, so
|
|
strictly speaking: no. However, if you use version 0.3 or later, see next
|
|
question to learn how to disable mutual TLS in upstream config on clients side so
|
|
they can access API server.
|