juju / charmstore

The charm store server.
http://gopkg.in/juju/charmstore.v5
GNU Affero General Public License v3.0
15 stars 37 forks source link

Permission denied using charm push #853

Closed jcsackett closed 5 years ago

jcsackett commented 5 years ago

On a jenkins job that publishes charms for release, we're seeing the following failure:

++ /snap/bin/charm push /var/lib/jenkins/workspace/livepatch-server-charm/charm-output/xenial/livepatch-health 'cs:~yellow/xenial/livepatch-health'
ERROR cannot post archive: cannot put archive blob: open 2a0100cf484eff84-bc98b165ca3fff56: permission denied

We've logged charm out on the machine and deleted go-cookies, and logged back in. The problem persists.

mhilton commented 5 years ago

This indicates that charmstore is having trouble authenticating with swift. I presume this is similar to #818.

mhilton commented 5 years ago

This was fixed by fixing the deployment scripts.