Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
added vault types (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarri authored Jun 18, 2022
1 parent 9bbeae0 commit 64b384f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/Concepts/Nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ includes the configuration to [connect to the JSON-RPC node proxy](../Tutorials/
When connected to the JSON-RPC node proxy, QKM intercepts the following methods for performing remote transaction signing:

- [`eea_sendTransaction`](https://entethalliance.github.io/client-spec/spec.html#sec-eea-sendTransaction)
- [`eth_accounts`](https://eth.wiki/json-rpc/API#eth_accounts)
- [`eth_sendTransaction`](https://eth.wiki/json-rpc/API#eth_sendtransaction)
- [`eth_accounts`](https://ethereum.github.io/execution-apis/api-documentation/)
- [`eth_sendTransaction`](https://ethereum.github.io/execution-apis/api-documentation/)
([the GoQuorum version](https://docs.goquorum.consensys.net/en/latest/Reference/API-Methods/#eth_sendtransaction) is also supported.)
- [`eth_sign`](https://eth.wiki/json-rpc/API#eth_sign)
- [`eth_signTransaction`](https://eth.wiki/json-rpc/API#eth_signtransaction)
- [`eth_sign`](https://ethereum.github.io/execution-apis/api-documentation/)
- [`eth_signTransaction`](https://ethereum.github.io/execution-apis/api-documentation/)
3 changes: 2 additions & 1 deletion docs/HowTo/Use-Manifest-File/Store.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ QKM supports the following store interfaces:

Use the following fields to configure one or more [vaults](../../Concepts/Stores.md#vault):

- `kind`: *string* - Vault
- `kind`: *string* - vault
- `type`: *string* - supported vault types are `hashicorp`, `azure`, and `aws`
- `name`: *string* - identifier of the vault
- `allowed_tenants`: *array* of *strings* - (optional) list of allowed tenants for this store when using
[resource-based access control](../../Concepts/Authorization.md#resource-based-access-control)
Expand Down

0 comments on commit 64b384f

Please sign in to comment.