Ryan Gerstenkorn
Ryan Gerstenkorn
It looks like the default page of the EC2 instance results in the following error: ``` TypeError: URL must be a string, not undefined at new Needle (/node_modules/needle/lib/needle.js:172:11) at Function.module.exports.(anonymous...
Just was looking at this project and wanted to mention that a possible improvement might be to enumerate reusable delegation sets and then attach that to a zone on creation...
## Summary This changes the save/load behavior from incrementing on each call to hashing the parameters and body in the API request. So if the same request is sent and...
Currently the PyPi version is not the latest, to fix this try installing/updating directly from the GitHub repo: ``` pip install -U git+https://github.com/RyanJarv/cdn-proxy.git@main ```
I was thinking since one of the stated goals of this project is to document IAM quirks, BDD testing may make sense as a way to easily understand what what...
Building this crate, either in docker or locally, causes a mismatch of http::request::Parts types in src/xks_proxy/sigv4.rs: ``` let sigv4_req = Sigv4Request::from_http_request_parts(&parts, body_as_vec_u8); | ------------------------------------- ^^^^^^ expected http::request::Parts, found a different...