On 01/24/2017 07:32 AM, [email protected] wrote:
Hello,
I've copied the template from
http://cockpit-project.org/guide/latest/feature-kubernetes.html#feature-openshift-pod
to openshift, then using GUI set
OPENSHIFT_OAUTH_PROVIDER_URL to https://my-master:8443/ server and set
COCKPIT_KUBE_URL so that it matches route I've created.
When trying to access the cockpit URL, I am redirected to
https://my-master:8443/oauth/authorize?client_id=cockpit-oauth-client&response_type=token&redirect_uri=https%3A%2F%2Fcockpit-test.my-cluster%2F
The oauth server responds with 400 Bad Request:
{"error":"invalid_request","error_description":"The request is missing a required
parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed."}
I already tried oauth with jenkins template that is integrated in openshift,
that seems to be working OK (setting those ENV vars was not needed there).
OpenShift Master:
v1.4.0+208f053
Kubernetes Master:
v1.4.0+776c994
_______________________________________________
cockpit-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Looks like the oauth client may not be setup correctly. What's the
output of:
oc get oauthclients/cockpit-oauth-client
_______________________________________________
cockpit-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]