Skip to content

Commit

Permalink
Updated description of assets service
Browse files Browse the repository at this point in the history
  • Loading branch information
shirey authored Dec 8, 2021
1 parent d0f9408 commit 399c18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hubmap-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ GET http://localhost:8080/cache_clear

### File assets service

URI pattern: `https://assets.dev.hubmapconsortium.org/<dataset-uuid>/<relative-file-path>?token=<globus-token>`
The File Assets service allows direct http(s) access to files located in HuBMAP datasets with access control via passing an auth token via a header in the standard `Authorization: Bearer <token>` mechanism or by adding the token directy as a URL parameter.

The file auth supports both token from the above query string or the HTTP `Authorization` header field. When both are provided, the token from query string will be the winner.
URL pattern: `https://assets.hubmapconsortium.org/<dataset-uuid>/<relative-file-path>?token=<globus-token>`

#### File assets status

Expand Down

0 comments on commit 399c18d

Please sign in to comment.