问题描述
我正在Amazon AWS中的Elastic Beanstalk上运行NodeJS应用程序。此应用程序依赖项包括私有 GitLab存储库。
"dependencies": {
...
"company.infrastructure": "git+https://gitlab.com/company/company-infrastructure.git"
},
在我的本地环境中,一切正常,因为我已使用凭据登录到GitLab。 但是,在Elastic Beanstalk应用程序上,我无法设置凭据使其正常工作。部署过程运行npm install时,出现“访问被拒绝”错误。
有人知道如何在我的Elastic Beanstalk应用程序中设置GitLab凭据吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)