Update ingestion processors to use config system

This commit is contained in:
Omer Farooq
2020-08-29 15:34:09 +12:00
parent 314eeb31d7
commit dd3963093d
11 changed files with 187 additions and 24 deletions
+20
View File
@@ -13,6 +13,26 @@ backend:
database:
client: sqlite3
connection: ':memory:'
ingestionProcessors:
githubApi:
privateToken:
$secret:
env: GITHUB_PRIVATE_TOKEN
bitbucketApi:
userName:
$secret:
env: BITBUCKET_USERNAME
appPassword:
$secret:
env: BITBUCKET_APP_PASSWORD
gitlabApi:
privateToken:
$secret:
env: GITLAB_PRIVATE_TOKEN
azureApi:
privateToken:
$secret:
env: AZURE_PRIVATE_TOKEN
# See README.md in the proxy-backend plugin for information on the configuration format
proxy: