This is a beta version. Information may be inaccurate or incomplete, and the software is provided "as is."
Configuration
config.yaml
log_color: false
log_json: true
log_level: INFO
server_http: ":3080"
jwt_key: "super-salt"
auth_disabled: false
users:
- username: admin
password: ""
role: "admin"
- username: user
password: ""
role: "viewer"
kube:
configs:
- apiVersion: v1
clusters:
- cluster:
certificate-authority-data: LS0tLS1...
server: https://127.0.0.1:57598
name: kind-kind
contexts:
- context:
cluster: kind-kind
user: kind-kind
name: kind-kind
current-context: kind-kind
kind: Config
preferences: {}
users:
- name: kind-kind
user:
client-certificate-data: LS0tL...
client-key-data: LS0tL...