aws-observability / aws-sigv4-proxy-admission-controller

This project creates a mutation admission controller that injects AWS SIGv4 proxy as a sidecar.
Apache License 2.0
27 stars 11 forks source link

Added annotation 'sidecar.aws.signing-proxy/scheme' #50

Closed vijayansarathy closed 1 year ago

vijayansarathy commented 1 year ago

Issue #, if available:

Description of changes:

When using the AWS SigV4 Proxy to sign requests made to an authenticated Lattice service, there is a need to specify whether to use HTTP or HTTPS depending on whether the Lattice service is secured using TLS. This annotation specified this option which results in the "--scheme http" or "--scheme https" argument added to the SigV4 proxy. There is a separate PR created on the SigV4 proxy to process this argument.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.