You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/elb_application_lb/tasks
Jesse Evers e410dcbfed Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975)
* added logic to handle multiple actions in an ALB listener rule (#41861)

* fix linting and pep8 issues

* added test for multiple actions using OIDC authentication

* added error messages related to old versions of botocore and multiple actions

* fix action validation error checks (need to check the exception string)

* added logic to make oidc configs idempotent (remove clientsecret for check)

* modified TargetGroupName to TargetGroupArn substitution to account for multiple rule actions

* refactored tests so that it can be run against different versions of botocore

* fix runme.sh to refelct changes to cloud testsuite

* add UseExistingClientSecret to oidc config (AWS api change)

* remove tests for OIDC auth action; add tests for redirect and fixed-response

* add in fixes from markuman and mjmayer

* remove documentation for cognito integration (not sure how to test); added example config for fixed-response and redirect actions

* renamed oidc/multiple action tests; leaving commented due to some AWS API changes

* pep8 fix

* more pep8 fixes

* Restructure elb_application_lb test suite

Move from runme.sh to virtualenv based roles

Update policies to fix tests

Don't log temp dir deletion, so many files in the diff!
5 years ago
..
full_test.yml Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 5 years ago
main.yml Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 5 years ago
multiple_actions_fail.yml Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 5 years ago
test_alb_bad_listener_options.yml [aws] Create classes for Application Load Balancer (#33769) 6 years ago
test_alb_tags.yml [aws] Create classes for Application Load Balancer (#33769) 6 years ago
test_alb_with_asg.yml AWS: _facts -> _info (part 3) (#57635) 5 years ago
test_creating_alb.yml [aws] Create classes for Application Load Balancer (#33769) 6 years ago
test_deleting_alb.yml [aws] Create classes for Application Load Balancer (#33769) 6 years ago
test_modifying_alb_listeners.yml elb_application_lb purge rules option (#43113) 6 years ago
test_multiple_actions.yml Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 5 years ago
test_multiple_actions_fail.yml Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 5 years ago