mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-11 17:10:37 +02:00
Due to crawlers hitting one of the repos there it is currently sending out 429's which means that gluebuddy is failing without it. Signed-off-by: Christian Heusel <christian@heusel.eu>
8 lines
379 B
Django/Jinja
8 lines
379 B
Django/Jinja
GLUEBUDDY_GITLAB_TOKEN={{ vault_gitlab_gluebuddy_token }}
|
|
GLUEBUDDY_KEYCLOAK_USERNAME=gluebuddy
|
|
GLUEBUDDY_KEYCLOAK_PASSWORD={{ vault_keycloak_gluebuddy_openid_client_secret }}
|
|
GLUEBUDDY_KEYCLOAK_REALM=archlinux
|
|
GLUEBUDDY_KEYCLOAK_URL=https://accounts.archlinux.org
|
|
GLUEBUDDY_GITLAB_BOT_USERS={{ gitlab_bots|join(',') }}
|
|
GLUEBUDDY_GITLAB_SKIP_PATHS="archlinux/packaging/upstream"
|