summaryrefslogtreecommitdiff
path: root/internal/sshd/sshd.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/sshd/sshd.go')
-rw-r--r--internal/sshd/sshd.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/sshd/sshd.go b/internal/sshd/sshd.go
index fbb5052..3be5cae 100644
--- a/internal/sshd/sshd.go
+++ b/internal/sshd/sshd.go
@@ -198,6 +198,7 @@ func (s *Server) handleConn(ctx context.Context, nconn net.Conn) {
channel: channel,
gitlabKeyId: sconn.Permissions.Extensions["key-id"],
gitlabKrb5Principal: sconn.Permissions.Extensions["krb5principal"],
+ gitlabUsername: sconn.Permissions.Extensions["gitlab-username"],
remoteAddr: remoteAddr,
started: time.Now(),
}