You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (Jira)" <ji...@apache.org> on 2019/08/29 15:41:00 UTC

[jira] [Resolved] (AIRFLOW-5335) Update GCSHook methods so they need min IAM perms

     [ https://issues.apache.org/jira/browse/AIRFLOW-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik resolved AIRFLOW-5335.
---------------------------------
    Fix Version/s: 1.10.5
       Resolution: Fixed

> 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)