Merge pull request #727 from docker/orchestration-kuberbac-665

procedure numbering fix in Kube RBAC topic
This commit is contained in:
David Deyo 2018-09-14 09:38:00 -07:00 committed by GitHub
commit 3b3ca19bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -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/

View 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/