MXS-3051: Show connection TLS cipher

This tells the user whether a session is using TLS or not. Currently, only
the client TLS cipher is shown in MaxCtrl as the backend ciphers require
additional formatting.
This commit is contained in:
Markus Mäkelä
2020-08-28 12:16:17 +03:00
parent ebdb9655e6
commit 63a050bd7a
3 changed files with 16 additions and 1 deletions

View File

@ -208,6 +208,11 @@ const session_fields = [
path: 'attributes.idle',
description: 'How long the session has been idle, in seconds'
},
{
name: 'Client TLS Cipher',
path: 'attributes.client.cipher',
description: 'Client TLS cipher'
},
{
name: 'Connections',
path: 'attributes.connections[].server',