Merge pull request #872 from anjaltelang/main
Architecture should be on top on the documentation webpage
This commit is contained in:
commit
c3060e3474
@ -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" >}}
|
||||
|
@ -6,7 +6,7 @@ menu:
|
||||
docs:
|
||||
name: Background
|
||||
identifier: background
|
||||
weight: 110
|
||||
weight: 11
|
||||
---
|
||||
|
||||
{{< docsmenu "background" >}}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user