diff options
author | Patrick Bajao <ebajao@gitlab.com> | 2019-08-08 15:49:09 +0800 |
---|---|---|
committer | Patrick Bajao <ebajao@gitlab.com> | 2019-08-08 15:49:09 +0800 |
commit | 570ad65f9f4567428ee5214a470a1f97146d58c8 (patch) | |
tree | dc01da9252c0acd37966fb53f10a1adbf5e0adf6 /go/internal/executable/executable.go | |
parent | c577eb9ed8bd0336870f7a83302f70821d510169 (diff) | |
download | gitlab-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.go | 1 |
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" |