-
Notifications
You must be signed in to change notification settings - Fork 25
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
Administrative API endpoint to list clusters of another project #818
Comments
Thanks for the feature request. |
This would be enough. Deleting (or modifying) any resources using admin token is not currently planned. |
Ok great, so @jknipper if you could take a look at this it would be 💯 |
this would be very helpful. in additional it would be very useful if kubernikus can store the creator userid. |
As administrator, I'd like to have an API endpoint to list clusters of some other project in a region.
It would be something similar to
/api/v1/clusters
, but accepting OpenStack project id e.g. as path parameter/api/v1/{account}/clusters
, and returning clusters of the project specified. Optionally, there could also be an endpoint returning all clusters in a region.This might be useful when e.g. collecting resources of different projects using administrative user.
The text was updated successfully, but these errors were encountered: