AWS Secrets Manager SecretCache Java v2

0

Does the 'SecretCache' functionality still exist with v2 of the Java SDK? I found this reference, but this appears to be for v1 (https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_cache-java.html). I'm unable to find any information on it w/ v2?

demandé il y a 2 ans1375 vues
2 réponses
0

The latest SDK documentation can be found here, within that documentation there's the following:

We recommend that you cache your secret values by using client-side caching. Caching secrets improves speed and reduces your costs. For more information, see Cache secrets for your applications.

That link leads you to the page you provided above, so it stands within reason that you're still able to use secret caching in V2.

AWS
répondu il y a 2 ans
0

It looks like SDK 1.x is required:

To use the component, you must have the following:

A Java 8 or higher development environment. See Java SE Downloads on the Oracle website. The AWS SDK 1.x for Java. You can use both versions of the AWS SDK for Java in your projects. For more information, see Using the SDK for Java 1.x and 2.x side-by-side.

répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions