-
### Requirement
As an SRE engineer, I want to enable the [Service Performance Monitoring (SPM)](https://www.jaegertracing.io/docs/1.37/spm/) feature by querying metrics from my [Amazon Managed Serv…
-
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I am evaluating that converting es to op…
-
Right now we special case `:headers` and `:params`. For example:
```elixir
Req.new(headers: [a: 1]) |> Req.merge(headers: [b: 2]) == Req.new(headers: [a: 1, b: 2])
```
Another one when this mi…
-
### About downgrade to sigv2 automatically
When s3fs checks authentication at startup, if sigv2/sigv4 is not specified intentionally and authentication fails, it downgrades to sigv2 and retries.
We …
-
**Describe the bug**
When connecting to datasources using sigv4 auth method, there is an error thrown:
```
Could not load credentials from any providers
```
A workaround would be to stop OSD,…
-
**Describe the bug**
Unable to install the "aws-sigv4-proxy-admission-controller" helm chart. The pods are not getting created. The events show the warning message `"failed to call webhook: Post http…
-
```
Internal error occurred: failed calling webhook “sigv4-aws-sigv4-proxy-admission-controller.k8s.aws”: failed to call webhook: Post “[https://sigv4-aws-sigv4-proxy-admission-controller-webhook-ser…
-
### What did you do?
I'm trying to remote write to an Amazon Managed Service for Prometheus instance in an AWS environment which requires using FIPS endpoints where possible. While AMP itself doesn…
-
Botocore Sigv4 signs all AWS API Requests. It should expose the ability to sign arbitrary https requests.
API Gateway has an AWS_IAM auth mechanism and this results in needed to sigv4 sign https r…
-
Is it possible to create a signed request? With sigv4?