add user filter

basic sanity check to prevent anybody from registering and running a
cryptominer or similar BS in CI.

note:
any new users in need of access to CI are encouraged to leave us a PR
with appropriate changes to this config line for review
This commit is contained in:
surtur 2022-03-20 21:11:29 +01:00
parent 9a671da53b
commit c6acd44ffe
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -12,6 +12,7 @@ DRONE_SERVER_PROTO=https
DRONE_GIT_ALWAYS_AUTH=true
DRONE_STARLARK_ENABLED=true
DRONE_JSONNET_ENABLED=false
DRONE_USER_FILTER=wanderer,dalahast,dotya.ml,kreyren,FunTom,ShutUpMeg,VeronikaMacku,corvin,Moonchild,2EEEB,renovate-bot
DRONE_DATABASE_SECRET=${DRONE_DATABASE_SECRET}
DRONE_CRON_INTERVAL=10m
DRONE_LOGS_PRETTY=true