Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Update cloud-minio to minio and reset hmac
Browse files Browse the repository at this point in the history
The address changed due to the arkade app installation method.

Resets HMAC to enabled

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Dec 15, 2020
1 parent 454addc commit 72abfb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example.init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ customers_url: "https://raw.githubusercontent.com/openfaas/openfaas-cloud/master
### Build logs from buildkit are stored in S3
### Defaults to in-cluster deployment of Minio. AWS S3 is also possible
s3:
s3_url: cloud-minio.openfaas.svc.cluster.local:9000
s3_url: minio.openfaas.svc.cluster.local:9000
s3_region: us-east-1
s3_tls: false
s3_bucket: pipeline
Expand Down
4 changes: 2 additions & 2 deletions templates/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ functions:
role: openfaas-system
com.openfaas.scale.zero: false
environment:
validate_hmac: false
validate_hmac: true
write_debug: true
read_debug: true
validate_customers: true
Expand All @@ -35,7 +35,7 @@ functions:
role: openfaas-system
com.openfaas.scale.zero: false
environment:
validate_hmac: false
validate_hmac: true
read_timeout: 10s
write_timeout: 10s
write_debug: true
Expand Down

0 comments on commit 72abfb4

Please sign in to comment.