From b81f59566bc07a7b80bf400fbdc3322ef95e4cdf Mon Sep 17 00:00:00 2001 From: Shriram Rajagopalan Date: Fri, 22 Sep 2017 12:20:26 -0400 Subject: [PATCH] Authentication subsection renamed to Security (#496) * split tasks into categories * redirects * Update istio-auth.md * Update rate-limiting.md * Update distributed-tracing.md * fix links * nit * FAQs * enable cujs * remove draft * more nits per feedback * upgrading istio --- _docs/samples/upgrading-istio.md | 30 +++++++++++++++++++ .../basic-access-control.md | 0 .../tasks/{authentication => security}/faq.md | 0 .../{authentication => security}/index.md | 2 +- .../istio-auth.md | 0 5 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 _docs/samples/upgrading-istio.md rename _docs/tasks/{policy-enforcement => security}/basic-access-control.md (100%) rename _docs/tasks/{authentication => security}/faq.md (100%) rename _docs/tasks/{authentication => security}/index.md (87%) rename _docs/tasks/{authentication => security}/istio-auth.md (100%) diff --git a/_docs/samples/upgrading-istio.md b/_docs/samples/upgrading-istio.md new file mode 100644 index 0000000000..a3bc718eda --- /dev/null +++ b/_docs/samples/upgrading-istio.md @@ -0,0 +1,30 @@ +--- +title: Upgrading Istio +overview: This guide demonstrates how to upgrade the Istio control plane and data plane independently. + +order: 70 + +layout: docs +type: markdown +--- +{% include home.html %} + +This guide demonstrates how to upgrade the Istio control plane and data plane independently. + +## Before you begin +* Describe installation options. + +* Install Istio control plane in a Kubernetes cluster by following the quick start instructions in the +[Installation guide]({{home}}/docs/setup/install-kubernetes.html). + +## Overview + +Placeholder. + +## Application Setup + +1. Steps + +## Tasks + +1. some tasks that will complete the goal of this sample. diff --git a/_docs/tasks/policy-enforcement/basic-access-control.md b/_docs/tasks/security/basic-access-control.md similarity index 100% rename from _docs/tasks/policy-enforcement/basic-access-control.md rename to _docs/tasks/security/basic-access-control.md diff --git a/_docs/tasks/authentication/faq.md b/_docs/tasks/security/faq.md similarity index 100% rename from _docs/tasks/authentication/faq.md rename to _docs/tasks/security/faq.md diff --git a/_docs/tasks/authentication/index.md b/_docs/tasks/security/index.md similarity index 87% rename from _docs/tasks/authentication/index.md rename to _docs/tasks/security/index.md index 8b7c75b4e7..2878745f35 100644 --- a/_docs/tasks/authentication/index.md +++ b/_docs/tasks/security/index.md @@ -1,5 +1,5 @@ --- -title: Authentication +title: Security overview: Describes tasks that help securing the service mesh traffic. order: 20 diff --git a/_docs/tasks/authentication/istio-auth.md b/_docs/tasks/security/istio-auth.md similarity index 100% rename from _docs/tasks/authentication/istio-auth.md rename to _docs/tasks/security/istio-auth.md