Skip to content
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

Floating IP create by non-admin fails when pool is specified #5508

Closed
david-crespo opened this issue Apr 11, 2024 · 0 comments · Fixed by #5660
Closed

Floating IP create by non-admin fails when pool is specified #5508

david-crespo opened this issue Apr 11, 2024 · 0 comments · Fixed by #5660
Assignees
Milestone

Comments

@david-crespo
Copy link
Contributor

This permission check fails when the pool is specified. I think we should check a different permission, but it's conceivable we should instead change the permissions on this resource.

let pool = match pool {
Some(pool) => Some(
self.ip_pool_lookup(opctx, &pool)?
.lookup_for(authz::Action::Read)
.await?
.0,
),
None => None,
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants