Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrong aws_iam_authorization access key id setting (kedacore#1332)
* Wrong aws_iam_authorization access key id setting When getting the ACCESS_KEY_ID for AWS from Environment variables (which is currently the only working option), the `aws_iam_authorization` scaler would check if metadata.awsAccessKeyIDFromEnv was set, but it would then utilize the metadata.awsAccessKeyId for the name... while in the secretAccessKey it would then use the `FromEnv` one. This fixes that Signed-off-by: Xavier Geerinck <[email protected]> Signed-off-by: Aaron Schlesinger <[email protected]>
- Loading branch information