datopian / ckanext-blob-storage

CKAN extension to offload blob storage to cloud storage providers (S3, GCS, Azure etc).
http://tech.datopian.com/blob-storage/
MIT License
14 stars 6 forks source link

Support for context passed as kwarg in newer authz-service version #59

Closed tomeksabala closed 1 year ago

tomeksabala commented 3 years ago

@pdelboca Following a conversation from https://github.com/datopian/ckanext-blob-storage/pull/55 this PR make the blob storage compatible with latest changes done in authz-service (fixing issue https://github.com/datopian/ckanext-authz-service/issues/24)

In this PR I've upgraded authz-service to v1.5.0 but once a new release is tagged it should be bumped up to v1.6.0 which would include the fix for issue mentioned above.

pdelboca commented 1 year ago

Thanks for this @tomeksabala! (And sorry for the delay on merging this)