我一直在寻找一种方法来从某些配置或cmd行设置github OAuth2访问,甚至是如何设置基本密码auth,直到可以从UI建立。
https://github.com/rancher/rancher
有谁知道怎么做?
答案 0 :(得分:1)
这就是您要寻找的基本帐户类型:
curl -H "Content-Type: application/json" -X POST "http://Your_rancher_url:PORT/v1/localauthconfig" -d '{"enabled": "true", "username":"NewUsersName", "password": "NewUsersPassword" }'
您也可以设置OAuth2,请点击此处: http://rancher.com/docs/rancher/v1.1/en/api/v1/access-control/