Commit Graph

20 Commits

Author SHA1 Message Date
Lin Sun 91494243e0 Switch to use kubectl create to avoid warning (#668)
➜ linsun@Lins-MacBook-Pro  ~/Downloads/istio-0.2.7/samples/bookinfo/kube  kubectl apply -f <(istioctl kube-inject -f bookinfo-add-serviceaccount.yaml) 

serviceaccount "bookinfo-productpage" created
Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply
deployment "productpage-v1" configured
➜ linsun@Lins-MacBook-Pro  ~/Downloads/istio-0.2.7/samples/bookinfo/kube  kubectl delete -f bookinfo-add-serviceaccount.yaml
serviceaccount "bookinfo-productpage" deleted
deployment "productpage-v1" deleted
➜ linsun@Lins-MacBook-Pro  ~/Downloads/istio-0.2.7/samples/bookinfo/kube  kubectl create -f <(istioctl kube-inject -f bookinfo-add-serviceaccount.yaml)

serviceaccount "bookinfo-productpage" created
deployment "productpage-v1" created
2017-10-17 18:21:13 -04:00
Lin Sun 93740c54d9 add a note when using non-default namespace (#669) 2017-10-17 18:20:07 -04:00
Tao Li 2d9c24af24 Add liveness/readiness to security faq (#667)
* Add liveness/readiness to security faq

* Fix format

* Address comment

* Update faq.md
2017-10-14 12:21:05 -07:00
mandarjog 56dc0c66d7 Add commands and verification steps to basic access control (#639)
* add commands and cleanup instructions

* Add verification steps
2017-10-08 17:48:26 -05:00
Tao Li 0173744bd4 Small tweaks for Security (#626)
* Small tweaks for Security

* Update url

* address comment
2017-10-05 17:52:26 -07:00
Oliver Liu 416800478e Improve the instructions on access control (#609)
* Improve access control instructions.

* Small fix.
2017-10-05 18:28:09 -04:00
Shriram Rajagopalan d990231244 Auth to mTLS Authentication (#613)
* Auth to mTLS Authentication

* more cleanups across the site
2017-10-05 11:13:45 -04:00
Oliver Liu c322df86ba Adding access control based on service account (#595)
* Add instructions on secure access control.

* Small fix.
2017-10-03 09:09:03 -07:00
Laurent Demailly 9f75d7c5fe Explain the advanced shortcut for enabling/disabling mTLS (#575)
Follow up on https://github.com/istio/istio.github.io/pull/566
2017-09-29 16:48:50 -07:00
Andra Cismaru e3d66ec8b0 Clarification of enable/disable mTLS (#566)
* Clarification of enable/disable mTLS

* Code review comments
2017-09-29 15:35:46 -04:00
Shriram Rajagopalan 27066acf27 Clean up tasks (#549)
* Adding guides for telemetry

* nits

* nit

* egress

* consul install file fix

* more task cleanup

* nits

* update telemetry tasks

* more tweaks

* remove what's next

* tweaks to security tasks

* some nits to telemetry guide

* overall tweaks
2017-09-28 12:46:52 -04:00
Mark Eijsermans f11615e3fd Fix rule in access control example using denials (#556)
Fixes wrong spec.actions.handler definition
2017-09-28 12:13:07 -04:00
Guang Ya Liu d710a97591 Update auth doc to get istio object from istio-system namespace. (#557) 2017-09-28 10:33:36 -04:00
Shriram Rajagopalan afb26d2deb fix bad font (#548) 2017-09-27 15:02:27 -04:00
mandarjog 8cb6c16872 Fix istioctl create command (#526)
1. Fix create command
2. Remove extra `---` at the end of the document.
2017-09-25 14:05:02 -07:00
Tao Li 2059ad73c1 Improve Auth FAQ by addressing comments left in previous PR (#517) 2017-09-25 13:53:30 -04:00
Shriram Rajagopalan 4072cd3f99 Setup cleanup (#509)
* categorizing install docs

* merge and clean

* nits

* final nit

* fixing links
2017-09-25 10:02:05 -04:00
Tao Li 6a63e391f4 The first version of Istio Auth FAQ (#502)
* Update roadmap to add auth features

* Revise roadmap

* Fix auth related doc

* Add the first version of Istio Auth FAQ

* Fix command format
2017-09-25 08:57:47 -04:00
Shriram Rajagopalan 391388294c samples->guides (#501)
* samples->guides

* more renames

* egress rule placeholder
2017-09-22 16:12:20 -04:00
Shriram Rajagopalan b81f59566b 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
2017-09-22 12:20:26 -04:00