Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
docs: Add variable certmanager_cluster_issuer
Browse files Browse the repository at this point in the history
This commit adds docs to Dex, Gangway, Httpbin configuration reference
guide.

Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed May 26, 2020
1 parent 3027407 commit 1bcdc7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration-reference/components/dex.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Example:
|-----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------:|:--------:|
| `ingress_host` | Used as the `hosts` domain in the ingress resource for dex that is automatically created. | - | true |
| `issuer_host` | Dex's issuer URL. | - | true |
| `certmanager_cluster_issuer` | `ClusterIssuer` to be used by cert-manager while issuing TLS certificates. Supported values: `letsencrypt-production`, `letsencrypt-staging`. | `letsencrypt-production` | false |
| `connector` | Dex implements connectors that target OpenID Connect and specific platforms such as GitHub, Google etc. Currently only GitHub and OIDC (Google) are supported from lokoctl. | - | true |
| `connector.id` | ID of the connector. | - | true |
| `connector.name` | Name of the connector. | - | true |
Expand Down
1 change: 1 addition & 0 deletions docs/configuration-reference/components/gangway.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Example:
|------------------|-----------------------------------------------------------------------------------------------|:-------:|:--------:|
| `cluster_name` | The name of the cluster. | - | true |
| `ingress_host` | Used as the `hosts` domain in the ingress resource for gangway that is automatically created. | - | true |
| `certmanager_cluster_issuer` | `ClusterIssuer` to be used by cert-manager while issuing TLS certificates. Supported values: `letsencrypt-production`, `letsencrypt-staging`. | `letsencrypt-production` | false |
| `sesion_key` | Gangway session key. | - | true |
| `api_server_url` | URL of Kubernetes API server. | - | true |
| `authorize_url` | Auth endpoint of Dex. | - | true |
Expand Down
1 change: 1 addition & 0 deletions docs/configuration-reference/components/httpbin.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Example:
| Argument | Description Default | Required |
|--------------------|-----------------------------------------------------------------------------------------------|:------------:|:--------:|
| `ingress_host` | Used as the `hosts` domain in the ingress resource for httpbin that is automatically created. | - | true |
| `certmanager_cluster_issuer` | `ClusterIssuer` to be used by cert-manager while issuing TLS certificates. Supported values: `letsencrypt-production`, `letsencrypt-staging`. | `letsencrypt-production` | false |

## Applying

Expand Down

0 comments on commit 1bcdc7e

Please sign in to comment.