Skip to content

Latest commit

 

History

History
99 lines (74 loc) · 8.1 KB

index.adoc

File metadata and controls

99 lines (74 loc) · 8.1 KB

Overview of authentication and authorization

About authentication in {product-title}

To control access to an {product-title} cluster, a cluster administrator can configure user authentication and ensure only approved users access the cluster.

To interact with an {product-title} cluster, users must first authenticate to the {product-title} API in some way. You can authenticate by providing an OAuth access token or an X.509 client certificate in your requests to the {product-title} API.

Note

If you do not present a valid access token or certificate, your request is unauthenticated and you receive an HTTP 401 error.

An administrator can configure authentication through the following tasks:

About authorization in {product-title}

Authorization involves determining whether the identified user has permissions to perform the requested action.

Administrators can define permissions and assign them to users using the RBAC objects, such as rules, roles, and bindings. To understand how authorization works in {product-title}, see Evaluating authorization.

You can also control access to an {product-title} cluster through projects and namespaces.

Along with controlling user access to a cluster, you can also control the actions a pod can perform and the resources it can access using security context constraints (SCCs).

You can manage authorization for {product-title} through the following tasks: