Enforce loading secrets from file
Passing secrets via command line is not allowed anymore.
A config file should be used instead. The default filename is
gitlab-pages-config
. The following command line options will
throw an error and prevent pages from running if set explicitly:
-auth-client-id
-auth-client-secret
-auth-secret
Pages MR for #260 (closed)