Skip to content

Commit

Permalink
Merge pull request #241 from hubmapconsortium/yuanzhou/support-public…
Browse files Browse the repository at this point in the history
…ation

Yuanzhou/support publication
  • Loading branch information
yuanzhou authored Mar 20, 2023
2 parents 7448289 + 81fba02 commit 3afa8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.12
2.1.13
2 changes: 1 addition & 1 deletion hubmap-auth/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def create_request_headers_for_auth(token):
# AVR file uuid is handled via uuid-api only and no token is required
def get_file_access(uuid, token_from_query, request):
# AVR and AVR files are standalone, not stored in neo4j and won't be available via entity-api
supported_entity_types = ['Donor', 'Sample', 'Dataset']
supported_entity_types = ['Donor', 'Sample', 'Dataset', 'Publication']

# Returns one of the following codes
allowed = 200
Expand Down

0 comments on commit 3afa8f1

Please sign in to comment.