File: userauth.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 (27 lines) | stat: -rw-r--r-- 611 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
25
26
27
apiVersion: v1
clusters:
- cluster:
    server: https://localhost:6443
  name: localhost:6443
contexts:
- context:
    cluster: localhost:6443
    namespace: default
    user: system:admin:token
  name: localhost/system:admin:token
- context:
    cluster: localhost:6443
    namespace: default
    user: system:admin:userpass
  name: localhost/system:admin:userpass
current-context: localhost/system:admin:token
kind: Config
preferences: {}
users:
- name: system:admin:token
  user:
    token: 0123456789ABCDEF0123456789ABCDEF
- name: system:admin:userpass
  user:
    username: admin
    password: pAssw0rd123