Architecture should be on top of the docs page

Signed-off-by: Anjali Telang <atelang@vmware.com>
This commit is contained in:
Anjali Telang 2021-10-19 13:46:30 -04:00
parent bc6da55e96
commit a22507f835
3 changed files with 7 additions and 7 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" >}}). 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 ## Tutorials
{{< docsmenu "tutorials" >}} {{< docsmenu "tutorials" >}}
@ -24,7 +28,3 @@ Have a question, comment, or idea? Please reach out via [GitHub Discussions](htt
## Reference ## Reference
{{< docsmenu "reference" >}} {{< docsmenu "reference" >}}
## Background
{{< docsmenu "background" >}}

View File

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

View File

@ -7,7 +7,7 @@ cascade:
menu: menu:
docs: docs:
name: Architecture name: Architecture
weight: 100 weight: 20
parent: background parent: background
--- ---
The principal purpose of Pinniped is to allow users to access Kubernetes The principal purpose of Pinniped is to allow users to access Kubernetes
@ -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 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.) 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) * 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 ## kubectl Integration