summaryrefslogtreecommitdiff
path: root/go/internal/executable/executable.go
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-08-08 15:49:09 +0800
committerPatrick Bajao <ebajao@gitlab.com>2019-08-08 15:49:09 +0800
commit570ad65f9f4567428ee5214a470a1f97146d58c8 (patch)
treedc01da9252c0acd37966fb53f10a1adbf5e0adf6 /go/internal/executable/executable.go
parentc577eb9ed8bd0336870f7a83302f70821d510169 (diff)
downloadgitlab-shell-570ad65f9f4567428ee5214a470a1f97146d58c8.tar.gz
Implement AuthorizedKeys command181-authorized-keys-check-go
Build this command when `Executable` name is `gitlab-shell-authorized-keys-check`. Feature flag is the same name.
Diffstat (limited to 'go/internal/executable/executable.go')
-rw-r--r--go/internal/executable/executable.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/internal/executable/executable.go b/go/internal/executable/executable.go
index 63f4c90..ef07115 100644
--- a/go/internal/executable/executable.go
+++ b/go/internal/executable/executable.go
@@ -6,6 +6,7 @@ import (
)
const (
+ BinDir = "bin"
GitlabShell = "gitlab-shell"
AuthorizedKeysCheck = "gitlab-shell-authorized-keys-check"
AuthorizedPrincipalsCheck = "gitlab-shell-authorized-principals-check"