Skip to content

Allow scoped tokens with rights for multiple projects #6292

@ronaldoussoren

Description

@ronaldoussoren

What's the problem this feature will solve?
I have a project (PyObjC) that generates multiple PyPI distributions/projects from a single source base. This is both for historical reasons and because a single repo makes development easier.

API tokens are currently suboptimal for this, I need to create either:

  • A user-scoped token for my normal user
  • A user-scoped token for a new user with limited rights
  • Multiple project-scoped tokens

Describe the solution you'd like
It would be nice if it were possible to create a project-scoped token that's scoped to multiple projects.

Additional context
See above.

Note that this should IMHO have low priority, the work around with a new user with limited rights is workable for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions