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

Access control #47

Open
2 tasks
achilleas-k opened this issue Sep 9, 2019 · 0 comments
Open
2 tasks

Access control #47

achilleas-k opened this issue Sep 9, 2019 · 0 comments

Comments

@achilleas-k
Copy link
Member

Access control is very basic currently. Hooks can only be enabled by authorised users that have write access to a repository. Beyond that, it's all pretty open. Results are publicly visible and can easily be guessed since the URL is simply constructed from the repository path and the name of the validator.

  • Limit access to results pages based on user access through GIN. We should probably use the token we store for the user to check for read access.
  • Generate unique random identifiers for pub-validate results that are only available to the user that started the validation procedure.
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

1 participant