boundary-api

Crates.ioboundary-api
lib.rsboundary-api
version0.0.1-alpha.2
sourcesrc
created_at2020-10-15 09:25:46.294053
updated_at2020-10-16 05:04:46.940385
descriptionRust client for Hashicorp Boundary
homepage
repositoryhttps://github.com/tjtelan/boundary-api-rs
max_upload_size
id299941
size38,531
T.J. Telan (tjtelan)

documentation

https://docs.rs/boundary-api

README

boundary-api

Crates.io docs.rs license Github actions build status

Rust client for Hashicorp Boundary

Incomplete implementation - Not for ready for production!

Examples

These assume running Boundary server running in dev mode

# Start Boundary in dev mode in another terminal window
$ boundary dev

Auth to Boundary server in dev mode

$ 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"} }
Commit count: 7

cargo fmt