-
Notifications
You must be signed in to change notification settings - Fork 72
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
This 'admin' API is not supported by server in 'mode-server-fs' #116
Comments
I encountered the same error using same code From access log at minio backend
I am not sure but I think it's related to using an old |
As I cannot reproduce this, I'll close the issue for now to keep the ticket load a little lower. If there's more information and it's still a problem with the current code, don't hesitate to open a new issue referencing this one. |
@BuJo Still running into this issue. I'm using the
|
Allright, since it can be reproduced with the new release, let's reopen this. Thanks for reporting! |
I investigated. According to minio/console#863 and related issues, this is seems to be simply something that the server cannot do when running in this mode. And the terraform adapter cannot provide a workaround for missing server functionality. Is there something other than the already present error message we could do to help users tripping up on that @pinpox @Lykos153 or @AMKamel ? |
I couldn't find anyway to workaround this but using minio/mc cli client to do this, and I have to do that using Only creating bucket is possible using either terraform or minio provider, you can't creates users, policies at all when using minio |
@AMKamel Could you write up how you're using the mc cli in detail to add users in I mean, if the server tells the client that it is unwilling to perform, the client shouldn't be able to do this. But, the |
I am using it like this
|
any updates please? I got the same issue with VERSION2020-12-23T02:24:12Z |
When I try to create a new user using this provider, I get the following error:
I understand that some features are not available when using
mode-server-fs
. However, I have no problem creating users via the commandline usingmc admin user ...
.So what am I missing?
The text was updated successfully, but these errors were encountered: