docs: mark encrypted secret storage complete
This commit is contained in:
parent
8cb4416a8f
commit
958bfaa102
|
|
@ -320,8 +320,9 @@ secrets.write-ui
|
||||||
Текущий статус: platform contract defines the draft `secret-store`,
|
Текущий статус: platform contract defines the draft `secret-store`,
|
||||||
`secrets.read-ui`, and `secrets.write-ui` capabilities plus dangerous
|
`secrets.read-ui`, and `secrets.write-ui` capabilities plus dangerous
|
||||||
`secrets.read` / `secrets.write` permissions in the SDK manifest contract.
|
`secrets.read` / `secrets.write` permissions in the SDK manifest contract.
|
||||||
Encrypted local storage and the official UI-only Secrets plugin are still
|
Desktop core now has a local AES-GCM secret store that keeps secret IDs and
|
||||||
future work.
|
values out of plaintext files. The official UI-only Secrets plugin and
|
||||||
|
workspace secret references are still future work.
|
||||||
|
|
||||||
## 11. `official.templates`
|
## 11. `official.templates`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -188,7 +188,7 @@ notes or plain files.
|
||||||
Tasks:
|
Tasks:
|
||||||
|
|
||||||
- [x] define secret-store capability and permissions;
|
- [x] define secret-store capability and permissions;
|
||||||
- implement encrypted local secret storage;
|
- [x] implement encrypted local secret storage;
|
||||||
- add UI-only official secrets plugin;
|
- add UI-only official secrets plugin;
|
||||||
- integrate secret references with workspaces without exposing raw values to
|
- integrate secret references with workspaces without exposing raw values to
|
||||||
unrelated plugins.
|
unrelated plugins.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue