aws-kms-xks-proxy icon indicating copy to clipboard operation
aws-kms-xks-proxy copied to clipboard

AWS KMS External Keystore (XKS) Proxy reference implementation

Results 7 aws-kms-xks-proxy issues
Sort by recently updated
recently updated
newest added

Hello, When we start generating thousands of KMS requests to XKS proxy, the following logs start appearing in xks-proxy.log and timeout message saying the request can't be executed: `2024-02-23T11:06:54.285096Z DEBUG...

### Problem: The key that is generated in the Dockerfile with the pkcs11-tool command gets returned by the xks-proxy ``` { "keySpec": "RSA_0", "keyUsage": [], "keyStatus": "ENABLED" } ``` instead...

Hi team Can help checking this issue? try build docker image in diff platform all show this issue. 6.443 Compiling xks-proxy v3.1.2 (/root/aws-kms-xks-proxy/xks-axum) 8.455 error[E0308]: mismatched types 8.455 --> src/xks_proxy/sigv4.rs:56:59...

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...

### Security issue notifications If you discover a potential security issue in aws-kms-xks-proxy we ask that you notify AWS Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a...

*Issue #, if available:* [#49 ](https://github.com/aws-samples/aws-kms-xks-proxy/issues/49) and https://github.com/aws-samples/aws-kms-xks-proxy/issues/53 *Description of changes:* Tagged rust version to 1.75.0 and scratchstack-aws-signature version to `=0.10.4` to fix the compilation issue and runtime issue. By...

### Problem: Compiling xks-proxy server using latest version of rust and scratchstack-aws-signature version `=0.10.5` , the server returns a runtime error with key metadata endpoint where the key spec returns...