feat: federation panel + Dart SDK federation methods (0.70.0)
Some checks failed
Security / Security check (push) Failing after 2s
Some checks failed
Security / Security check (push) Failing after 2s
A new 'Föderation' destination (primary side) lists connected satellites — name, region, version, wire version, advertised capabilities — and adds them in one step: 'Add satellite' issues a single-use bootstrap token bundled with the primary CA as a ready-to-paste satellite config (the bundled CA makes the first connect tamper-proof). Localized EN + DE, in-app help doc. Uses the new HubService.listSatellites / issueSatelliteToken wrapping the SDK's federation methods. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
b35bbc1b12
commit
d0cfa5df05
12 changed files with 815 additions and 4 deletions
|
|
@ -1597,5 +1597,38 @@
|
|||
"endpoint": {"type": "String"}
|
||||
}
|
||||
},
|
||||
"hubUnreachableOpenSettings": "Open Settings"
|
||||
"hubUnreachableOpenSettings": "Open Settings",
|
||||
"navFederation": "Federation",
|
||||
"federationTitle": "Federation",
|
||||
"federationReloadTooltip": "Reload satellites",
|
||||
"federationAddSatellite": "Add satellite",
|
||||
"federationEmptyTitle": "No satellites connected",
|
||||
"federationEmptyHint": "Connect another hub as a satellite to run capabilities on it. Issue an enrollment token to get started.",
|
||||
"federationPillConnected": "connected",
|
||||
"federationRegionNone": "no region",
|
||||
"federationCapabilities": "{count} advertised capabilities",
|
||||
"@federationCapabilities": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
}
|
||||
},
|
||||
"federationAddDialogTitle": "Issue an enrollment token",
|
||||
"federationNameLabel": "Satellite name",
|
||||
"federationIssueButton": "Issue",
|
||||
"federationIssueFailed": "Could not issue token: {error}",
|
||||
"@federationIssueFailed": {
|
||||
"placeholders": {
|
||||
"error": {"type": "String"}
|
||||
}
|
||||
},
|
||||
"federationEnrollmentTitle": "Enroll {name}",
|
||||
"@federationEnrollmentTitle": {
|
||||
"placeholders": {
|
||||
"name": {"type": "String"}
|
||||
}
|
||||
},
|
||||
"federationTokenLabel": "Bootstrap token (single use)",
|
||||
"federationConfigLabel": "Satellite config (paste into the satellite)",
|
||||
"federationCopied": "Copied to clipboard",
|
||||
"federationEnrollmentHint": "Hand the token to the satellite operator over a secure channel. The bundled CA makes the satellite's first connect tamper-proof."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue