Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api security #67

Merged
merged 9 commits into from
Jul 16, 2019
2 changes: 2 additions & 0 deletions DevReadMe.md
Original file line number Diff line number Diff line change
@@ -87,6 +87,8 @@ Most configuration parameters are provided to the the agent at startup. Refer to
| `--genesis-transactions` | `--genesis-transactions {"reqSignature":{},"txn":{"data":{"d... <snip>` | Specifies the genesis transactions to use to connect to an Hyperledger Indy ledger. | `false` |
| `--genesis-url` | `--genesis-url https://example.com/genesis` | Specifies the url from which to download the genesis transaction data. For example, the [Sovrin Network genesis transactions](https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_live_genesis). | `false` |
| `--admin` | `--admin 0.0.0.0 5050` | Specifies the host and port on which to run the administrative server. If not provided, no admin server is made available. | `false` |
| `--admin-insecure-mode` | `--admin-insecure-mode` | Instructs the agent to run the admin web server in insecure mode. The admin server will be publicly available to anyone who has access to the interface. | `false` |
| `--admin-api-key` | `--admin-api-key abc123` | Instructs the agent to protect all admin endpoints with the provided API key. The API must be pass in the header `X-API-Key: <api key>`. | `false` |
| `--debug` | `--debug` | Enables a remote debugging service that can be accessed using [ptvsd](https://github.com/Microsoft/ptvsd). The framework will wait for the debugger to connect at start-up. | `false` |
| `--debug-connections` | `--debug-connections` | Enables additional logging of connection information. | `false` |
| `--accept-invites` | `--accept-invites` | Instructs the agent to automatically accept invites. | `false` |