Skip to content

WIP:Fixed configuration snippet for refresh token issue workaround #1853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions content/kubermatic/main/architecture/known-issues/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,20 @@ The following yaml snippet is an example how to configure an oidc connector to k

```yaml
connectors:
- config:
- id: oidc
name: OIDC
type: Google
config:
clientID: <client_id>
clientSecret: <client_secret>
orgs:
- name: <github_organization>
redirectURI: https://kubermatic.test/dex/callback
id: github
name: GitHub
type: github
userIDKey: jti
userNameKey: email
redirectURI: https://kkp.example.com/dex/callback
scopes:
- openid
- profile
- email
- offline_access
# Workaround to support multiple user_id/client_id pairs concurrently
userIDKey: jti
```

#### external provider
Expand Down
21 changes: 12 additions & 9 deletions content/kubermatic/v2.24/architecture/known-issues/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,17 +188,20 @@ The following yaml snippet is an example how to configure an oidc connector to k

```yaml
connectors:
- config:
- id: oidc
name: OIDC
type: Google
config:
clientID: <client_id>
clientSecret: <client_secret>
orgs:
- name: <github_organization>
redirectURI: https://kubermatic.test/dex/callback
id: github
name: GitHub
type: github
userIDKey: jti
userNameKey: email
redirectURI: https://kkp.example.com/dex/callback
scopes:
- openid
- profile
- email
- offline_access
# Workaround to support multiple user_id/client_id pairs concurrently
userIDKey: jti
```

#### external provider
Expand Down
21 changes: 12 additions & 9 deletions content/kubermatic/v2.25/architecture/known-issues/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,20 @@ The following yaml snippet is an example how to configure an oidc connector to k

```yaml
connectors:
- config:
- id: oidc
name: OIDC
type: Google
config:
clientID: <client_id>
clientSecret: <client_secret>
orgs:
- name: <github_organization>
redirectURI: https://kubermatic.test/dex/callback
id: github
name: GitHub
type: github
userIDKey: jti
userNameKey: email
redirectURI: https://kkp.example.com/dex/callback
scopes:
- openid
- profile
- email
- offline_access
# Workaround to support multiple user_id/client_id pairs concurrently
userIDKey: jti
```

#### external provider
Expand Down
21 changes: 12 additions & 9 deletions content/kubermatic/v2.26/architecture/known-issues/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,20 @@ The following yaml snippet is an example how to configure an oidc connector to k

```yaml
connectors:
- config:
- id: oidc
name: OIDC
type: Google
config:
clientID: <client_id>
clientSecret: <client_secret>
orgs:
- name: <github_organization>
redirectURI: https://kubermatic.test/dex/callback
id: github
name: GitHub
type: github
userIDKey: jti
userNameKey: email
redirectURI: https://kkp.example.com/dex/callback
scopes:
- openid
- profile
- email
- offline_access
# Workaround to support multiple user_id/client_id pairs concurrently
userIDKey: jti
```

#### external provider
Expand Down
21 changes: 12 additions & 9 deletions content/kubermatic/v2.27/architecture/known-issues/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,20 @@ The following yaml snippet is an example how to configure an oidc connector to k

```yaml
connectors:
- config:
- id: oidc
name: OIDC
type: Google
config:
clientID: <client_id>
clientSecret: <client_secret>
orgs:
- name: <github_organization>
redirectURI: https://kubermatic.test/dex/callback
id: github
name: GitHub
type: github
userIDKey: jti
userNameKey: email
redirectURI: https://kkp.example.com/dex/callback
scopes:
- openid
- profile
- email
- offline_access
# Workaround to support multiple user_id/client_id pairs concurrently
userIDKey: jti
```

#### external provider
Expand Down