Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save smarterclayton/0fa6b30b069ea6ee687af607776a8064 to your computer and use it in GitHub Desktop.
Save smarterclayton/0fa6b30b069ea6ee687af607776a8064 to your computer and use it in GitHub Desktop.
2017/04/27 15:32:25 openshift.go:365: 403 GET https://api.free-int.openshift.com/apis/user.openshift.io/v1/users/~ {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "scopes [user:info user:check-access] prevent this action; User \"[email protected]\" cannot get user.openshift.io.users at the cluster scope",
"reason": "Forbidden",
"details": {
"name": "~",
"group": "user.openshift.io",
"kind": "users"
},
"code": 403
}
2017/04/27 15:32:25 openshift.go:195: failed making request got 403 {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "scopes [user:info user:check-access] prevent this action; User \"[email protected]\" cannot get user.openshift.io.users at the cluster scope",
"reason": "Forbidden",
"details": {
"name": "~",
"group": "user.openshift.io",
"kind": "users"
},
"code": 403
}
2017/04/27 15:32:25 oauthproxy.go:556: 10.129.4.1:36742 error redeeming code got 403 {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "scopes [user:info user:check-access] prevent this action; User \"[email protected]\" cannot get user.openshift.io.users at the cluster scope",
"reason": "Forbidden",
"details": {
"name": "~",
"group": "user.openshift.io",
"kind": "users"
},
"code": 403
}
2017/04/27 15:32:25 oauthproxy.go:373: ErrorPage 500 Internal Error Internal Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment