docs: fix typo adr-006-secret-store-replacement.md (#18610)

This commit is contained in:
0xbasar
2023-12-02 10:40:54 +00:00
committed by GitHub
parent 753b5f008f
commit 9d086f82f9
@@ -21,7 +21,7 @@ We are seeking solution that provides a common abstraction layer to the many dif
We recommend replacing the current Keybase backend based on LevelDB with [Keyring](https://github.com/99designs/keyring) by 99 designs. This application is designed to provide a common abstraction and uniform interface between many secret stores and is used by AWS Vault application by 99-designs application.
This appears to fulfill the requirement of protecting both key material and metadata from rouge software on a users machine.
This appears to fulfill the requirement of protecting both key material and metadata from rogue software on a users machine.
## Status