I installed temporal using helm chart from below link:
helm command was:
#helmstage upgrade --install -f values/values.archival.s3.yaml -f values/values.mysql.yaml temporal-test . -n test
everything was ok and service deployed successfully.
then i updated values/values.archival.s3.yaml as below:
server:
archival:
history:
state: "enabled"
enableRead: true
provider:
s3store:
region: "default"
endpoint: "http://ceph-infra-s3:8080"
s3ForcePathStyle: true
visibility:
state: "enabled"
enableRead: true
provider:
s3store:
region: "default"
endpoint: "http://ceph-infra-s3:8080"
s3ForcePathStyle: true
namespaceDefaults:
archival:
history:
state: "enabled"
URI: "s3://temporal-development"
visibility:
state: "enabled"
URI: "s3://temporal-development"
but i don’t now how and where can i config s3 authentication accesskey and secretkey.
should i create a secret? if yes where can i use the created secret ?