From 0e2fae09109a12de8331dae006912fbe38c800b5 Mon Sep 17 00:00:00 2001 From: Haytham Abuelfutuh Date: Wed, 6 Apr 2022 14:18:27 -0700 Subject: [PATCH] Separate Signed url config (#390) * Update flytestdlib to pickup the separate signedUrl config change Signed-off-by: Haytham Abuelfutuh * Update to released version Signed-off-by: Haytham Abuelfutuh --- flyteadmin_config.yaml | 7 +++++-- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/flyteadmin_config.yaml b/flyteadmin_config.yaml index 6b57bfb41d..875b842e91 100644 --- a/flyteadmin_config.yaml +++ b/flyteadmin_config.yaml @@ -117,12 +117,15 @@ Logger: storage: type: minio connection: - access-key: minioadmin + access-key: minio auth-type: accesskey - secret-key: minioadmin + secret-key: miniostorage disable-ssl: true endpoint: "http://localhost:9000" region: my-region + signedUrl: + stowConfigOverride: + endpoint: http://localhost:30084 cache: max_size_mbs: 10 target_gc_percent: 100 diff --git a/go.mod b/go.mod index 01aaeadc6e..209559ba97 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/flyteorg/flyteidl v0.24.10 github.com/flyteorg/flyteplugins v0.10.16 github.com/flyteorg/flytepropeller v0.16.36 - github.com/flyteorg/flytestdlib v0.4.17 + github.com/flyteorg/flytestdlib v0.4.20 github.com/flyteorg/stow v0.3.1 github.com/ghodss/yaml v1.0.0 github.com/go-gormigrate/gormigrate/v2 v2.0.0 diff --git a/go.sum b/go.sum index f56cf1eb58..6deaa3ee1b 100644 --- a/go.sum +++ b/go.sum @@ -367,8 +367,8 @@ github.com/flyteorg/flytepropeller v0.16.36 h1:5uE8JsutrPVyLVrRJ8BgvhZUOmTBFkEkn github.com/flyteorg/flytepropeller v0.16.36/go.mod h1:DGCjQSRp8VYOBH56aQyAZfNf1Vgh+GNpwQL7uhottYM= github.com/flyteorg/flytestdlib v0.3.13/go.mod h1:Tz8JCECAbX6VWGwFT6cmEQ+RJpZ/6L9pswu3fzWs220= github.com/flyteorg/flytestdlib v0.4.13/go.mod h1:fv1ar34LJLMTaf0tbfetisLykUlARi7rP+NQTUn6QQs= -github.com/flyteorg/flytestdlib v0.4.17 h1:C/Q0vcQNlEdX1p0TZyOZOqjSB30Sd5gqBQsuMGUQqmA= -github.com/flyteorg/flytestdlib v0.4.17/go.mod h1:GsZJqXrtgSIb5D3i75+Ud+1ufdPVEwvQegNdo22DPMo= +github.com/flyteorg/flytestdlib v0.4.20 h1:ehRk6YSdXhv5E5xtijXxIeVs7vFSlWGjvKvp+A2vzW0= +github.com/flyteorg/flytestdlib v0.4.20/go.mod h1:OOYar6yVopFcMIkXDtghmRfjcWxASC+a0ge2m6arLHw= github.com/flyteorg/stow v0.3.1 h1:cBMbWl03Gsy5KoA5mutUYTuYpqtT7Pb8+ANGCLnmFEs= github.com/flyteorg/stow v0.3.1/go.mod h1:HBld7ud0i4khMHwJjkO8v+NSP7ddKa/ruhf4I8fliaA= github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=