Skip to content
Snippets Groups Projects
Commit 46ecd288 authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Merge branch 'feature/GONRG-580-fix-legal-config' into 'integration-master'

GONRG-580 change the way legal get it config bucket

Closes GONRG-580

See merge request go3-nrg/platform/security-and-compliance/legal!4
parents 2501cf0a d4c93d1e
No related branches found
No related tags found
6 merge requests!68Integration tests for Google Cloud Run (GONRG-1016),!57Wip unique backed name across gcp mykola zamkovyi,!56Readme for gcp (GONRG-838),!51Publish CICD Community for Legal GONRG-636,!50Wip unique backed name across gcp mykola zamkovyi,!42Unify logic for credentials (GONRG-539)
......@@ -68,7 +68,7 @@ public class StorageReaderImpl implements IStorageReader {
}
private String getTenantBucketName() {
return this.tenantInfo.getName() + "-" + BUCKET_NAME;
return this.tenantInfo.getProjectId() + "-" + this.tenantInfo.getName() + "-" + BUCKET_NAME;
}
}
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