| Crates.io | boundary-api |
| lib.rs | boundary-api |
| version | 0.0.1-alpha.2 |
| created_at | 2020-10-15 09:25:46.294053+00 |
| updated_at | 2020-10-16 05:04:46.940385+00 |
| description | Rust client for Hashicorp Boundary |
| homepage | |
| repository | https://github.com/tjtelan/boundary-api-rs |
| max_upload_size | |
| id | 299941 |
| size | 38,531 |
Rust client for Hashicorp Boundary
Incomplete implementation - Not for ready for production!
These assume running Boundary server running in dev mode
# Start Boundary in dev mode in another terminal window
$ boundary dev
$ cargo run --example auth-dev-mode
Response { url: "http://127.0.0.1:9200/v1/auth-methods/ampw_1234567890:authenticate", status: 200, headers: {"cache-control": "no-store", "content-type": "application/json", "date": "Thu, 15 Oct 2020 22:27:06 GMT", "content-length": "525"} }