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/lib/ansible
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!
6 years ago
..
cli Minor fixes in galaxy command for collection (#59846) 6 years ago
compat Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 7 years ago
config Add description of collection_paths in base.yml (#59778) 6 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
executor Change sub_plugin check to completely ignore napalm (#59298) 6 years ago
galaxy Remove six decorator for unicode text conversion (#59895) 6 years ago
inventory inventory: Handle IndexError while parsing limit file (#59776) 6 years ago
module_utils Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 6 years ago
modules Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 6 years ago
parsing Close file after using it (#59000) 6 years ago
playbook Fix gather facts ignoring gather_subsets config (#59271) 6 years ago
plugins VMware: add support for http_proxy in connection API 6 years ago
template Add back _contains_vars method as maybe_template (#58290) 7 years ago
utils prevent templating of passwords from prompt (#59246) 6 years ago
vars Use correct delegate_to hostnames in loops (#59659) 6 years ago
__init__.py
constants.py removed previouslly deprecated settings (#55662) 7 years ago
context.py Become plugins (#50991) 7 years ago
release.py Cleanup the tree for post-2.8-branch 7 years ago