Skip to content

Commit

Permalink
Remove recovation from security concept doc (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
wattli authored and istio-testing committed Aug 15, 2018
1 parent a32d291 commit b7976e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/concepts/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Istio provides a more comprehensive security solution, including authentication,

The Istio PKI is built on top of Istio Citadel and securely provisions strong workload identities to every workload.
Istio uses X.509 certificates to carry the identities in [SPIFFE](https://spiffe.io/) format.
The PKI also automates the key & certificate rotation and revocation at scale.
The PKI also automates the key & certificate rotation at scale.

Istio supports services running on both Kubernetes pods and on-premises machines.
Currently we use different certificate key provisioning mechanisms for each scenario.
Expand Down Expand Up @@ -219,7 +219,7 @@ Istio provides two types of authentication:
- Secures service-to-service communication and end-user-to-service
communication.
- Provides a key management system to automate key and certificate
generation, distribution, rotation, and revocation.
generation, distribution, and rotation.

- **Origin authentication**, also known as **end-user authentication**: verifies the
original client making the request as an end-user or device.
Expand Down

0 comments on commit b7976e6

Please sign in to comment.