File: oidcauth.kubeconfig

package info (click to toggle)
ruby-kubeclient 4.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,128 kB
  • sloc: ruby: 4,229; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
apiVersion: v1
clusters:
- cluster:
    server: https://localhost:8443
  name: localhost:8443
contexts:
- context:
    cluster: localhost:8443
    namespace: default
    user: oidc-auth-provider
  name: localhost/oidc-auth-provider
kind: Config
preferences: {}
users:
- name: oidc-auth-provider
  user:
    auth-provider:
      config:
        client-id: fake-client-id
        client-secret: fake-client-secret
        id-token: fake-id-token
        idp-issuer-url: https://accounts.google.com
        refresh-token: fake-refresh-token
      name: oidc