authorization.inc: new header file to keep track of authorize users
This commits aims to make it easier the control/maintenance of
authorized users in the Open CI jobs.
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I2d5e2d141f031376bb63f5868df07992926b7493
diff --git a/authorization.yaml.inc b/authorization.yaml.inc
new file mode 100644
index 0000000..ed0eb06
--- /dev/null
+++ b/authorization.yaml.inc
@@ -0,0 +1,15 @@
+ anonymous:
+ - job-discover
+ - job-read
+ - job-extended-read
+ - job-workspace
+ lsandov1:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ fboudra:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel