Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
koko
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
koko
Commits
1f0b2c54
Unverified
Commit
1f0b2c54
authored
Dec 05, 2019
by
Eric_Lee
Committed by
GitHub
Dec 05, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #166 from jumpserver/session
[Update] 增加create session参数
parents
b5a217ef
5606f2a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
switch.go
pkg/proxy/switch.go
+14
-11
No files found.
pkg/proxy/switch.go
View file @
1f0b2c54
...
...
@@ -210,17 +210,20 @@ func (s *SwitchSession) MapData() map[string]interface{} {
dataEnd
=
s
.
DateEnd
}
return
map
[
string
]
interface
{}{
"id"
:
s
.
ID
,
"user"
:
fmt
.
Sprintf
(
"%s (%s)"
,
s
.
p
.
User
.
Name
,
s
.
p
.
User
.
Username
),
"asset"
:
s
.
p
.
Asset
.
Hostname
,
"org_id"
:
s
.
p
.
Asset
.
OrgID
,
"login_from"
:
s
.
p
.
UserConn
.
LoginFrom
(),
"system_user"
:
s
.
p
.
SystemUser
.
Username
,
"protocol"
:
s
.
p
.
SystemUser
.
Protocol
,
"remote_addr"
:
s
.
p
.
UserConn
.
RemoteAddr
(),
"is_finished"
:
s
.
finished
,
"date_start"
:
s
.
DateStart
,
"date_end"
:
dataEnd
,
"id"
:
s
.
ID
,
"user"
:
fmt
.
Sprintf
(
"%s (%s)"
,
s
.
p
.
User
.
Name
,
s
.
p
.
User
.
Username
),
"asset"
:
s
.
p
.
Asset
.
Hostname
,
"org_id"
:
s
.
p
.
Asset
.
OrgID
,
"login_from"
:
s
.
p
.
UserConn
.
LoginFrom
(),
"system_user"
:
s
.
p
.
SystemUser
.
Username
,
"protocol"
:
s
.
p
.
SystemUser
.
Protocol
,
"remote_addr"
:
s
.
p
.
UserConn
.
RemoteAddr
(),
"is_finished"
:
s
.
finished
,
"date_start"
:
s
.
DateStart
,
"date_end"
:
dataEnd
,
"user_id"
:
s
.
p
.
User
.
ID
,
"asset_id"
:
s
.
p
.
Asset
.
ID
,
"system_user_id"
:
s
.
p
.
SystemUser
.
ID
,
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment