Skip to content

Publish changes from Storage (GONRG-1476)

Artem Dobrynin (EPAM) requested to merge gcp-fix-config-for-gcs into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Currently, we do not have an ability to access GCS as a service account. The only possible behaviour is to log in as the user, so there were some issues connected with that.

What is the new/expected behavior?

Added ability to switch on and off impersonalization (access GCS with current user or with service account)

Have you added/updated Unit Tests and Integration Tests?

Updated tests for Google Cloud Storage

Any other useful information

This Merge Request should be merged after core-lib-gcp changes (link)

Merge request reports