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?

feita há 2 anos1375 visualizações
2 Respostas
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
respondido há 2 anos
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.

respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas