summaryrefslogtreecommitdiff
path: root/internal/command/commandargs/shell.go
diff options
context:
space:
mode:
authorIgor Drozdov <idrozdov@gitlab.com>2022-11-24 11:55:00 +0100
committerIgor Drozdov <idrozdov@gitlab.com>2022-11-24 11:55:00 +0100
commite50d6d0b6206e37fb5e0d19eae4a3688ddb28ba2 (patch)
tree3eb4703195ca1867ee501ab08f3742cf6f50a924 /internal/command/commandargs/shell.go
parent9d97161d4e5dc155f0760d019d92257ed38e7546 (diff)
downloadgitlab-shell-e50d6d0b6206e37fb5e0d19eae4a3688ddb28ba2.tar.gz
Draft: Kerberos changes for testing purposes
Diffstat (limited to 'internal/command/commandargs/shell.go')
-rw-r--r--internal/command/commandargs/shell.go13
1 files changed, 7 insertions, 6 deletions
diff --git a/internal/command/commandargs/shell.go b/internal/command/commandargs/shell.go
index 0b1e161..616d7e3 100644
--- a/internal/command/commandargs/shell.go
+++ b/internal/command/commandargs/shell.go
@@ -26,12 +26,13 @@ var (
)
type Shell struct {
- Arguments []string
- GitlabUsername string
- GitlabKeyId string
- SshArgs []string
- CommandType CommandType
- Env sshenv.Env
+ Arguments []string
+ GitlabUsername string
+ GitlabKeyId string
+ GitlabKrb5Principal string
+ SshArgs []string
+ CommandType CommandType
+ Env sshenv.Env
}
func (s *Shell) Parse() error {