workflow icon indicating copy to clipboard operation
workflow copied to clipboard

Workflow issue using store persistent data in AWS S3

Open ghost opened this issue 8 years ago • 1 comments

I tried to setup workflow using store persistent data in AWS S3. I followed the steps from here This is how the custom values.yaml file looks like

global:
  # Set the storage backend
  storage: s3

s3:
  # Your AWS access key. Leave it empty if you want to use IAM credentials.
  accesskey: "xxxx"
  # Your AWS secret key. Leave it empty if you want to use IAM credentials.
  secretkey: "xxxx"
  # Any S3 region
  region: "xx"
  # Your buckets.
  registry_bucket: "registry-xxxx"
  database_bucket: "database-xxxx"
  builder_bucket: "builder-xxxx"

After installing Workflow
helm install deis/workflow --namespace deis -f values.yaml the deis-controller pod is not starting and in logs I'mm getting:

system information:
Django Version: 1.11.3
Python 3.5.2
 Django checks:
System check identified no issues (2 silenced).
 Health Checks:
Checking if database is alive
There was a problem connecting to the database
FATAL:  password authentication failed for user "xxxxx"

ghost avatar Jul 09 '17 18:07 ghost

This issue was moved to teamhephy/workflow#11

Cryptophobia avatar Mar 20 '18 20:03 Cryptophobia