You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/selectors.ts
+20-14Lines changed: 20 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,18 @@ export const Components = {
36
36
37
37
TLSCACertFile: {
38
38
label: 'TLS/SSL Root Certificate File',
39
-
placeholder: 'If the selected TLS/SSL mode requires a server root certificate, provide the path to the file here.',
39
+
placeholder:
40
+
'If the selected TLS/SSL mode requires a server root certificate, provide the path to the file here.',
40
41
},
41
42
TLSClientCertFile: {
42
43
label: 'TLS/SSL Client Certificate File',
43
-
placeholder: 'To authenticate with an TLS/SSL client certificate, provide the path to the file here. Be sure that the file is readable by the user executing the grafana process.',
44
+
placeholder:
45
+
'To authenticate with an TLS/SSL client certificate, provide the path to the file here. Be sure that the file is readable by the user executing the grafana process.',
44
46
},
45
47
TLSClientKeyFile: {
46
48
label: 'TLS/SSL Client Key File',
47
-
placeholder: 'To authenticate with a client TLS/SSL certificate, provide the path to the corresponding key file here. Be sure that the file is only readable by the user executing the grafana process.'
49
+
placeholder:
50
+
'To authenticate with a client TLS/SSL certificate, provide the path to the corresponding key file here. Be sure that the file is only readable by the user executing the grafana process.',
48
51
},
49
52
50
53
Timeout: {
@@ -59,18 +62,20 @@ export const Components = {
59
62
},
60
63
TlsMode: {
61
64
label: 'TLS/SSL Mode',
62
-
tooltip: 'This option determines whether or with what priority a secure TLS/SSL TCP/IP connection will be negotiated with the server',
63
-
placeholder: "TLS/SSL Mode"
65
+
tooltip:
66
+
'This option determines whether or with what priority a secure TLS/SSL TCP/IP connection will be negotiated with the server. For QuestDB Cloud, use "require". For self-hosted QuestDB, use "disable".',
67
+
placeholder: 'TLS/SSL Mode',
64
68
},
65
69
TlsMethod: {
66
70
label: 'TLS/SSL Method',
67
-
tooltip: 'This option determines how TLS/SSL certifications are configured. Selecting '+
68
-
'"File system path" will allow you to configure certificates by specifying paths to existing '+
69
-
'certificates on the local file system where Grafana is running. Be sure that the file is '+
70
-
'readable by the user executing the Grafana process. '+
71
-
'Selecting "Certificate content" will allow you to configure certificates by specifying its '+
72
-
'content. The content will be stored encrypted in Grafana\'s database.',
73
-
placeholder: 'TLS/SSL Method'
71
+
tooltip:
72
+
'This option determines how TLS/SSL certifications are configured. Selecting '+
73
+
'"File system path" will allow you to configure certificates by specifying paths to existing '+
74
+
'certificates on the local file system where Grafana is running. Be sure that the file is '+
75
+
'readable by the user executing the Grafana process. '+
76
+
'Selecting "Certificate content" will allow you to configure certificates by specifying its '+
77
+
"content. The content will be stored encrypted in Grafana's database.",
78
+
placeholder: 'TLS/SSL Method',
74
79
},
75
80
SecureSocksProxy: {
76
81
label: 'Enable Secure Socks Proxy',
@@ -89,7 +94,8 @@ export const Components = {
89
94
MaxConnectionLifetime: {
90
95
label: 'Max lifetime',
91
96
placeholder: '14400',
92
-
tooltip: 'The maximum amount of time (in seconds) a connection may be reused. If set to 0, connections are reused forever.',
97
+
tooltip:
98
+
'The maximum amount of time (in seconds) a connection may be reused. If set to 0, connections are reused forever.',
0 commit comments