-
Notifications
You must be signed in to change notification settings - Fork 361
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
Space Application Supporter can access specific app GET endpoints #2209
Comments
`GET /v3/apps/:guid/droplets/current` `GET /v3/apps/:guid/relationships/current_droplet` Github issue: #2209 Co-authored-by: Belinda Liu <[email protected]> Co-authored-by: Matthew Kocher <[email protected]>
For
|
Running into some questions around the env endpoints:
EDIT: env vars will be moved to a separate issue and only partially unblocked |
`GET /v3/apps/:guid/droplets/current` `GET /v3/apps/:guid/relationships/current_droplet` Github issue: #2209 Co-authored-by: Belinda Liu <[email protected]> Co-authored-by: Matthew Kocher <[email protected]>
@ctlong and I aren't finding the requested documentation changes despite this issue being closed. Was this missed in the PR? |
#2209 Authored-by: Sarah Weinstein <[email protected]>
Good catch, thanks @MerricdeLauney ! Looks like we did miss it, as it's just docs changes I've added them in this commit. and confirmed that the changes load correctly when running the docs locally. We'll do a second round of acceptance just on the docs once the changes get through the pipeline before closing out the issue again. |
The commit made it through the pipeline and I've double checked that the role is indicated on the endpoints included in this issue |
Issue
Allow space application supporter to access specific app 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:
Acceptance
A space application supporter would see the same info as a space developer assigned to the same space for these and only these 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.
The text was updated successfully, but these errors were encountered: