连接到 GCP 以从秘密管理器获取秘密时出错,但不知何故它对我不起作用。
运行应用程序时出现错误:
没有 org.springframework.cloud.gcp.secretmanager.SecretManagerTemplate 类型的合格 bean
我正在使用如下 SecretManagerTemplate 来获取秘密:
secretManagerTemplate.getSecretString(keyName);
细节:
- Spring Boot 版本:2.1.8
- Spring Cloud 版本:Greenwich.RELEASE
- Spring Cloud GCP 版本 1.2.5.RELEASE
注意:我不想升级 Spring Boot 版本。
请帮忙。