Skip to content

Enforce loading secrets from file

Jaime Martinez requested to merge 260-secrets-from-file-only into master

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)

Merge request reports