You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: