Skip to content

Connection to Redis must be protected by password(GONRG-6141)

Rustam Lotsmanenko (EPAM) requested to merge gcp-password-cache 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?

Redis connection service doesn't allow to use passwords in the GCP module.

What is the new/expected behavior?

It is possible to configure redies clients with passwords.

Merge request reports