aws / aws-nitro-enclaves-acm

AWS Certificate Manager for Nitro Enclaves allows the use of public and private SSL/TLS certificates with web applications and web servers running on Amazon EC2 instances with AWS Nitro Enclaves.
Apache License 2.0
76 stars 30 forks source link

Implement an internal renewal mechanism for token refresh operations #134

Closed meerd closed 1 month ago

meerd commented 2 months ago

Description of changes: Refreshing tokens through webserver reloads can lead to performance bottlenecks and other issues. This new approach aims to move the refresh logic into the enclave, enabling more efficient and optimized token refreshing.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.