- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试使用 aws node.js sdk 在 OPSWorks 中创建应用程序。
我的存储库位于 bitbucket,并且是私有(private)的。
我想使用 AWS api 和我的账户密码而不是 SSH。
这是代码:
var appParams = {
Name: 'Demo app',
StackId: userData.Stacks.stackId,
Type: 'nodejs',
AppSource: {
Password: '*******',
Type: 'git',
Url: 'https://myUserName@bitbucket.org/myUserName/demofresh.git',
Username: 'myUserName'
}
}
opsworks.createApp(appParams, function(err, data) {
if (err)
callback(err);
else{
console.log(data);
callback(data);
}
});
出于某种原因,我在使用此应用程序运行实例时总是收到此错误。
错误:
---- Begin output of git ls-remote https://myUserName@bitbucket.org/myUserName/demofresh.git HEAD ----
STDOUT:
STDERR: fatal: could not read Password for 'https://myUserName@bitbucket.org': No such device or address
---- End output of git ls-remote https://myUserName@bitbucket.org/myUserName/demofresh.git HEAD ----
Ran git ls-remote https://myUserName@bitbucket.org/myUserName/demofresh.git HEAD returned 128
我还尝试将网址更改为:
Url: 'https://myUserName@bitbucket.org/myUserName/demofresh.git',
但是后来我收到一个错误,它没有用户名字段。
它为什么不读取我提供的密码。
我成功使用了DescribeApps,只是为了确保密码和用户名保存在亚马逊服务器的应用程序中。
那么 AWS API 可能存在问题?
最佳答案
我刚刚遇到了同样的问题,相信我在 AWS OpsWorks 上找到了 RTFM 的解决方案: http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html
在该文档中,它讨论了设置私有(private)存储库并指定不同的存储库连接字符串:
Private repository–Use the SSH read/write format shown in these examples:
- Github repositories: git@github.com:project/repository.
- Repositories on a Git server: user@server:project/repository
所以,我进入 bitbucket,复制我的 SSH 连接字符串并进行如下设置:
git@bitbucket.org:repo_owner/project.git
此外,文档还指出了 git repos 的两个附加设置:
Selecting Git under Source Control displays two additional optional settings:
Repository SSH key
You must specify a deploy SSH key to access private Git repositories. For Git submodules, the specified key must have access to those submodules. For more information, see Using Repository SSH Keys.
Important
The deploy SSH key cannot require a password; AWS OpsWorks has no way to pass it through. Branch/Revision If the repository has multiple branches, AWS OpsWorks downloads the master branch by default. To specify a particular branch, enter the branch name, SHA1 hash, or tag name. To specify a particular commit, enter the full 40-hexdigit commit id.
关于node.js - AWS opsworks createApp api 无法使用通过 bitbucket 提供的密码和用户名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23137262/
我不知道如何使用 CloudFormation 中的 ECS 集群设置 OpsWorks 层。由于以下错误,我的层创建失败,但似乎没有明确的方法将集群注册到模板中的堆栈。我尝试将 EcsCluster
我想使用 Cloud Formation 来创建 OpsWorks 堆栈。 使用 Cloudformation,可以使用以下方式创建 EC2 实例:AWS::EC2::Instance。要将实例添加到
我创建了一个新的 Rails 应用程序并且我这样做了: 我将“sqlite3”gem 更改为“mysql2”并添加了“unicorn”。 我将应用程序推送到 bitbucket 我已经在 OpsWor
假设我们有一个从 github 存储库部署的 laravel 应用程序。 我似乎找不到任何文档说明应用程序源代码在文件系统上的部署位置? 我们在代码中使用 PHP5.5 功能,因此我们的 PHP 应用
是否有人尝试将 Opsworks Chef v11 食谱转换为 Chef v12? 我在 Chef 11 上运行多个堆栈,并决定开始将其中一些堆栈转换为 Chef 12。由于 AWS 放弃了他们的 o
我正在尝试在 amazon opsworks 中运行 rails 控制台,我尝试过: sudo rails console -e production sudo rails console produ
我正在运行Ubuntu 14.04 LTS 64位Rails应用程序,但无法访问我的App环境变量。 在OpsWorks应用程序面板中,设置环境变量,例如: MYKEY: 1234 然后,我再次保存并
我正在开发一个具有许多参数的 cloudformation 模板,例如弹性文件系统的 ID 和 MountTarget 的 DNS。我想从现有资源中检索这些参数,但如果尚未创建它们,我想在模板中创建它
在我的 cloudformation 模板中,我有一个参数可以为空,但使用 Fn::Join 假设一个值,这是示例: "Parameters": { "ConfigureRecipe": {
我有一个 Cloudformation 模板,它通过添加少量资源来修改 Opsworks 堆栈。 Opsworks 堆栈 部署在 eu-west-1 区域,该区域也是 API 端点区域,它显示在堆栈名
如何限制应用程序在 AWS Opsworks 中默认只部署到一层? 我已经从 Github 设置了一个 Webhook 来自动将我的应用程序部署到 Opsworks,但该应用程序在只应部署到一层时却部
我正尝试在 Amazon 的 opsworks 中与 chef 一起设置环境变量。这是为了保留包含换行符的私钥。这没有正确设置,我的 Rails 应用程序的部署由于这个不正确的变量导致的异常而失败。有
我在 AWS 亚马逊上使用 OpsWorks。我已经在其上设置了 node.js 应用程序,当我部署它时,一切都正常工作,但是我的主脚本(server.js)每分钟都会重新启动。代码如下: var d
我正在尝试找出添加 nginx 服务器作为我的 node.js AWS OpsWorks 机器代理的最佳方法。我无法让它工作,因为 Chef/OpsWorks 似乎找不到 Recipe 。这是我的设置
我有一个带有 Node.js 层和 Node.js 应用程序的 Opsworks 堆栈。我想知道是否有人知道我的应用程序的控制台日志在 ubuntu 14.04LTS 实例上的哪个位置被打印到。我知道
我正在尝试使用以下说明书 https://github.com/fnichol/chef-rvm 通过 Amazon OpsWorks 安装 RVM .我希望 rvm 在用户 tomcat6 下运行,
我喜欢 AWS OpsWorks,但我现在面临的一大缺点是启动时间:节点启动速度非常慢。 在我的情况下,对于 t1.micro 实例,我的说明书需要大约 10 分钟才能开始运行(尽管从 EC2 控制台
我是厨师和 AWS OpsWorks 的新手。 我想创建一个自定义说明书,以便在生产中预编译 Assets 并使用每当 gem 设置 cron 作业。 我找到了一些关于预编译 Assets 的东西,我
我正在使用 AWS Opsworks 托管我的 Rails 应用程序 (Ruby 2.0/Rails 3.2)。对于 Assets 编译过程,我使用 AssetSync 将编译后的 Assets 自动
向我的私有(private) github 存储库添加了 RSA 部署 key ,但是当我将其添加到我的 OpsWorks rails 应用程序(将公钥粘贴到“存储库 SSH key ”字段中)并尝试
我是一名优秀的程序员,十分优秀!