Skip to content

Support standard M2M scopes - part 3 #568

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

Open
maxceem opened this issue May 6, 2020 · 1 comment
Open

Support standard M2M scopes - part 3 #568

maxceem opened this issue May 6, 2020 · 1 comment
Milestone

Comments

@maxceem
Copy link
Contributor

maxceem commented May 6, 2020

Previously we've implemented support for M2M scopes and unified permission rules for some part of endpoints via PR #555 and PR #571

We have to apply the same approach for the rest of the endpoints.

Questions

  1. Should we add a separate scope for Timelines? Like:

    • all:projects-timelines
    • write:projects-timelines
    • read:projects-timelines

    or use the same scopes as for projects?

  2. Should we add a separate scope for all the metadata? Like:

    • all:projects-metadata
    • write:projects-metadata
    • read:projects-metadata

    or use the same scopes as for projects?

cc @vikasrohit

@maxceem maxceem added this to the 2.5 milestone May 6, 2020
@vikasrohit
Copy link

Both needs separate scopes. for timelines remove projects- i.e. all:timelines and so on. There some other application for timelines in system which I think is in progress but I am not sure if they are using m2m scopes or not or if they use the term timeline at all. So, for now, use xxx:timelines and in case we find it conflicting with some existing scope, we can get it renamed.

@maxceem maxceem removed the question label May 12, 2020
@maxceem maxceem changed the title Support standard M2M scopes - part 2 Support standard M2M scopes - part 3 May 12, 2020
@vikasrohit vikasrohit modified the milestones: 3.4.0, Backlog Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants