OpenStack Python Novaclient 不需要身份验证

发布于 2025-01-04 08:55:46 字数 444 浏览 1 评论 0原文

我在 RHEL6 上使用 OpenStack Diablo 以及 GridDynamics 的软件包。

一切似乎都适用于 EC2 api,但是当使用 python-novaclient 时,系统只允许访问任何 api 命令,而不管提供的身份验证如何。

请参阅 https://github.com/masom/ Puck/blob/master/server/plugins/virtualization/nova.py#L42

我没有使用 Keystone 进行身份验证(等待 essex 发布)。

为什么 nova 盲目地允许任何人发出 api 命令,而不考虑提供的身份验证数据?

I'm using OpenStack Diablo on RHEL6 with packages from GridDynamics.

Everything seems to work with the EC2 api, but when using python-novaclient, the system just allow access to any api commands regardless of the authentication provided.

See https://github.com/masom/Puck/blob/master/server/plugins/virtualization/nova.py#L42

I am not using Keystone for authentication (Waiting for essex to be released).

Why is nova blindly allowing anyone to issue api commands regardless of the authentication data provided?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

趁年轻赶紧闹 2025-01-11 08:55:46

结果 /etc/nova/api-paste.ininoauthec2noauth

通过更改 noauth 移动到已弃用的身份验证(不使用 keystone) code>noauth 到 auth 做到了。

Turns out /etc/nova/api-paste.ini had noauth and ec2noauth

Moving to the deprecated auth (not using keystone) by changing noauth to auth did it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文