[
https://issues.apache.org/jira/browse/NIFI-14007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-14007:
------------------------------------
Fix Version/s: 2.1.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Add ACL Identities to GCS Processors
> ------------------------------------
>
> Key: NIFI-14007
> URL: https://issues.apache.org/jira/browse/NIFI-14007
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Alex Ethier
> Assignee: Alex Ethier
> Priority: Major
> Fix For: 2.1.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The ListGCSBucket and FetchGCSObject can benefit from including the file's
> ACL identities and roles.
> Files on GCS have different ACLs that provide accounts with either OWNER,
> WRITER, or READER access. Having these ACLs shown in the FlowFile attributes
> will be useful. The following FlowFile attributes can be added if there are
> any ACLs that exist for the role:
> * gcs.acl.owner
> * gcs.acl.writer
> * gcs.acl.reader
> The FlowFile values can be a comma delimited list of entities, either the
> email, domain, or project ID, depending on the type of entity that has
> access. An example would be gcs.acl.owner:
> "[email protected],19374536,domain.com"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)