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

Implement list roles #2113

Merged
merged 1 commit into from
Jan 26, 2023
Merged

Implement list roles #2113

merged 1 commit into from
Jan 26, 2023

Conversation

danail-branekov
Copy link
Member

Is there a related GitHub Issue?

#1239

What is this change about?

Implement listing roles (GET /v3/roles)

Invoked when unsetting org/space roles via the cf cli

Does this PR introduce a breaking change?

No

Acceptance Steps

  1. cf set-org-role bob org1 OrgManager
  2. cf curl "/v3/roles" -> see bob has the OrgManager role assigned in org org1
  3. cf set-space-role bob org1 space1 SpaceDeveloper
  4. cf curl "/v3/roles" -> see bob has the SpaceDeveloper role assigned in space space1

Tag your pair, your PM, and/or team

@kieron-dev

Issue: #1239
Co-authored-by: Danail Branekov <danailster@gmail.com>
@danail-branekov danail-branekov merged commit 33da0ad into main Jan 26, 2023
@danail-branekov danail-branekov deleted the issues/1239-get-users branch January 26, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants