feat(studio): optional pinned-key field in the store-add form
Some checks are pending
Security / Security check (push) Waiting to run

The module-store manager's 'Add a store' form gains an optional PEM
public-key field; when set it pins that publisher key to the store
(per-store signing trust). Localized DE/EN.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
flemming-it 2026-06-19 02:54:50 +02:00
parent 762788ea9e
commit 7625509237
7 changed files with 68 additions and 5 deletions

View file

@ -1514,6 +1514,18 @@ abstract class AppLocalizations {
/// **'Add'**
String get storesManagerAddShort;
/// No description provided for @storesManagerPinnedKeyLabel.
///
/// In en, this message translates to:
/// **'Pinned public key — PEM (optional)'**
String get storesManagerPinnedKeyLabel;
/// No description provided for @storesManagerPinnedKeyHint.
///
/// In en, this message translates to:
/// **'Signed modules from this store verify against this key instead of the built-in vendor key. Paste a PEM public key.'**
String get storesManagerPinnedKeyHint;
/// No description provided for @storesManagerNotAvailable.
///
/// In en, this message translates to: