You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/12/03 12:43:25 UTC

[kibble] 07/07: auth is required for these, really

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit d0215f962f417654b75c53e46b9019ce46cf56b4
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Dec 3 13:43:02 2017 +0100

    auth is required for these, really
---
 api/yaml/sourcetypes.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/api/yaml/sourcetypes.yaml b/api/yaml/sourcetypes.yaml
index 97dd6f9..8ad82bd 100644
--- a/api/yaml/sourcetypes.yaml
+++ b/api/yaml/sourcetypes.yaml
@@ -12,6 +12,7 @@ github:
     description: "This is GitHub repositories with issues and pull requests. For non-GitHub repos, please use the plain 'git' source type"
     regex: "https://github.com/.+/.+"
     example: "https://github.com/apache/kibble.git"
+    authrequired: true
     optauth:
         - username
         - password
@@ -25,6 +26,7 @@ jira:
     description: "This is a JIRA project. It requires a user account with read credentials to operate optimally."
     regex: "https://.+/browse/[A-Z0-9-]+"
     example: "https://issues.apache.org/jira/browse/ZEST"
+    authrequired: true
     optauth:
         - username
         - password    
@@ -42,6 +44,7 @@ ponymail:
     description: "A Pony Mail archive - add lists one by one. Requires a session cookie to operate optimally."
     regex: "https?://.+/list.html?.+@.+"
     example: "https://lists.apache.org/list.html?dev@spamassassin.apache.org"
+    authrequired: true
     optauth:
         - cookie
 

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.