Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

ChristopherMacGown/fixity-auditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixity-auditor

An auditor for the fixity of AWS S3 and OpenStack Swift objects.

THIS HAS NOT YET BEEN TESTED TO ENSURE IT WORKS

Swift Middleware

To enable the fixity audit middleware for OpenStack Swift, add the following to your proxy.conf file in your swift configuration which is probably in /etc/swift/

[pipeline:main]
pipeline = healthcheck fixity … proxy-server

[filter:fixity]
paste.filter_factory = fixity.swift:fixity_factory

To use the middleware, you will want to add an x-fixity-nonce header to a HEAD request to v1/:account:/:container:/:object:/fixity-check as follows:

curl -i $publicURL/cheesemonger/cave/brie/fixity-check -X HEAD -H "X-Auth-Token: $token" -H "X-Fixity-Nonce: camembert"

About

An auditor for the fixity of AWS S3 and OpenStack Swift objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages