Skip to content

Commit

Permalink
Merge pull request #333 from hubmapconsortium/shirey/submit-testing-p…
Browse files Browse the repository at this point in the history
…ipeline-endpoints

Shirey/submit testing pipeline endpoints
  • Loading branch information
yuanzhou authored Jan 15, 2025
2 parents 6b93331 + f6e68d9 commit 06e40dd
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,20 @@
"method": "GET",
"endpoint": "/status",
"auth": false
},
{
"method": "GET",
"endpoint": "/has-pipeline-test-privs",
"auth": false
},
{
"method": "POST",
"endpoint": "/datasets/<*>/submit-for-pipeline-testing",
"auth": true,
"groups": [
"3e5bc7c0-d292-11ef-8694-9f2bd25b4aac",
"89a69625-99d7-11ea-9366-0e98982705c1"
]
}
]
}
14 changes: 14 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,20 @@
"method": "GET",
"endpoint": "/status",
"auth": false
},
{
"method": "GET",
"endpoint": "/has-pipeline-test-privs",
"auth": false
},
{
"method": "POST",
"endpoint": "/datasets/<*>/submit-for-pipeline-testing",
"auth": true,
"groups": [
"3e5bc7c0-d292-11ef-8694-9f2bd25b4aac",
"89a69625-99d7-11ea-9366-0e98982705c1"
]
}
]
}
14 changes: 14 additions & 0 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,20 @@
"method": "GET",
"endpoint": "/privs/has-data-admin",
"auth": false
},
{
"method": "GET",
"endpoint": "/has-pipeline-test-privs",
"auth": false
},
{
"method": "POST",
"endpoint": "/datasets/<*>/submit-for-pipeline-testing",
"auth": true,
"groups": [
"3e5bc7c0-d292-11ef-8694-9f2bd25b4aac",
"89a69625-99d7-11ea-9366-0e98982705c1"
]
}
]
}

0 comments on commit 06e40dd

Please sign in to comment.