-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"InvalidParameter.RoleArn: The parameter RoleArn is wrongly formed." #1
Comments
在阿里云的官网控制台中:“访问控制” -> “角色管理” -> “角色详情” |
#node index.js |
@cloud-zhao 你的node.js版本太低了,请使用4.x/5.x版本。 |
你好,A simple app server using STS,这个demo我怎么启动不了 |
npm WARN enoent ENOENT: no such file or directory, open 'C:\。。。\package |
git clone https://github.com/rockuw/node-sts-app-server.git
cd node-sts-app-server
npm install
node index.js |
XMLHttpRequest cannot load http://localhost:3000/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. |
var appServer = 'http://localhost:3000'; |
你好,请问RoleArn是什么?怎么填写?
The text was updated successfully, but these errors were encountered: