Skip to content
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

Non-admin CF users cannot see all roles if they exceed 100 #549

Closed
richard-cox opened this issue Nov 1, 2021 · 0 comments · Fixed by #548
Closed

Non-admin CF users cannot see all roles if they exceed 100 #549

richard-cox opened this issue Nov 1, 2021 · 0 comments · Fixed by #548
Assignees
Labels
bug Something isn't working in progress In Progress

Comments

@richard-cox
Copy link
Member

  • For each CF we get the connected user's roles (for example space developer)
  • Sometimes the number of roles can exceed a single page / api response (for example a user has over 100 space developer roles)
  • We were not persisting anything over the first page
  • This can result in some spaces being ignored when creating applications or services (we filter out spaces where the user is not a space developer)

This does not affect admins as their permissions are handled differently (global flag rather than specific space roles).

@richard-cox richard-cox added the bug Something isn't working label Nov 1, 2021
@richard-cox richard-cox self-assigned this Nov 1, 2021
@richard-cox richard-cox added the in progress In Progress label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in progress In Progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant