Skip to content
Snippets Groups Projects
Commit fea99d14 authored by Rustam Lotsmanenko (EPAM)'s avatar Rustam Lotsmanenko (EPAM)
Browse files

update gcp docs

parent a1fadc15
No related branches found
No related tags found
Loading
Pipeline #100385 canceled
......@@ -413,6 +413,9 @@ curl -L -X PATCH 'https://dev.osdu.club/api/partition/v1/partitions/opendes' -H
MinIO (or any other supported by OBM)
#### Per-tenant buckets configuration
For each private tenant:
These buckets must be defined in tenants’ dedicated object store servers. OBM connection properties of these servers (url, etc.) are defined as specific properties in tenants’ PartitionInfo registration objects at the Partition service as described in accordant sections of this document.
<table>
......@@ -428,4 +431,21 @@ These buckets must be defined in tenants’ dedicated object store servers. OBM
<td>ListObjects, CRUDObject
</td>
</tr>
</table>
For shared tenant only:
<table>
<tr>
<td>Bucket Naming template
</td>
<td>Permissions required
</td>
</tr>
<tr>
<td>&lt;PartitionInfo.projectId><strong>-system-schema</strong>
</td>
<td>ListObjects, CRUDObject
</td>
</tr>
</table>
\ No newline at end of file
......@@ -65,6 +65,8 @@ It can be overridden by:
## GCS configuration <a name="ObjectStoreConfig"></a>
For each private tenant:
At Google cloud storage should be created bucket:
<table>
......@@ -82,6 +84,25 @@ At Google cloud storage should be created bucket:
</tr>
</table>
For shared tenant only:
At Google cloud storage should be created bucket:
<table>
<tr>
<td>Bucket Naming template
</td>
<td>Permissions required
</td>
</tr>
<tr>
<td>&lt;PartitionInfo.projectId><strong>-system-schema</strong>
</td>
<td>ListObjects, CRUDObject
</td>
</tr>
</table>
## Google cloud service account configuration :
TBD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment