You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
(K8s 1.4.8)
I update the storage and S3 section with helm inspect values deis/workflow | sed -n '1!p' > deis-values.yaml and use the updated file to start my cluster.
S3 permissions errors when starting
registry:
boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden
<?xml version="1.0" encoding="UTF-8"?><Error><Code>InvalidAccessKeyId</Code><Message>The AWS Access Key Id you provided does not exist in our records.</Message><AWSAccessKeyId></AWSAccessKeyId><RequestId>1671A70DD29DC9DC</RequestId><HostId>0swvmNcpCG3jwdTDDxJVLb7rtYdNda3mDC5zSXD726liYjFeKMpTN+11nvGM8GUPi78sOgAGiqg=</HostId></Error>
database:
server started
wal_e.main ERROR MSG: AWS Access Key credential is required but not provided
HINT: Pass "--aws-access-key-id" or set the environment variable "AWS_ACCESS_KEY_ID".
STRUCTURED: time=2017-01-23T23:27:19.399328-00 pid=101
I have been using the s3 permissions successfully with helmc installs with deis-workflow 2.x since June 2016.
I am able to run s3 queries with the aws cli on the kubernetes nodes hosting the two failing deis components.
The text was updated successfully, but these errors were encountered:
can you file a report over at deis/postgres along with your logs, a sample values.yaml, the output of kubectl -n deis get po <my-postgres-pod> -o yaml so we can take a look? Thanks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(K8s 1.4.8)
I update the storage and S3 section with
helm inspect values deis/workflow | sed -n '1!p' > deis-values.yaml
and use the updated file to start my cluster.S3 permissions errors when starting
registry:
database:
I have been using the s3 permissions successfully with helmc installs with deis-workflow 2.x since June 2016.
I am able to run s3 queries with the aws cli on the kubernetes nodes hosting the two failing deis components.
The text was updated successfully, but these errors were encountered: