Skip to content

Remove logic of actAs pub-sub-indexer-queue service account (GONRG-3013)

Rustam Lotsmanenko (EPAM) requested to merge gcp-remove-logic-of-act-as into master

Description:

Instead of issuing new token that will be injected in cloud task request, just reuse token that came from pubsub. This token must be authorized at indexer service. Update Readme.md

Changes include:

  • Refactor (a non-breaking change that improves code maintainability).
  • Bugfix (a non-breaking change that solves an issue).
  • New feature (a non-breaking change that adds functionality).
  • Breaking change (a change that is not backward-compatible and/or changes current functionality).

Changes in:

  • GCP

Merge request reports