Skip to content

Commit

Permalink
Merge pull request #103 from IBM/hsm-release
Browse files Browse the repository at this point in the history
patch: HSM support for private certificates
  • Loading branch information
ydekel6 authored Aug 5, 2024
2 parents 38b1e54 + c77c1c0 commit 392ba0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ Secrets Manager uses token-based Identity and Access Management (IAM) authentica

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.

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 `com.ibm.cloud.sdk.core.security`.
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 `com.ibm.cloud.sdk.core.security`.

### Examples

Expand Down

0 comments on commit 392ba0c

Please sign in to comment.