mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-12-25 06:04:53 +00:00
Update requirements for GCS IAM Role for Platform Source & Destination Connectors (#2637)
To test: > cd docs && make html Changelogs: * added a note to have **Storage Object Viewer** IAM Role for the GCS source connector. * added a note to have **Storage Object Creator** IAM Role for the GCS destination connector.
This commit is contained in:
parent
e5fab217be
commit
9cbede37bd
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
||||
## 0.12.7-dev0
|
||||
|
||||
### Enhancements
|
||||
|
||||
### Features
|
||||
|
||||
### Fixes
|
||||
|
||||
* **Clarify IAM Role Requirement for GCS Platform Connectors**. The GCS Source Connector requires Storage Object Viewer and GCS Destination Connector requires Storage Object Creator IAM roles.
|
||||
|
||||
## 0.12.6
|
||||
|
||||
### Enhancements
|
||||
|
||||
@ -27,4 +27,6 @@ Step-by-Step Guide
|
||||
- ``Remote URL`` (*required*): Enter the Google Cloud Storage bucket URL where the data will be stored.
|
||||
- ``Service Account Key`` (*required*): Provide the Service Account Key that has been granted access to the specified Google Cloud Storage bucket.
|
||||
|
||||
- Note: the ``Service Account Key`` must have the **Storage Object Creator** role at minimum to ensure proper access permissions. Please refer to `GCS IAM documentation <https://cloud.google.com/storage/docs/access-control/iam>`__.
|
||||
|
||||
4. **Submit**. Review all the details entered to ensure accuracy. Click 'Submit' to finalize the creation of the Destination Connector. The newly completed Google Cloud Storage connector will be listed on the Destinations dashboard.
|
||||
|
||||
@ -28,6 +28,8 @@ Step-by-Step Guide
|
||||
- ``Remote URL`` (*required*): Specify the gs:// URL pointing to your Google Cloud Storage bucket and path.
|
||||
- ``Service Account Key`` (*required*): Enter the JSON content of a Google Service Account Key that has the necessary permissions to access the specified bucket.
|
||||
|
||||
- Note: the ``Service Account Key`` must have the **Storage Object Viewer** role at minimum to ensure proper access permissions. Please refer to `GCS IAM documentation <https://cloud.google.com/storage/docs/access-control/iam>`__.
|
||||
|
||||
4. **Additional Settings**
|
||||
|
||||
- Check ``Uncompress archives`` if the data to be ingested is compressed and requires uncompression.
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "0.12.6" # pragma: no cover
|
||||
__version__ = "0.12.7-dev0" # pragma: no cover
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user