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
It doesn't seem that objstorage supports IAM instance profiles. With deis workflow v2.5.0 installed via helmc dockerbuilder fails with an access denied message from S3 when trying to deploy via git:
I've now changed it to add credentials, but it had region, builder-bucket, database-bucket, registry-bucket all set, and "accesskey: null", "secretkey: null".
Now that I've set accesskey and secretkey (leaving the other settings unchanged) and everything is working as intended. Previously some parts of deis worked but dockerbuilder didn't.
It doesn't seem that objstorage supports IAM instance profiles. With deis workflow v2.5.0 installed via helmc dockerbuilder fails with an access denied message from S3 when trying to deploy via git:
https://github.com/deis/dockerbuilder/blob/master/rootfs/deploy.py#L91
The tar file it is trying to download had been successfully uploaded to the bucket, so the S3 IAM profile system is working elsewhere in deis.
The text was updated successfully, but these errors were encountered: