Skip to content

Commit

Permalink
https://github.com/kedacore/keda/issues/2214
Browse files Browse the repository at this point in the history
Signed-off-by: Siva Guruvareddiar <sivagurunath@gmail.com>
  • Loading branch information
Siva Guruvareddiar committed Jan 15, 2024
2 parents 70205a0 + 68f1e0b commit 19a5de4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Here is an overview of all new **experimental** features:
- **Kafka Scaler**: Add support for Kerberos authentication (SASL / GSSAPI) ([#4836](https://github.com/kedacore/keda/issues/4836))
- **Prometheus Metrics**: Introduce paused ScaledObjects in Prometheus metrics ([#4430](https://github.com/kedacore/keda/issues/4430))
- **Pulsar Scaler**: support endpointParams in pulsar oauth ([#5069](https://github.com/kedacore/keda/issues/5069))
- **Prometheus Scaler**: Provide scaler for Amazon managed service for Prometheus ([#2214](https://github.com/kedacore/keda/issues/2214))

### Fixes

Expand Down
1 change: 0 additions & 1 deletion pkg/scalers/aws_sigv4.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ var (
)

func (rt *roundTripper) RoundTrip(req *http.Request) (*http.Response, error) {

cred, err := rt.client.Options().Credentials.Retrieve(req.Context())
if err != nil {
return nil, err
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ metadata:
namespace: {{.TestNamespace}}
spec:
podIdentity:
provider: aws-eks
provider: aws
`
deploymentTemplate = `
apiVersion: apps/v1
Expand Down

0 comments on commit 19a5de4

Please sign in to comment.