问题标签 [iron.io]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
80 浏览

docker - Iron.io set up getting 404 Not Found on `iron register` step

I am working through the iron.io getting started guide here: http://dev.iron.io/worker/getting_started/

I am at the step:

The docker push command works as intended, but when I run iron register USERNAME/hello:0.0.1 I get the following response:

Why it is returning 404 Not Found?

I notice that the project name is not written in the command line response, I think it could be related but I don't know where to update that.

0 投票
1 回答
86 浏览

iron.io - 项目代币和用户代币的区别 - 需要澄清

我想确保我对用户令牌和项目令牌概念的理解是正确的。

  • 当我以管理员身份使用 API 并使用用户令牌进行身份验证时,我可以对我有权访问的项目执行任何操作。
  • 当我使用 API 并使用项目令牌进行身份验证时,我可以对该特定项目执行任何操作

我对吗?提前致谢。

PS。我试图找到一些关于用户角色的文档,但我失败了。您能否澄清一下您在 Iron.io 中支持的用户角色的相关权限是什么?