-
Notifications
You must be signed in to change notification settings - Fork 75
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
Errors messages do not include full message from server. #99
Comments
Indeed it would make debugging much easier. My example:
|
It'll helpful to debug, I have no problem using this provider to create an user on a minio docker, but with minio deployed on k8s and a ingress-nginx, I have this error message |
I have similar problem with kubernetes #112 |
Test it without nginx-ingress, and it works fine, so problem really is in ingress controller |
Agreed, I'll close this issue. |
In my case the problem was in TLS provider configuration. This provider sets
|
It works with this option |
It works for me with this option (Minio on k3s cluster behind nginx ingress) |
I tried creating a used and just got:
This is not very helpful, it would be better if the complete response or at least the first e.g. 80 chars would be printed.
Maybe I used the wrong URL or my authentication was wrong (doesn't matter here, the issue is not abount my config mistake just about the error messsage.
I'm using aminueza/minio-1.2.0 with terraform 0.14.7
The text was updated successfully, but these errors were encountered: