问题描述
我正在尝试将AWS CodeCommit存储库与Spring Cloud配置一起使用。我设法使其与SSH一起使用。但是我想使用https而不是SSH。 AWS建议使用凭证助手。有谁知道如何配置spring config cloud以使用凭据助手?我查看了但是还没有答案,我想知道春季云配置中是否有某种方法可以做到这一点。
I am trying to use AWS CodeCommit repository with spring cloud config. I have managed to get it working with SSH. But I would like to use https instead of SSH. AWS suggest to use credential helper. Does anyone know how can I configure spring config cloud to use credential helper? I have looked AWS CodeCommit HTTPS access without setting up credential helper But there is no answer yet and I was wondering if there is some way in spring cloud config to do it.
推荐答案
类似问题和解决方案的副本已发布在此处。
Duplication of a similar question and solution is posted there.AWS CodeCommit HTTPS access without setting up credential helper
这篇关于如何使用AWS CodeCommit作为Spring Cloud Config的存储库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!