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.

TP-user
preguntada hace 2 años765 visualizaciones
1 Respuesta
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 hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas