Might this be the issue: https://ask.openstack.org/en/question/3664/when-i-use-swift-to-perform-a-head-i-am-getting-401-unauthorized/ On Tue, Sep 10, 2013 at 9:55 PM, Mahardhika <mahardika.gilang at andalabs.com>wrote: > Hi, following this guide > http://docs.openstack.org/developer/swift/development_saio.html#partition-section > i am stuck at step 14 = Check that you can GET account: curl -v -H > 'X-Auth-Token: <token-from-x-auth-token-above>' > <url-from-x-storage-url-above> > > *I run this command* > #curl -v -H 'X-Auth-Token: AUTH_tkebd882e8ac094a08a1842811e025f2a8' > http://127.0.0.1:8080/v1/AUTH_swift > and get > =============== > ** About to connect() to 127.0.0.1 port 8080 (#0)** > *** Trying 127.0.0.1...** > *** Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)** > **> GET /v1/AUTH_swift HTTP/1.1** > **> User-Agent: curl/7.29.0** > **> Host: 127.0.0.1:8080** > **> Accept: */*** > **> X-Auth-Token: AUTH_tkebd882e8ac094a08a1842811e025f2a8** > **>** > **< HTTP/1.1 401 Unauthorized** > **< Content-Length: 131** > **< Content-Type: text/html; charset=UTF-8** > **< Date: Wed, 11 Sep 2013 04:53:35 GMT** > **<** > *** Connection #0 to host 127.0.0.1 left intact* > =========== > > *Why i get unauthorized?** > **this my proxy-server.conf* > > *[DEFAULT]** > **#cert_file = /etc/swift/cert.crt** > **#key_file = /etc/swift/cert.key** > **bind_port = 8080** > **#bind_port = 443** > **workers = 8** > **user = swift** > **log_facility = LOG_LOCAL1** > **eventlet_debug = true** > ** > **[pipeline:main]** > **pipeline = healthcheck cache tempauth proxy-logging proxy-server** > ** > **[app:proxy-server]** > **use = egg:swift#proxy** > **allow_account_management = true** > **account_autocreate = true** > ** > **[filter:tempauth]** > **use = egg:swift#tempauth** > **user_admin_admin = admin .admin .reseller_admin** > **user_test_tester = testing .admin** > **user_test2_tester2 = testing2 .admin** > **user_test_tester3 = testing3** > **#user_system_root = testpass .admin > https://$PROXY_LOCAL_NET_IP:8080/v1/AUTH_system** > **user_swift_swift = pass .admin** > ** > **[filter:healthcheck]** > **use = egg:swift#healthcheck** > ** > **[filter:cache]** > **use = egg:swift#memcache** > **#memcache_servers = $PROXY_LOCAL_NET_IP:11211** > ** > **[filter:proxy-logging]** > **use = egg:swift#proxy_logging** > * > Please help me out > thanks > > -- > Regards, > Mahardhika Gilang > > > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack at lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130911/93ea8e80/attachment.html>