mirror of https://github.com/docker/docs.git
Merge pull request #727 from docker/orchestration-kuberbac-665
procedure numbering fix in Kube RBAC topic
This commit is contained in:
commit
3b3ca19bef
|
@ -1564,12 +1564,12 @@ manuals:
|
||||||
title: Add SANs to cluster certificates
|
title: Add SANs to cluster certificates
|
||||||
- path: /ee/ucp/admin/configure/collect-cluster-metrics/
|
- path: /ee/ucp/admin/configure/collect-cluster-metrics/
|
||||||
title: Collect UCP cluster metrics with Prometheus
|
title: Collect UCP cluster metrics with Prometheus
|
||||||
- path: /ee/ucp/admin/configure/configure-rbac-kube/
|
- path: /ee/ucp/authorization/configure-rbac-kube/
|
||||||
title: Configure Kubernetes Role-Based Access Control
|
title: Configure native Kubernetes role-based access control
|
||||||
- path: /ee/ucp/admin/configure/enable-saml-authentication/
|
|
||||||
title: Enable SAML authentication
|
|
||||||
- path: /ee/ucp/admin/configure/create-audit-logs/
|
- path: /ee/ucp/admin/configure/create-audit-logs/
|
||||||
title: Create UCP audit logs
|
title: Create UCP audit logs
|
||||||
|
- path: /ee/ucp/admin/configure/enable-saml-authentication/
|
||||||
|
title: Enable SAML authentication
|
||||||
- path: /ee/ucp/admin/configure/external-auth/
|
- path: /ee/ucp/admin/configure/external-auth/
|
||||||
title: Integrate with LDAP
|
title: Integrate with LDAP
|
||||||
- path: /ee/ucp/admin/configure/external-auth/enable-ldap-config-file/
|
- path: /ee/ucp/admin/configure/external-auth/enable-ldap-config-file/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Enable Kubernetes RBAC
|
title: Configure native Kubernetes role-based access control
|
||||||
description: Learn how to configure role-based access control for Kubernetes
|
description: Learn how to configure native role-based access control for Kubernetes
|
||||||
keywords: Kubernetes, ucp, RBAC
|
keywords: Kubernetes, ucp, RBAC
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /ee/ucp/authorization/migrate-kubernetes-roles/
|
- /ee/ucp/authorization/migrate-kubernetes-roles/
|
||||||
|
|
Loading…
Reference in New Issue