Merge pull request #872 from anjaltelang/main

Architecture should be on top on the documentation webpage
This commit is contained in:
Margo Crawford 2021-10-26 13:41:17 -07:00 committed by GitHub
commit c3060e3474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -13,6 +13,10 @@ As a Kubernetes cluster administrator or user, you can learn how Pinniped works,
Have a question, comment, or idea? Please reach out via [GitHub Discussions](https://github.com/vmware-tanzu/pinniped/discussions) or [join the Pinniped community meetings]({{< ref "/community" >}}).
## Background
{{< docsmenu "background" >}}
## Tutorials
{{< docsmenu "tutorials" >}}
@ -24,7 +28,3 @@ Have a question, comment, or idea? Please reach out via [GitHub Discussions](htt
## Reference
{{< docsmenu "reference" >}}
## Background
{{< docsmenu "background" >}}

View File

@ -6,7 +6,7 @@ menu:
docs:
name: Background
identifier: background
weight: 110
weight: 11
---
{{< docsmenu "background" >}}

View File

@ -100,7 +100,7 @@ issue short-lived cluster certificates. (In the future, when the Kubernetes CSR
provides a way to issue short-lived certificates, then the Pinniped credential exchange API
will use that instead of using the cluster's signing keypair.)
* Impersonation Proxy: Pinniped hosts an [impersonation](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#user-impersonation)
proxy that sends requests to the Kubernetes API server with user information and permissions based on a token.
proxy that sends requests to the Kubernetes API server with user information and permissions based on a token.
## kubectl Integration