-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error filtering applications by org #4658
Comments
Hi @robwhitby , thanks for raising this issue. I've tried to reproduce this with no joy. Could you confirm... Could you also confirm
Thanks! |
Hi, thanks for getting back so quick!
Sorry, I'm using the docker image, and see it in
yes
Yes we hit the maxed state. I have tried setting Thanks again! |
Think I got to the bottom of this, it was when the space was also filtered on and should only effect the app wall list when the maxed state is entered (and enabled via config). I've pushed a fix (#4662), if this doesn't make it into 4.2 it will be in the release after. |
that's great, thanks very much 👍 |
The fix has merged and will make it into 4.2.0 which is due in the next few weeks |
Stratos Version
4.2 (3.2.0 is working ok)
CF API Version
2.153.0
Expected behaviour
Should be able to filter applications by org + space
Actual behaviour
org filter does not work, errors calling CF API
/v2/apps
Steps to reproduce the behavior
the error can be replicated with
cf curl
=
is not a valid operator in the CF API v2. It should be:
https://apidocs.cloudfoundry.org/13.19.0/apps/list_all_apps.html
The text was updated successfully, but these errors were encountered: