Commit d2c4d5a8 by haoqu.ma

Update temp_oidc_create

1 parent 35740dcc
Showing with 6 additions and 6 deletions
......@@ -73,14 +73,14 @@ data:
notebook_grafana_url: notebook_grafana_url_string # 容器grafana跳转url http://10.69.75.115:8883/d/W-Y9JdKGk/pod_metric_dashboard?orgId=1&var-pod_prefix=%s&var-pod=%s
node_grafana_url: node_grafana_url_string # node节点grafana跳转url http://10.69.75.115:8883/d/9CWBz0bik/node-exporter-kpl?orgId=1&var-job=node-exporter&var-hostname=All&var-node=%s
use_fake_metric: use_fake_metric_string # CPU,GPU,MEM 代表随机生成 cpu, gpu, mem的使用率, 可以只开启需要的类型, 以逗号分割
temp_oidc_create_from: temp_oidc_create_from_string #对应的OIDC登录名称
temp_oidc_create_from: temp_oidc_create_from_string #对应的OIDC登录名称 kplsso
temp_oidc_create:
token_endpoint: token_endpoint_string #获取token的端点
create_endpoint: create_endpoint_string #创建用户的端点
client_id: client_id_string #客户端id
admin_user: admin_user_string #管理员用户名
admin_password: admin_password_string #管理员密码
token_endpoint: token_endpoint_string #获取token的端点 "http://120.92.92.150:31306/auth/realms/master/protocol/openid-connect/token"
create_endpoint: create_endpoint_string #创建用户的端点 "http://120.92.92.150:31306/auth/admin/realms/kpl/users"
client_id: client_id_string #客户端id admin-cli
admin_user: admin_user_string #管理员用户名 admin
admin_password: admin_password_string #管理员密码 Kpl123456
kind: ConfigMap
metadata:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!