Releases: uc-cdis/fence
Releases · uc-cdis/fence
fix bucket creation in fence-create script
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
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
- 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
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
fix(token-create): bugfix for token-create
support regex for approved buckets
Merge pull request #246 from uc-cdis/chore/dbgap chore(dbgap): log parsed dbgap file
fix flask restful error handling
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
Merge pull request #193 from uc-cdis/feat/acl feat(acl): use index doc.acl
fix fence-create import
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
2.0.1 fix(api-key-deletion): don't allow users to delete other users keys (…