[
https://issues.apache.org/jira/browse/AIRFLOW-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919036#comment-16919036
]
ASF subversion and git services commented on AIRFLOW-5335:
----------------------------------------------------------
Commit b69507a84a6cbe13e47d5f8c69613fc595b9d4b6 in airflow's branch
refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=b69507a ]
[AIRFLOW-5335] Update GCSHook methods so they need min IAM perms
cherry-picked from b1d3d55da969b2cd2c5ad150b5bda0cbe407cf3f
> Update GCSHook methods so they need min IAM perms
> -------------------------------------------------
>
> Key: AIRFLOW-5335
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5335
> Project: Apache Airflow
> Issue Type: Improvement
> Components: gcp
> Affects Versions: 1.10.4
> Reporter: Kaxil Naik
> Assignee: Kaxil Naik
> Priority: Critical
> Fix For: 1.10.5
>
>
> After we refactored to using Storage client in GCS, we need more IAM
> permissions.
> This is because we use `get_bucket` method which requires
> `storage.bucket.list` permission. Instead of that if we use `bucket` method
> that creates Bucket object we don't need the above permission.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)