Skip to content

Commit

Permalink
fix: go-cloud-lib: core ids calculation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Nov 16, 2023
1 parent ec95999 commit 389b18a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloud-functions/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
cloud.google.com/go/storage v1.30.1
github.com/lithammer/dedent v1.1.0
github.com/rs/zerolog v1.29.1
github.com/weka/go-cloud-lib v0.0.0-20231006121009-3448341a9126
github.com/weka/go-cloud-lib v0.0.0-20231115081329-03cf27317ed2
google.golang.org/api v0.121.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/protobuf v1.30.0
Expand Down
4 changes: 2 additions & 2 deletions cloud-functions/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/weka/go-cloud-lib v0.0.0-20231006121009-3448341a9126 h1:rD0GfrEXDfbsPVdupVdIJ8Q7GUBAe+DLzM4H2f5chig=
github.com/weka/go-cloud-lib v0.0.0-20231006121009-3448341a9126/go.mod h1:lT0kVeV0d4HznnITUHbHN6JunpqyL4q9McAYr78YNm4=
github.com/weka/go-cloud-lib v0.0.0-20231115081329-03cf27317ed2 h1:GHRkOfC5IEY90qA8Mc3fNmk7AKuZFeJLlGFCiWxjp4s=
github.com/weka/go-cloud-lib v0.0.0-20231115081329-03cf27317ed2/go.mod h1:YHY0pO/SZJ8vJLuIk3f6/cVQsOOSAdcFhsWrCtoWmAY=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo=
Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mount -t wekafs "$lb_url/$FILESYSTEM_NAME" $MOUNT_POINT
curl -m 70 -X POST "${local.terminate_cluster_uri}" \
-H "Authorization:bearer $(gcloud auth print-identity-token)" \
-H "Content-Type:application/json" \
-d '{"name":"${var.cluster_name}"}'
-d '{"name":"CLUSTER_NAME"}'
################################# get weka password secret login ############################################
Expand Down

0 comments on commit 389b18a

Please sign in to comment.