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

Workflow issue using store persistent data in AWS S3 #839

Open
ghost opened this issue Jul 9, 2017 · 1 comment
Open

Workflow issue using store persistent data in AWS S3 #839

ghost opened this issue Jul 9, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 9, 2017

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"
@Cryptophobia
Copy link

This issue was moved to teamhephy/workflow#11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant