anomalizer / ngx_aws_auth

nginx module to proxy to authenticated AWS services
BSD 2-Clause "Simplified" License
470 stars 144 forks source link

AuthV2 - signed key cached #60

Open bugoverfl0w opened 5 years ago

bugoverfl0w commented 5 years ago

Hello,

Please check this log file https://paste.ubuntu.com/p/J23S8jgtWP/, then search for string "3RXW5M4E5GEZAS34UC6E"

The module use the same signed key for different paths: bcn_720p.mp4 and bcn_1080p.mp4

curl http://api.dev.xxxx.com:8001/hls/bcn_,1080p,1080p,1080p,.mp4.urlset/master.m3u8 -I 2>/dev/null | grep HTTP HTTP/1.1 200 OK d4jk4@Konoha ~ curl http://api.dev.xxxx.com:8001/hls/bcn_,360p,720p,1080p,.mp4.urlset/master.m3u8 -I 2>/dev/null | grep HTTP HTTP/1.1 502 Bad Gateway

Can you check this case?

Thanks,