Skip to content

Fix GCP performance issue(GONRG-5617)

Rustam Lotsmanenko (EPAM) requested to merge gcp-fix-performance into master

Type of change

  • Bug Fix
  • Feature

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?

On each request, search-gcp will request user groups via entitlements.

What is the new/expected behavior?

Search-gcp will request user groups via entitlements in the beginning, but then will store the response in cache and use it.

Edited by Rustam Lotsmanenko (EPAM)

Merge request reports