-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor changes to documentation, spell-check and apply suggestion from…
… grammarly, add a cspell file
- Loading branch information
Showing
8 changed files
with
66 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"words": [ | ||
"cloudkms", | ||
"dpkg", | ||
"ecadlabs", | ||
"Grafana", | ||
"jevonearth", | ||
"keybase", | ||
"kubernetes", | ||
"libedit", | ||
"libusb", | ||
"libyubihsm", | ||
"lsusb", | ||
"Polychain", | ||
"realpath", | ||
"secp", | ||
"Tacoinfra's", | ||
"Tezos", | ||
"Tezzigator's", | ||
"unencrypted", | ||
"XPOST", | ||
"Yubi", | ||
"Yubico", | ||
"yubihsm" | ||
], | ||
"ignoreRegExpList": [ | ||
"KT1[a-zA-Z0-9]{33}", | ||
"o[a-zA-Z0-9]{50}", | ||
"tz[1-3][a-zA-Z0-9]{33}", | ||
"B[LMK][a-zA-Z0-9]{49}", | ||
"[\"':][a-zA-Z0-9]{54}[\"':]", | ||
" [a-zA-Z0-9]{54}\n", | ||
"[\"':]p2sig[a-zA-Z0-9]{93}[\"':]" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ The goal of the Signatory service is to make key management as secure as possibl | |
|
||
Security and convenience are often opposed, but we hope to make it easier for the community to manage their keys in an adequately secure manner. | ||
|
||
By supporting multiple Cloud KMS/HSM systems, we hope to help the network from centralization on a particular Cloud offering. In the first year of the Tezos network operation, there's anecdotal evidence that many bakers run on AWS. AWS is a superb provider, but concentrating nodes on one cloud vendor centralizes the network’s underlying infrastructure, which is not desirable. | ||
By supporting multiple Cloud KMS/HSM systems, we hope to help the network from centralization on a particular Cloud offering. In the first year of the Tezos network operation, there was anecdotal evidence that many bakers run on AWS. AWS is a superb provider, but concentrating nodes on one cloud vendor centralizes the network’s underlying infrastructure, which is not desirable. | ||
|
||
Observability is a first-class concern. Signatory allows for rich reporting and alerting capabilities. It exposes metrics about its operation via Prometheus metrics, enabling teams to set up robust monitoring of their critical infrastructure and allowing operators to see historical trends, signing volumes, errors and latencies. Users can report feature requests, security issues, or bug reports can via the Github project page: | ||
github.com/ecadlabs/signatory or via email to [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module.exports = { | ||
someSidebar: { | ||
Start: ['start', 'filebased', 'yubihsm', 'azure_kms'], | ||
Start: ['start', 'file_based', 'yubihsm', 'azure_kms'], | ||
}, | ||
}; |