From f727cae5761d5d04c111a7da21098904cb6fe8ea Mon Sep 17 00:00:00 2001 From: Brook Elgie Date: Thu, 31 Jan 2019 14:18:16 +0000 Subject: [PATCH] Add note to README about basic auth and the badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5741ab0f..068e2e41 100644 --- a/README.md +++ b/README.md @@ -1677,6 +1677,8 @@ http://localhost:5000/badge/collection/path_to/pipelines/ ![](https://img.shields.io/badge/pipelines-not%20found-lightgray.svg) +Note that these badge endpoints will always be exposed regardless of `DPP_BASIC_AUTH_PASSWORD` and `DPP_BASIC_AUTH_USERNAME` settings. + ## Integrating with other services Datapackage-pipelines can call a predefined webhook on any pipeline event. This might allow for potential integrations with other applications.