apache / trafficserver

Apache Traffic Serverâ„¢ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
https://trafficserver.apache.org/
Apache License 2.0
1.81k stars 800 forks source link

s3_auth does not retry after a file read error #11831

Open moonchen opened 5 hours ago

moonchen commented 5 hours ago

If s3_auth attempts to load its configuration from file and fails due to a file system error, it will not retry on its own. This can cause credentials to expire without being renewed.

mlibbey commented 4 hours ago

related... the docs (https://docs.trafficserver.apache.org/en/latest/admin-guide/plugins/origin_server_auth.en.html / https://docs.trafficserver.apache.org/en/10.0.x/admin-guide/plugins/s3_auth.en.html) don't appear mention the new reload functionality.