From cf03e89ed1b63f763dab88b60d6e9148e2f70b19 Mon Sep 17 00:00:00 2001 From: Jaime Martinez Date: Tue, 21 Apr 2020 17:00:21 +1000 Subject: 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` --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index db328895..7c50688b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ shared/pages/.update /gitlab-pages /vendor +/gitlab-pages-config # Used by the makefile /.GOPATH -- cgit v1.2.3