ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
Put the package under your project folder and add the following to Cargo.toml
under [dependencies]
:
openapi = { path = "./generated" }
All URIs are relative to http://localhost
Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- ApiApi | decisions | get /decisions | Access Control Decision API ApiApi | getrule | get /rules/{id} | Retrieve a rule *ApiApi* | getversion | get /version | Get service version ApiApi | getwellknownjsonwebkeys | get /.well-known/jwks.json | Lists cryptographic keys *ApiApi* | isinstancealive | get /health/alive | Check alive status *ApiApi* | isinstanceready | get /health/ready | Check readiness status *ApiApi* | listrules | get /rules | List all rules
To get access to the crate's generated documentation, use:
cargo doc --open
hi@ory.am