-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Istio auth tutorial #73
Conversation
_docs/tasks/istio-auth.md
Outdated
|
||
## Enabling Istio Auth | ||
|
||
### Option 1: Using Per-Namespace CA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Option 1: Using Per-Namespace CA/Option 1: using per-namespace CA
to be consistent with previous section and other docs, e.g., https://istio.io/docs/concepts/what-is-istio/architecture.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
@@ -1,37 +1,153 @@ | |||
--- | |||
title: Enabling Istio Auth | |||
overview: This task shows you how to setup Istio-Auth to provide mutual TLS authentication between services. | |||
|
|||
order: 70 | |||
|
|||
bodyclass: docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove bodyclass:, no longer needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
how to: | ||
* Enable Istio auth | ||
* Disable Istio auth | ||
* Verify Istio auth setups |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setups -> setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
|
||
|
||
## Before you begin | ||
* Do this. | ||
* Do this too. | ||
The tutorial assumes you have: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tutorial -> This task
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
* Do this. | ||
* Do this too. | ||
The tutorial assumes you have: | ||
* Read the [Istio auth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here and else, please add a blank line between bullet items for better HTML rendering.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
* Do this too. | ||
The tutorial assumes you have: | ||
* Read the [Istio auth | ||
concepts](https://istio.io/docs/concepts/network-and-auth/index.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here and elsewhere, istio.io links shouldn't include https://istio.io. So just /docs/concepts/...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
|
||
## Doing ... | ||
#### Recovering the Original Config Files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
original config files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
kubectl apply -f ./kubernetes/istio-X.yaml | ||
``` | ||
|
||
Also, redeploy your applications by running: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
applications -> application
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
kubectl delete -f ./kubernetes/istio-auth/istio-cluster-ca.yaml | ||
``` | ||
|
||
#### Redeploying Istio And Applications |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And Applications -> and applications.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
|
||
### For Per-Cluster CA Istio Auth | ||
|
||
#### Removing Per-Cluster Istio CA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per-Cluster -> per-cluster
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
kubectl apply -f ./kubernetes/istio-X.yaml | ||
``` | ||
|
||
Also, redeploy your applications by running: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apllications -> application
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
_docs/tasks/istio-auth.md
Outdated
@@ -1,36 +1,162 @@ | |||
--- | |||
title: Enabling Istio Auth | |||
title: Istio Auth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need a word like "Enabling" or "Installing" in the title. Otherwise, it's not particularly useful in the TOC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@LisaFC @sebastienvas Can any of you take a look and merge this PR if it looks good? Thanks. |
No description provided.