Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-04-21 10:00:21 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2020-05-08 15:06:07 +0300
commitcf03e89ed1b63f763dab88b60d6e9148e2f70b19 (patch)
treecc91addcd016dffddffb5c3b868f590ae7be2eec /.gitignore
parent2d9fda6b31bc405ddace566aba650ff79ebe061e (diff)
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`
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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