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

Creation of girder job models via REST endpoints in worker plugin #2018

Closed
kotfic opened this issue May 23, 2017 · 1 comment
Closed

Creation of girder job models via REST endpoints in worker plugin #2018

kotfic opened this issue May 23, 2017 · 1 comment
Assignees
Labels

Comments

@kotfic
Copy link
Contributor

kotfic commented May 23, 2017

Deliverables:

  • Post to endpoint that creates a girder job

Technical Notes:

  • Parent-child is one to many
  • How will we implement access control on creating jobs?
  • How should access control be implemented for job creation?
  • Depending on how restrictive we want to be this to be we may want require that jobs can only be created if they are children of existing jobs

Depends on:

@zachmullen
Copy link
Member

Re: access control, for the first pass we can require a special token scope that allows job creation, and create such a token just for the worker to use. Thus, ordinary users could not just create jobs arbitrarily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants