diff --git a/site/content/docs/howto/concierge/_index.md b/site/content/docs/howto/concierge/_index.md index 486bb4c6..b00a3ece 100644 --- a/site/content/docs/howto/concierge/_index.md +++ b/site/content/docs/howto/concierge/_index.md @@ -9,6 +9,6 @@ menu: weight: 60 --- -These how-to guides show you how to install and configure Pinniped Concierge: +These how-to guides show how to configure the Pinniped Supervisor after it is installed: {{< docsmenu "howto-configure-concierge" >}} diff --git a/site/content/docs/howto/concierge/configure-concierge-jwt.md b/site/content/docs/howto/concierge/configure-concierge-jwt.md index b1ab6935..7864c3c7 100644 --- a/site/content/docs/howto/concierge/configure-concierge-jwt.md +++ b/site/content/docs/howto/concierge/configure-concierge-jwt.md @@ -8,6 +8,8 @@ menu: name: JWT Authentication weight: 30 parent: howto-configure-concierge +aliases: + - /docs/howto/configure-concierge-jwt/ --- The Concierge can validate [JSON Web Tokens (JWTs)](https://tools.ietf.org/html/rfc7519), which are commonly issued by [OpenID Connect (OIDC)](https://openid.net/connect/) identity providers. diff --git a/site/content/docs/howto/concierge/configure-concierge-supervisor-jwt.md b/site/content/docs/howto/concierge/configure-concierge-supervisor-jwt.md index 72663622..f93a7a6a 100644 --- a/site/content/docs/howto/concierge/configure-concierge-supervisor-jwt.md +++ b/site/content/docs/howto/concierge/configure-concierge-supervisor-jwt.md @@ -8,6 +8,8 @@ menu: name: JWT Authentication with Supervisor weight: 40 parent: howto-configure-concierge +aliases: + - /docs/howto/configure-concierge-supervisor-jwt/ --- The Concierge can validate [JSON Web Tokens (JWTs)](https://tools.ietf.org/html/rfc7519), which are commonly issued by [OpenID Connect (OIDC)](https://openid.net/connect/) identity providers. diff --git a/site/content/docs/howto/concierge/configure-concierge-webhook.md b/site/content/docs/howto/concierge/configure-concierge-webhook.md index 24a93dbc..0b0b0fe4 100644 --- a/site/content/docs/howto/concierge/configure-concierge-webhook.md +++ b/site/content/docs/howto/concierge/configure-concierge-webhook.md @@ -8,6 +8,8 @@ menu: name: Webhook Authentication weight: 50 parent: howto-configure-concierge +aliases: + - /docs/howto/configure-concierge-webhook/ --- The Concierge can validate arbitrary tokens via an external webhook endpoint using the [same validation process as Kubernetes itself](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#webhook-token-authentication). diff --git a/site/content/docs/howto/idps/configure-supervisor-with-activedirectory.md b/site/content/docs/howto/idps/configure-supervisor-with-activedirectory.md index d3fad29c..35680709 100644 --- a/site/content/docs/howto/idps/configure-supervisor-with-activedirectory.md +++ b/site/content/docs/howto/idps/configure-supervisor-with-activedirectory.md @@ -6,8 +6,10 @@ cascade: menu: docs: name: With Active Directory - weight: 110 + weight: 150 parent: howto-configure-idps +aliases: + - /docs/howto/configure-supervisor-with-activedirectory/ --- The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single "upstream" identity provider to many "downstream" cluster clients. diff --git a/site/content/docs/howto/idps/configure-supervisor-with-auth0.md b/site/content/docs/howto/idps/configure-supervisor-with-auth0.md index 6ed43ace..c662137e 100644 --- a/site/content/docs/howto/idps/configure-supervisor-with-auth0.md +++ b/site/content/docs/howto/idps/configure-supervisor-with-auth0.md @@ -8,6 +8,8 @@ menu: name: With Auth0 OIDC weight: 80 parent: howto-configure-idps +aliases: + - /docs/howto/configure-supervisor-with-auth0/ --- The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single "upstream" identity provider to many "downstream" cluster clients. diff --git a/site/content/docs/howto/idps/configure-supervisor-with-dex.md b/site/content/docs/howto/idps/configure-supervisor-with-dex.md index 1dde38ec..afa18059 100644 --- a/site/content/docs/howto/idps/configure-supervisor-with-dex.md +++ b/site/content/docs/howto/idps/configure-supervisor-with-dex.md @@ -8,6 +8,8 @@ menu: name: With Dex OIDC weight: 80 parent: howto-configure-idps +aliases: + - /docs/howto/configure-supervisor-with-dex/ --- The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single diff --git a/site/content/docs/howto/idps/configure-supervisor-with-gitlab.md b/site/content/docs/howto/idps/configure-supervisor-with-gitlab.md index c5a0a96e..959c81af 100644 --- a/site/content/docs/howto/idps/configure-supervisor-with-gitlab.md +++ b/site/content/docs/howto/idps/configure-supervisor-with-gitlab.md @@ -8,6 +8,8 @@ menu: name: With GitLab OIDC weight: 90 parent: howto-configure-idps +aliases: + - /docs/howto/configure-supervisor-with-gitlab/ --- The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single "upstream" identity provider to many "downstream" cluster clients. diff --git a/site/content/docs/howto/idps/configure-supervisor-with-jumpcloudldap.md b/site/content/docs/howto/idps/configure-supervisor-with-jumpcloudldap.md index 07c90e0f..8b95b07a 100644 --- a/site/content/docs/howto/idps/configure-supervisor-with-jumpcloudldap.md +++ b/site/content/docs/howto/idps/configure-supervisor-with-jumpcloudldap.md @@ -8,6 +8,8 @@ menu: name: With JumpCloud LDAP weight: 110 parent: howto-configure-idps +aliases: + - /docs/howto/configure-supervisor-with-jumpcloudldap/ --- The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single "upstream" identity provider to many "downstream" cluster clients. diff --git a/site/content/docs/howto/idps/configure-supervisor-with-okta.md b/site/content/docs/howto/idps/configure-supervisor-with-okta.md index 1e934ca8..622f55f4 100644 --- a/site/content/docs/howto/idps/configure-supervisor-with-okta.md +++ b/site/content/docs/howto/idps/configure-supervisor-with-okta.md @@ -8,6 +8,8 @@ menu: name: With Okta OIDC weight: 80 parent: howto-configure-idps +aliases: + - /docs/howto/configure-supervisor-with-okta/ --- The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single "upstream" identity provider to many "downstream" cluster clients. diff --git a/site/content/docs/howto/idps/configure-supervisor-with-openldap.md b/site/content/docs/howto/idps/configure-supervisor-with-openldap.md index a858f9c9..bcca6dfb 100644 --- a/site/content/docs/howto/idps/configure-supervisor-with-openldap.md +++ b/site/content/docs/howto/idps/configure-supervisor-with-openldap.md @@ -8,6 +8,8 @@ menu: name: With OpenLDAP weight: 100 parent: howto-configure-idps +aliases: + - /docs/howto/configure-supervisor-with-openldap/ --- The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single "upstream" identity provider to many "downstream" cluster clients. diff --git a/site/content/docs/howto/idps/configure-supervisor-with-workspace_one_access.md b/site/content/docs/howto/idps/configure-supervisor-with-workspace_one_access.md index 5f11ba12..60edc65f 100644 --- a/site/content/docs/howto/idps/configure-supervisor-with-workspace_one_access.md +++ b/site/content/docs/howto/idps/configure-supervisor-with-workspace_one_access.md @@ -8,6 +8,8 @@ menu: name: With Workspace ONE Access weight: 80 parent: howto-configure-idps +aliases: + - /docs/howto/configure-supervisor-with-workspace_one_access/ --- The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single "upstream" identity provider to many "downstream" cluster clients. diff --git a/site/content/docs/howto/idps/configure-supervisor.md b/site/content/docs/howto/idps/configure-supervisor.md index 2c99ba16..d002a578 100644 --- a/site/content/docs/howto/idps/configure-supervisor.md +++ b/site/content/docs/howto/idps/configure-supervisor.md @@ -8,6 +8,8 @@ menu: name: As an OIDC Issuer weight: 10 parent: howto-configure-idps +aliases: + - /docs/howto/configure-supervisor/ --- The Supervisor is an [OpenID Connect (OIDC)](https://openid.net/connect/) issuer that supports connecting a single