Git Product home page Git Product logo

Comments (8)

selfuryon avatar selfuryon commented on August 16, 2024 2

In my case the problem was in TLS provider configuration. This provider sets minio_ssl to false by default, so it was the reason of weird message outputs and not working apply.
Needs to set minio_ssl to true for tls/ssl

provider "minio" {
  ...
  minio_ssl    = true
}

from terraform-provider-minio.

ntdt avatar ntdt commented on August 16, 2024 1

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
Error: Failed to parse server response: invalid character '<' looking for beginning of value. so my focus is on ingress-nginx.

from terraform-provider-minio.

selfuryon avatar selfuryon commented on August 16, 2024 1

Test it without nginx-ingress, and it works fine, so problem really is in ingress controller

from terraform-provider-minio.

toabi avatar toabi commented on August 16, 2024

Indeed it would make debugging much easier. My example:

module.minio.minio_iam_user.my_user: Creating...

Error: Failed to parse server response: invalid character '<' looking for beginning of value.

  on modules/minio/configuration.tf line 6, in resource "minio_iam_user" "my_user":
   6: resource "minio_iam_user" "my_user" {

from terraform-provider-minio.

selfuryon avatar selfuryon commented on August 16, 2024

I have similar problem with kubernetes #112

from terraform-provider-minio.

ntdt avatar ntdt commented on August 16, 2024

Agreed, I'll close this issue.

from terraform-provider-minio.

ntdt avatar ntdt commented on August 16, 2024

In my case the problem was in TLS provider configuration. This provider sets minio_ssl to false by default, so it was the reason of weird message outputs and not working apply.
Needs to set minio_ssl to true for tls/ssl

provider "minio" {
  ...
  minio_ssl    = true
}

It works with this option minio_ssl = true

from terraform-provider-minio.

enmanuelmoreira avatar enmanuelmoreira commented on August 16, 2024

It works for me with this option minio_ssl = true

(Minio on k3s cluster behind nginx ingress)

from terraform-provider-minio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.