Google Secret Manager Integration - Not resolved: no resolver that can handle the secret

As a part of evaluating Google Secret Manager Integration with GitLab SaaS (premium)offering for our organization, we setup a simple pipeline to resolve docker password stored in GCP Secret Manager to have a successful docker login with the resolved credentials. However, the secrets are not getting resolved and pipeline execution is failing

Reference: https://docs.gitlab.com/ee/ci/secrets/gcp_secret_manager.html

Observation

  • During pipeline execution can see “WARNING: Not resolved: no resolver that can handle the secret”
  • At the end pipeline execution is failing i.e the docker login failing due to GCP secret manager not getting resolved.

would like to know is this a known issue or we are missing any steps

(along with Use GCP Secret Manager secrets in GitLab CI/CD | GitLab, for GCP configuration referred GCP Secrets Manager native support: Documentation (#428403 (closed)) · Issues · GitLab.org / GitLab · GitLab as well )

pipeline.log

ci.yaml

Edited by Somesh Nistala