forked from ansible-collections/amazon.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing issue when creating/updating Load balancer listener rule with …
…type=authenticate-oidc ansible-collections#1877
- Loading branch information
Showing
4 changed files
with
406 additions
and
3 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 Loab 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
Oops, something went wrong.