Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. curl -v -i http://ceph-admin-dcurtiss/auth -X GET -H "X-Auth-User: hive_cache:swift" -H "X-Auth-Key: QFAMEDSJP5DEKJO0DDXY"
  2. * About to connect() to ceph-admin-dcurtiss port 80 (#0)
  3. * Trying 10.2.37.29...
  4. * connected
  5. * Connected to ceph-admin-dcurtiss (10.2.37.29) port 80 (#0)
  6. > GET /auth HTTP/1.1
  7. > User-Agent: curl/7.26.0
  8. > Host: ceph-admin-dcurtiss
  9. > Accept: */*
  10. > X-Auth-User: hive_cache:swift
  11. > X-Auth-Key: QFAMEDSJP5DEKJO0DDXY
  12. >
  13. < HTTP/1.1 403 Forbidden
  14. HTTP/1.1 403 Forbidden
  15. < Date: Tue, 03 Jun 2014 23:33:58 GMT
  16. Date: Tue, 03 Jun 2014 23:33:58 GMT
  17. < Server: Apache/2.2.22 (Ubuntu)
  18. Server: Apache/2.2.22 (Ubuntu)
  19. < Accept-Ranges: bytes
  20. Accept-Ranges: bytes
  21. < Content-Length: 23
  22. Content-Length: 23
  23. < Content-Type: application/json
  24. Content-Type: application/json
  25.  
  26. <
  27. {"Code":"AccessDenied"}* Connection #0 to host ceph-admin-dcurtiss left intact
  28. * Closing connection #0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement