Skip to content
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

terraform providfer does not work if api minio is running via proxy on port 443 #536

Open
sor88 opened this issue Nov 1, 2023 · 1 comment

Comments

@sor88
Copy link

sor88 commented Nov 1, 2023

terraform providfer does not work if api minio is running via proxy on port 443.

When I use the proxy address (traefik) as a minio_server I get an error:

│ Error: [FATAL] unable to create bucket (state-terraform-s3): The specified bucket does not exist.

│ with minio_s3_bucket.state_terraform_s3,
│ on buckets.tf line 1, in resource "minio_s3_bucket" "state_terraform_s3":
│ 1: resource "minio_s3_bucket" "state_terraform_s3" {

if you use a direct host specifying port 9000, then it works. I would like to use it in a cluster through a proxy. what to do?

@BuJo
Copy link
Collaborator

BuJo commented Nov 20, 2023

Mostly this happens, if the proxy does not behave as expected. #99 would help with that.
Does it work when you use mc (the minio client) with exactly the same configuration with the exact same network topology?

Also have a look if you're using SSL or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants