summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-11-15 21:03:26 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2016-11-16 10:04:22 +0000
commit37c07d2f1c90b12bcfba85a7d900f81a7c362eb4 (patch)
treec2571cf4a617d56b4c201b0dfe21fdda7e312080 /Makefile-tests.am
parent4b7ab5167cbb14b7a925f361bb464affecd2fd5b (diff)
downloadostree-37c07d2f1c90b12bcfba85a7d900f81a7c362eb4.tar.gz
pull: Add support for `http-headers` option
Some deployments may want to gate access to content based on things like OAuth. In this model, the client system would normally compute a token and pass it to the server via an API. We could theoretically support this in the remote config too, but that'd be a bit weird for OAuth as the information is dynamic. Therefore this cleans up the code a little bit to more clearly handle the case that the fetcher is initialized from both remote config data plus pull options. Closes: #574 Approved by: giuseppe
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 6c2301ce..2160cd55 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -46,6 +46,7 @@ dist_test_scripts = \
tests/test-archivez.sh \
tests/test-remote-add.sh \
tests/test-remote-cookies.sh \
+ tests/test-remote-headers.sh \
tests/test-remote-gpg-import.sh \
tests/test-commit-sign.sh \
tests/test-export.sh \