mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
This is a simple client library for version V1 of the Cloud Key Management Service (KMS) API. It provides: - A client object that connects to the HTTP/JSON REST endpoint for the service. - Ruby objects for data structures related to the service. - Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts. - Control of retry, pagination, and timeouts.
7 lines
396 B
Text
7 lines
396 B
Text
This is a simple client library for version V1 of the Cloud Key Management
|
|
Service (KMS) API. It provides:
|
|
- A client object that connects to the HTTP/JSON REST endpoint for the service.
|
|
- Ruby objects for data structures related to the service.
|
|
- Integration with the googleauth gem for authentication using OAuth, API keys,
|
|
and service accounts.
|
|
- Control of retry, pagination, and timeouts.
|