我使用 uaa 设置在 vSphere 之上部署了自己的 Cloud Foundry 实例:
uaa:
catalina_opts: -Xmx768m -XX:MaxPermSize=256m
jwt:
signing_key: |
-----BEGIN RSA PRIVATE KEY-----
My key
-----END RSA PRIVATE KEY-----
verification_key: |
-----BEGIN PUBLIC KEY-----
My key
-----END PUBLIC KEY-----
cc:
token_secret: aaabxaiC371JM
client_secret: aaaF5DMNDZIfCb9A
clients:
dashboard:
secret: aaauKyUCZF53kBKS
scope: openid,dashboard.user
authorities: uaa.admin,uaa.resource,tokens.read,scim.read,scim.write
authorized-grant-types: client_credentials,authorization_code,refresh_token
admin:
client_secret: aaa5fER8evgEisjj
login:
client_secret: aaad2FyZS5jb20iL
batch:
username: aaaH2AKay2jAc
password: aaaTiplI5Q83n
scim:
users:
- b29|admin|openid,dashboard.user
我可以登录到我的实例,但我的所有命令(vmc push、vmc delete-user 等)都因此错误而完成:
FAILED
Denied: Operation not permitted
是uaa配置错误吗?云控制器和 uaa 关系中的一些问题?