Skip to content

Instantly share code, notes, and snippets.

Created June 25, 2014 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/eb6880e973b2baf12066 to your computer and use it in GitHub Desktop.
Save anonymous/eb6880e973b2baf12066 to your computer and use it in GitHub Desktop.
When i use this command :
swift -A http://94.23.34.79:8080/auth/v1.0 -U system:root -K
testpass stat
I have this error message :
Account HEAD failed: http://94.23.34.79:8080/v1/AUTH_system 401 Unauthorized
My proxy-server.conf :
[DEFAULT]
bind_port = 8080
workers = 8
user = swift
[pipeline:main]
pipeline = healthcheck proxy-logging cache tempauth proxy-logging proxy-server
[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true
[filter:proxy-logging]
use = egg:swift#proxy_logging
[filter:tempauth]
use = egg:swift#tempauth
user_system_root = testpass .adminm
user_dano_authot = authot .admin
[filter:healthcheck]
use = egg:swift#healthcheck
[filter:cache]
use = egg:swift#memcache
memcache_servers = 94.23.34.79:11211
I dont understand why , anyone can help me ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment