There is a bug in the implementation of the Auth class #449
Replies: 1 comment 11 replies
-
According to the documentation the signing auth process attempts the following:
If that documentation is accurate then your proposed change would potentially block #2 from working. I've not tried this, and I don't use this configuration, so I am unable to validate this. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, if there is a value in the argument aws_region or the environment variable AWS_DEFAULT_REGION, it will proceed to the aws process, but if the process is executed without the profile_name value, an error will occur. I think we need to add a check for the value of profile_name as well.
https://github.com/jertel/elastalert2/blob/master/elastalert/auth.py#L53
current
fix idea
Beta Was this translation helpful? Give feedback.
All reactions