Description of problem: Version-Release number of selected component (if applicable): OSE 3.0.x How reproducible: Use OSE v3.0.x REST API fieldSelector, e.g.: GET https://master.ose.example.com:8443/oapi/v1/oauthaccesstokens?fieldSelector=userName%3Djoe Steps to Reproduce: 1. Use REST API with the fieldSelector (for calls that supports it) 2. Observe that the response is 400 BadRequest Actual results: 400 BadRequest Expected results: Response with data matching the fieldSelector query Additional info: E-mailed "openshift-sme" list and got response that this is a bug.
Just an extra piece of information, I've experienced this issue with both OSE v3.0.1 and v3.0.2.
Fixed in https://github.com/openshift/origin/pull/5516
Fixed in http://buildvm-devops.usersys.redhat.com/puddle/build/AtomicOpenShift/3.1/2015-11-01.2/
Checked with # openshift version openshift v3.0.2.905 kubernetes v1.2.0-alpha.1-1107-g4c8e6f4 etcd 2.1.2 And this issue has been fixed.