-
Notifications
You must be signed in to change notification settings - Fork 325
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
Python admin api #829
Comments
It is not possible yet, we may do it in the future but not for now. |
@harshavardhana thanks for the answer...is it documented somewhere? I wouldn't mind to implement it by myself |
@harshavardhana Thanks! I'll close this then |
Hey, @ruiztulio... Did you end up implementing this? We implemented something in that sense here https://big-mama-tech.gitlab.io/bmc/. Would this API suit you? No external libraries, provided you have the It's still a prototype for our work for https://iko.ai and does not yet completely match @harshavardhana Is this on the roadmap? |
This is correct usage.
No @jhadjar |
Hi. @jhadjar that was very helpful though is there anyway to use |
@jhadjar Hi, sorry for reaching you so late, but I did not implement it, actually a few months ago revisited the thread and started using bmc, just works great so far! Cheers! |
Hi, @ThyMakra ... Sorry I missed your reply. Yes, I'll implement it and bump the version to Do you want to do things like I'll notify you when it's done. |
@jhadjar Where is the code for bmc stored? The Gitlab links don't work. |
Hi, @djmattyg007... The homepage on PyPI should be this: https://big-mama-tech.gitlab.io/bmc You can install it with |
@jhadjar That's a link to the documentation. Where is the code repository? And now that I'm thinking about it, what is the license? PyPI just says "other". |
I can't use software without a license. I wasn't able to find a license in the tarball, and everything else (PyPI, setup.py, etc) doesn't indicate anything other than "Proprietary". This could mean anything at all. |
@djmattyg007 I understand. |
This comment has been minimized.
This comment has been minimized.
@jhadjar I can't find code repository. Gitlab link raises 404. Where is the code repository? |
https://github.com/minio/minio-py/blob/master/minio/minioadmin.py I think this is a good one. |
Hi, is it possible to access the admin api via the python package? I don't find it in the documetation neither the code (probbably not looking in the right place).
I'm trying to write an app that uses minio. The users, groups and policies will be managed from there. I know I can do it using minio client, but it'd be nice to handle everything from the api itself
If there is no way to do it from the minio-py package, the admin api is documented anywhere? I could only find the mc
Thanks for the work dedicated to this package btw!
The text was updated successfully, but these errors were encountered: