[
https://issues.apache.org/jira/browse/NIFI-14007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Ethier updated NIFI-14007:
-------------------------------
Description:
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"
was:
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"
> 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
>
> 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)