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

Allow space application supporter to access specific route endpoints. #2229

Closed
monamohebbi opened this issue Apr 22, 2021 · 0 comments · Fixed by #2288
Closed

Allow space application supporter to access specific route endpoints. #2229

monamohebbi opened this issue Apr 22, 2021 · 0 comments · Fixed by #2288
Labels
space-application-supporter https://github.com/cloudfoundry/cfar-proposals/issues/22

Comments

@monamohebbi
Copy link
Contributor

monamohebbi commented Apr 22, 2021

Issue

Allow space application supporter to access specific route endpoints.

Context

We are introducing a new role and we want to make sure it has the right access.

Expected result

A space application support should be able access the following endpoints:

POST /v3/routes
GET /v3/routes
DELETE /v3/routes/:guid
GET /v3/domains/:guid/route_reservations
GET /v3/routes/:guid/destinations
GET /v3/apps/:guid/routes
POST /v3/routes/:guid/destinations
PATCH /v3/routes/:guid/destinations
DELETE /v3/routes/:guid/destinations/:destination_guid
DELETE /v3/spaces/:guid/routes?unmapped=true

Acceptance

A space application supporter would see the same info as a space developer assigned to the same space for these and only these routes endpoints.

Documentation

When I browse to any of these endpoints on v3 docs I can see the Space Application Supporter role in the list of permitted roles with an indication that this role is not fully implemented and the permissions will be changing.

@monamohebbi monamohebbi added the space-application-supporter https://github.com/cloudfoundry/cfar-proposals/issues/22 label Apr 22, 2021
@monamohebbi monamohebbi added this to To do in Space Supporter via automation Apr 22, 2021
@monamohebbi monamohebbi changed the title Allow space application supporter to access specific roles endpoints. Allow space application supporter to access specific route endpoints. Apr 22, 2021
@andy-paine andy-paine moved this from To do to In progress in Space Supporter May 18, 2021
@andy-paine andy-paine moved this from In progress to Acceptance in Space Supporter May 20, 2021
Space Supporter automation moved this from Acceptance to Done May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
space-application-supporter https://github.com/cloudfoundry/cfar-proposals/issues/22
Projects
Development

Successfully merging a pull request may close this issue.

2 participants