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
title: tr('vault.errClusterNodeUnresolvedTitle','Cluster node not ready'),
92
+
detail: tr(
93
+
'vault.errClusterNodeUnresolvedDetail',
94
+
"This team key's credential lives on the cluster's central node. The node resolved but the connectivity probe target couldn't be built — usually a transient state.",
95
+
),
96
+
action: tr(
97
+
'vault.errClusterNodeUnresolvedAction',
98
+
'Retry. If it keeps failing, run `aikey use <alias>` to refresh the key, or check control / hub connectivity.',
99
+
),
100
+
};
101
+
}
79
102
if(code==='I_CREDENTIAL_NOT_FOUND'){
80
103
return{
81
104
title: tr('vault.errCredNotFoundTitle','Key not found'),
Copy file name to clipboardExpand all lines: web/src/shared/i18n/locales/en/common.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -569,6 +569,9 @@
569
569
"errProxyNotRunningTitle": "aikey-proxy is not running",
570
570
"errProxyNotRunningDetail": "The probe routes through aikey-proxy. Start the proxy and re-run the test.",
571
571
"errProxyNotRunningActionPrefix": "Start it in a terminal: ",
572
+
"errClusterNodeUnresolvedTitle": "Cluster node not ready",
573
+
"errClusterNodeUnresolvedDetail": "This team key's credential lives on the cluster's central node. The node resolved but the connectivity probe target couldn't be built — usually a transient state.",
574
+
"errClusterNodeUnresolvedAction": "Retry. If it keeps failing, run `aikey use <alias>` to refresh the key, or check control / hub connectivity.",
572
575
"errCredNotFoundTitle": "Key not found",
573
576
"errCredNotFoundDetail": "The vault no longer contains a credential with this alias / id. It may have been deleted in another window.",
574
577
"errCredNotFoundAction": "Refresh the list (top-right button) and try again.",
0 commit comments