paritytech / paritytech/testnet-manager
Add RBAC authentication support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The testnet-manager should support authentication with roles eg. "read-only", validator-manager", "parachain-manager", which let you access a subset of the REST endpoints.
Some good fastapi security related docs to help with this task:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the testnet-manager REST endpoints and the FastAPI security documentation linked in the issue, especially OAuth2 scopes. Define how the read-only, validator-manager, and parachain-manager roles map to endpoint access. Done means authentication and role-based access consistently restrict the specified endpoint subsets, with tests covering each role.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fastapi, python
- Domain
- api, authentication, authorization, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100