saferwall/saferwall

The Access Key Id you provided does not exist in our records

MinhKMA opened this issue · 3 comments

i have a problem with access key id. My value.yaml using minio

{"level":"info","ts":1669712869.3553703,"caller":"aggregator/main.go:42","msg":"loading prod configuration from /saferwall/conf","version":"1.0.0"}
{"level":"error","ts":1669712869.3753703,"caller":"aggregator/main.go:31","msg":"failed to run the server: The Access Key Id you provided does not exist in our records.","version":"1.0.0","stacktrace":"main.main\n\t/go/src/saferwall/aggregator/cmd/services/aggregator/main.go:31\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:255"}

Hello @MinhKMA

Can you please show me the content of your:
https://github.com/saferwall/saferwall/blob/main/deployments/saferwall/files/aggregator.toml

I updated the aggregator recently, so you need to do fetch the latest version from main:

  1. git checkout main && git pull
  2. do a helm upgrade

If you need further assistance, let me know.

i switched to local and redeloyment. My pod return error log:

{"level":"info","ts":1669718875.9028165,"caller":"orchestrator/main.go:42","msg":"loading prod configuration from /saferwall/conf","version":"1.0.0"}
{"level":"error","ts":1669718875.9034054,"caller":"orchestrator/main.go:31","msg":"failed to run the server: mkdir : no such file or directory","version":"1.0.0","stacktrace":"main.main\n\t/go/src/saferwall/orchestrator/cmd/services/orchestrator/main.go:31\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:255"}

This should be fixed now, you need to upgrade the helm release and probably delete the minio secret before doing the upgrade. Feel free to open if the issue persists.