From 6cae776e4819ca9c33fad2c7895e059f432b8a89 Mon Sep 17 00:00:00 2001 From: Margo Crawford Date: Fri, 18 Dec 2020 15:09:50 -0800 Subject: [PATCH] Change image reference on README, Also clarified some wording between authenticators and identity providers --- README.md | 2 +- site/content/docs/architecture.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1541362b..d2eb7254 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ credentials. To learn more, see [architecture](https://pinniped.dev/docs/architecture/). -Pinniped Architecture Sketch +Pinniped Architecture Sketch ## Trying Pinniped diff --git a/site/content/docs/architecture.md b/site/content/docs/architecture.md index f398102a..2c9f3fc6 100644 --- a/site/content/docs/architecture.md +++ b/site/content/docs/architecture.md @@ -21,7 +21,7 @@ understood by the host Kubernetes cluster. ![Pinniped Architecture Sketch](/docs/img/pinniped_architecture_concierge_supervisor.svg) -Pinniped supports various IDP types and implements different integration strategies +Pinniped supports various authenticator types and OIDC identity providers and implements different integration strategies for various Kubernetes distributions to make authentication possible. ## Supported Kubernetes Cluster Types