-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module_utils/elbv2 - fix issue with authenticate-oidc listener rule (#…
…1956) module_utils/elbv2 - fix issue with authenticate-oidc listener rule SUMMARY fixes #1877 The module now detect rule which changing priority, they are no more considered as new rules but we are using the set_rule_priorities API instead to update the priority. For authenticated-oidc rule, we set always set the UseExistingSecret to False for new rule to create and when the rule need to be modified and the user has provided a ClientSecret. ISSUE TYPE Bugfix Pull Request Reviewed-by: Helen Bailey <[email protected]> Reviewed-by: Bikouo Aubin Reviewed-by: Alina Buzachis
- Loading branch information
Showing
5 changed files
with
832 additions
and
11 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
changelogs/fragments/20240124-module_utils-elbv2-fix-issue-with-authenticated-oidc.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
bugfixes: | ||
- >- | ||
module_utils/elbv2 - Fix issue when creating or modifying Load balancer rule | ||
type authenticate-oidc using ``ClientSecret`` parameter and | ||
``UseExistingClientSecret=true`` (https://github.com/ansible-collections/amazon.aws/issues/1877). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.