Secrets Manager PHP caching

0

Hello.

I'm trying to find a good way to cache secrets from Secrets Manager in PHP to avoid calling the SM constantly.

Can anyone suggest a good and easy cache for PHP 8 in Elastic Beanstalk.

Thank you.

1 Resposta
0

Apparently, there are no official examples of caching in PHP. [1] [2]

[1] Retrieve secrets from AWS Secrets Manager - AWS Secrets Manager
https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets.html

[2] Caching mechanism for PHP - Issue #15 - aws/aws-secretsmanager-caching-python
https://github.com/aws/aws-secretsmanager-caching-python/issues/15

I found an example of caching in PHP on Stack Overflow, but I'm not familiar with PHP, so I'm not sure if this will meet your requirements. [3]

[3] php - F3 Framework: how to make sure that caching is working correctly?
https://stackoverflow.com/questions/69310949/f3-framework-how-to-make-sure-that-caching-is-working-correctly

I hope this is helpful.

profile picture
mn87
respondido há 2 anos

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