Skip to content

Commit 83c82d1

Browse files
authored
patch: HSM support for private certificates
1 parent 7c359ad commit 83c82d1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ A Python client library to interact with the [IBM Cloud® Secrets Manager APIs](
1919

2020
## Overview
2121

22-
The IBM Cloud Secrets Manager Python SDK allows developers to programmatically interact with the following IBM Cloud
23-
services:
22+
The IBM Cloud Secrets Manager Python SDK allows developers to programmatically interact with the following IBM Cloud services:
2423

2524
| Service name | Imported class name |
2625
|------------------------------------------------------------------|----------------------|
@@ -51,13 +50,9 @@ easy_install --upgrade "ibm-secrets-manager-sdk"
5150

5251
Secrets Manager uses token-based Identity and Access Management (IAM) authentication.
5352

54-
With IAM authentication, you supply an API key that is used to generate an access token. Then, the access token is
55-
included in each API request to Secrets Manager. Access tokens are valid for a limited amount of time and must be
56-
regenerated.
53+
With IAM authentication, you supply an API key that is used to generate an access token. Then, the access token is included in each API request to Secrets Manager. Access tokens are valid for a limited amount of time and must be regenerated.
5754

58-
Authentication for this SDK is accomplished by
59-
using [IAM authenticators](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md#authentication). Import
60-
authenticators from `ibm_cloud_sdk_core.authenticators`.
55+
Authentication for this SDK is accomplished by using [IAM authenticators](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md#authentication). Import authenticators from `ibm_cloud_sdk_core.authenticators`.
6156

6257
### Examples
6358

0 commit comments

Comments
 (0)