Commit Graph

4 Commits

Author SHA1 Message Date
Yangmin Zhu 8dd17fdcdd rbac: simplify and make authorization HTTP/TCP tasks consistent (#4320)
* rbac: simplify and make authorization HTTP/TCP tasks consistent

* Simplify the Bookinfo deployment, the service accounts could just be
added with the default Bookinfo deployment.

* Make the `Before you begin` section more consistent for HTTP and TCP
tasks

* address comments

* fix link
2019-06-12 23:56:29 +00:00
Quanjie Lin 96f256f168 authz permissive doc fix (#4319) 2019-06-11 16:54:38 -07:00
Rigs Caballero 21c918fbe4 Organize the Kubernetes Installation content. (#3422)
* WIP Add Kubernetes Installation landing page.

This adds the landing page and organizes the content to make it easier to navigate.

Signed-off-by: rcaballeromx <grca@google.com>

* Apply initial feedback on landing page content.

Signed-off-by: rcaballeromx <grca@google.com>

* Rename and move files to enhance navigation.

Added aliases to redirect after filename changes.

Signed-off-by: rcaballeromx <grca@google.com>

* Harmonize all installation guide titles and intros.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix all links affected by the restructure.

Fixed all internal links and added aliases to ensure external redirects.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix paths of images on the ZH content.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix additional links and apply feedback.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix link error introduced by rebase.

Signed-off-by: rcaballeromx <grca@google.com>

* Remove redundant instances of "Istio" in titles.

Signed-off-by: rcaballeromx <grca@google.com>
2019-02-28 14:37:30 -08:00
Yangmin Zhu 1126638238 Refactor the authorization task (#3150)
* Refactor the authorization task

- Move the permissive mode to a standalone task
- Rename the group/list claim support to align with other tasks
- Re-order to put the basic HTTP/TCP task first

Signed-off-by: Yangmin Zhu <ymzhu@google.com>

* Fix links.

* resove comments.

* Address comments.
2019-02-05 12:49:22 -08:00