-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
elb_application_ld modify rule: http-header not working #117
Labels
Comments
Files identified in the description: If these files are inaccurate, please update the |
ansibullbot
added
affects_2.10
bug
This issue/PR relates to a bug
needs_triage
python3
traceback
labels
Aug 19, 2020
This was referenced Nov 3, 2020
Closed
goneri
added a commit
to goneri/community.aws
that referenced
this issue
Jan 7, 2021
This should initially fail and be fixed the day ansible-collections/amazon.aws#188 is merged. See: ansible-collections/amazon.aws#187 See: ansible-collections#117
goneri
added a commit
to goneri/community.aws
that referenced
this issue
Jan 19, 2021
This should initially fail and be fixed the day ansible-collections/amazon.aws#188 is merged. See: ansible-collections/amazon.aws#187 See: ansible-collections#117
tremble
pushed a commit
to goneri/community.aws
that referenced
this issue
Mar 16, 2021
This should initially fail and be fixed the day ansible-collections/amazon.aws#188 is merged. See: ansible-collections/amazon.aws#187 See: ansible-collections#117
tremble
added a commit
that referenced
this issue
Mar 16, 2021
* elb_application_lb: test a rule based on http-header This should initially fail and be fixed the day ansible-collections/amazon.aws#188 is merged. See: ansible-collections/amazon.aws#187 See: #117 Co-authored-by: Mark Chappell <[email protected]>
danquixote
pushed a commit
to danquixote/community.aws
that referenced
this issue
May 16, 2021
…ions#347) * elb_application_lb: test a rule based on http-header This should initially fail and be fixed the day ansible-collections/amazon.aws#188 is merged. See: ansible-collections/amazon.aws#187 See: ansible-collections#117 Co-authored-by: Mark Chappell <[email protected]>
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this issue
Jul 19, 2021
…ions#347) * elb_application_lb: test a rule based on http-header This should initially fail and be fixed the day ansible-collections/amazon.aws#188 is merged. See: ansible-collections/amazon.aws#187 See: ansible-collections#117 Co-authored-by: Mark Chappell <[email protected]>
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this issue
Jul 19, 2021
…ions#347) * elb_application_lb: test a rule based on http-header This should initially fail and be fixed the day ansible-collections/amazon.aws#188 is merged. See: ansible-collections/amazon.aws#187 See: ansible-collections#117 Co-authored-by: Mark Chappell <[email protected]>
danielcotton
pushed a commit
to danielcotton/community.aws
that referenced
this issue
Nov 23, 2021
…ions#347) * elb_application_lb: test a rule based on http-header This should initially fail and be fixed the day ansible-collections/amazon.aws#188 is merged. See: ansible-collections/amazon.aws#187 See: ansible-collections#117 Co-authored-by: Mark Chappell <[email protected]>
Has this issue been resolved? |
Well spottet. I guess it is included since 1.4.0 |
goneri
added a commit
to ansible-collections/amazon.aws
that referenced
this issue
Sep 20, 2022
* elb_application_lb: test a rule based on http-header This should initially fail and be fixed the day #188 is merged. See: #187 See: ansible-collections/community.aws#117 Co-authored-by: Mark Chappell <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@8c0ea48
GomathiselviS
pushed a commit
to GomathiselviS/amazon.aws
that referenced
this issue
Sep 20, 2022
…ions#347) * elb_application_lb: test a rule based on http-header This should initially fail and be fixed the day ansible-collections#188 is merged. See: ansible-collections#187 See: ansible-collections/community.aws#117 Co-authored-by: Mark Chappell <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@8c0ea48
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
When using the "elb_application_lb" module to create/modify rules for a listener, the modify action for a http-header condition type does not work. If the rule is not already created, the module creates the rule correctly, but when it is already created, it returns an error: KeyError: 'Values'.
I am able to modify this rule with the aws cli.
ISSUE TYPE
COMPONENT NAME
elb_application_lb for aws
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 18
STEPS TO REPRODUCE
Create a playbook to create/modify the rule. On the first run it should successfully create the rule. On the second run, it returns an error.
EXPECTED RESULTS
I expect the http-header rule to be updated if it is changed.
ACTUAL RESULTS
An error is returned: KeyError: 'Values'
I am able to modify te rule with the aws cli command:
The text was updated successfully, but these errors were encountered: