4.4. Swift에서 사용자 인증
사용자를 인증하려면 헤더에 X-Auth-User
및 X-Auth-Key
가 포함된 요청을 만듭니다.
구문
GET /auth HTTP/1.1 Host: swift.example.com X-Auth-User: johndoe X-Auth-Key: R7UUOLFDI2ZI9PRCQ53K
응답의 예
HTTP/1.1 204 No Content Date: Mon, 16 Jul 2012 11:05:33 GMT Server: swift X-Storage-Url: https://swift.example.com X-Storage-Token: UOlCCC8TahFKlWuv9DB09TWHF0nDjpPElha0kAa Content-Length: 0 Content-Type: text/plain; charset=UTF-8
참고
인증 중에 X-Storage-Url
값을 사용하여 GET
요청을 실행하여 Ceph와 호환되는 서비스에 대한 데이터를 검색할 수 있습니다.
추가 리소스
- Swift 요청 헤더는 Red Hat Ceph Storage Developer Guide 를 참조하십시오.
- Swift 응답 헤더는 Red Hat Ceph Storage Developer Guide 를 참조하십시오.