【发布时间】:2016-05-14 09:50:40
【问题描述】:
我正在尝试将 AWS CodeCommit 存储库与 spring 云配置一起使用。我已经设法让它与 SSH 一起工作。但我想使用 https 而不是 SSH。 AWS 建议使用凭证助手。有谁知道如何配置 spring config cloud 以使用凭证助手?我看过AWS CodeCommit HTTPS access without setting up credential helper 但是还没有答案,我想知道spring cloud config中是否有办法做到这一点。
【问题讨论】:
-
你是如何设法在 Spring Cloud Config 中使用 aws codecommit 和 SSH 的?我正在使用该属性:spring.cloud.config.server.git.uri=ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/
,但它总是出错USERAUTH 失败
标签: spring amazon-web-services spring-cloud aws-codecommit