Skip to content

Releases: uc-cdis/fence

fix bucket creation in fence-create script

22 Jun 21:30
9205572
Compare
Choose a tag to compare
Fix/google bucket creation (#273)

* fix(bucket-creation): limit fence-service creds to not have access to change bucket IAM, require storage creds

* feat(bucket-creation): allow passing a different project_id for group creation

allows project with buckets and cloud-identity-linked project to be
different Google Projects

* fix(bucket-creation): remove arg, parse storage project from creds file

fixed bugs with google service account key expiration

22 Jun 18:18
5fdf8e9
Compare
Choose a tag to compare
Fix/google key expiration (#270)

* fix(expiration): calculate expiration time, don't just use lifetime

* chore(refactor): rename for clarity

* fix(service-account-key): delete db entry when removed from Google

lazy creation of google proxy groups, google fixes

21 Jun 21:48
3a2414d
Compare
Choose a tag to compare
  • now fence lazily creates user's proxy Google groups and service accounts (only when needed)!
  • fixes for google endpoints related to linking users and providing temporary credentials

fix google scope

14 Jun 16:57
53dd462
Compare
Choose a tag to compare
Merge pull request #252 from uc-cdis/fix/google-scope

fix(google): add google_credentials scope

2.1.0: Merge pull request #253 from uc-cdis/fix/token-create

14 Jun 16:36
fb855f6
Compare
Choose a tag to compare
fix(token-create): bugfix for token-create

support regex for approved buckets

12 Jun 14:44
1cd2ec0
Compare
Choose a tag to compare
Merge pull request #246 from uc-cdis/chore/dbgap

chore(dbgap): log parsed dbgap file

fix flask restful error handling

02 May 23:32
3319210
Compare
Choose a tag to compare
Merge pull request #205 from uc-cdis/fix/storage-api

fix(storage-api): fix to use fence restful api wrapper

update to work with indexd acl

23 Apr 20:19
5502de5
Compare
Choose a tag to compare
Merge pull request #193 from uc-cdis/feat/acl

feat(acl): use index doc.acl

fix fence-create import

14 Mar 22:07
60735ce
Compare
Choose a tag to compare
Merge pull request #162 from uc-cdis/fix/fence-create

fix(fence-create): import settings

fix token deletion endpoint to not allow deleting other users keys

14 Mar 20:27
e5a4d72
Compare
Choose a tag to compare
2.0.1

fix(api-key-deletion): don't allow users to delete other users keys (…