Skip to content

Commit 34a72a0

Browse files
authored
- Ensure frontmatters have descriptions to go with the titles (#456)
- Remove weights in Authentication section, use default alphabetical order - Remove weights in Configuration section, use default alphabetical order - Reorder features, put Configuration above Features, so that it follows Installation - simplify Authentication page, remove links as section links are already there - update Wizards feature content/pics, and have it show instead as "Application Wizards"
1 parent 1e6a082 commit 34a72a0

File tree

55 files changed

+77
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+77
-103
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Configuration"
3-
date: 2020-08-25T00:00:00+02:00
4-
draft: false
5-
weight: 3
3+
description: "How to configure Kiali to fit your needs."
4+
weight: 2
65
---
76

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
---
2-
title: "Authentication"
3-
date: 2020-08-25T00:00:00+02:00
4-
draft: false
5-
weight: 10
6-
hideIndex: true
2+
title: "Authentication Strategies"
3+
description: "Choosing and configuring the appropriate authentication strategy."
74
---
85

96
Kiali supports five authentication mechanisms:
107

11-
* [anonymous]({{< relref "anonymous" >}}): gives free access to Kiali.
12-
* [header]({{< relref "header" >}}): requires Kiali to run behind a reverse proxy that is responsible for injecting the user's token or a token with impersonation.
13-
* [openid]({{< relref "openid" >}}): requires authentication through a third-party service to access Kiali.
14-
* [openshift]({{< relref "openshift" >}}): requires authentication through the OpenShift authentication to access Kiali.
15-
* [token]({{< relref "token" >}}): requires user to provide a Kubernetes ServiceAccount token to access Kiali.
8+
* The default authentication strategy for OpenShift clusters is `openshift`.
9+
* The default authentication strategy for all other Kubernetes clusters is `token`.
1610

17-
The default authentication mechanism for OpenShift clusters is `openshift`. For
18-
all other Kubernetes clusters, the default mechanism is `token`.
11+
All mechanisms other than `anonymous` support [Role-based access control]({{<relref "../rbac" >}}).
1912

20-
Read the dedicated page of each authentication mechanism (by clicking on the
21-
bullets) to learn more. All mechanisms other than `anonymous` support [Role-based access control]({{<relref "../rbac" >}}).
13+
Read the dedicated page of each authentication strategy to learn more.

content/en/docs/Configuration/authentication/anonymous.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Anonymous strategy"
3-
date: 2020-08-25T00:00:00+02:00
4-
draft: false
5-
weight: 9
3+
linktitle: "Anonymous"
4+
description: "Access Kiali with no authentication."
65
---
76

87
## Introduction

content/en/docs/Configuration/authentication/header.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Header strategy"
3-
date: 2021-01-08T00:00:00+02:00
4-
draft: false
5-
weight: 9
3+
linktitle: "Header"
4+
description: "Run Kiali behind a reverse proxy responsible for injecting the user's token, or a token with impersonation."
65
---
76

87
## Introduction

content/en/docs/Configuration/authentication/openid.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "OpenID Connect strategy"
3-
date: 2020-08-25T00:00:00+02:00
4-
draft: false
5-
weight: 9
3+
linktitle: "OpenID Connect"
4+
description: "Access Kiali requiring authentication through a third-party _OpenID Connect_ provider."
65
---
76

87
## Introduction

content/en/docs/Configuration/authentication/openshift.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "OpenShift strategy"
3-
date: 2020-08-25T00:00:00+02:00
4-
draft: false
5-
weight: 9
3+
linktitle: "OpenShift"
4+
description: "Access Kiali requiring OpenShift authentication."
65
---
76

87
## Introduction

content/en/docs/Configuration/authentication/token.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Token strategy"
3-
date: 2020-08-25T00:00:00+02:00
4-
draft: false
5-
weight: 9
3+
linktitle: "Token"
4+
description: "Access Kiali requiring a Kubernetes ServiceAccount token."
65
---
76

87
## Introduction

content/en/docs/Configuration/custom-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Custom Dashboards"
3-
weight: 10
3+
description: "Configuring additional, non-default dashboards."
44
---
55

66
[Custom Dashboards]({{< ref "/docs/features/details#custom-dash" >}}) require some configuration to work properly.

content/en/docs/Configuration/health.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Traffic Health"
3-
description: "Configuration of Request Traffic Health"
4-
weight: 50
3+
description: "Customizing Health for Request Traffic."
54
---
65

76
There are times when Kiali's default thresholds for traffic health do not work well for a particular situation. For example, at times 404 response codes are expected. Kiali heas the ability to set powerful, fine-grained overrides for health configuration.

content/en/docs/Configuration/namespace-management.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "Namespace Management"
3-
date: 2021-09-12T00:00:00+00:00
4-
draft: false
5-
weight: 30
3+
description: "Configuring the namespaces accessible and visible to Kiali."
64
---
75

86
## Introduction

0 commit comments

Comments
 (0)