Skip to content

Commit

Permalink
Separate Signed url config (flyteorg#390)
Browse files Browse the repository at this point in the history
* Update flytestdlib to pickup the separate signedUrl config change

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update to released version

Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
EngHabu authored Apr 6, 2022
1 parent 068dd75 commit 0e2fae0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions flyteadmin_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 0e2fae0

Please sign in to comment.