You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
what
Fix authentication action
Don't use map variable for authentication action
why
Using authentication_action variable as map breaks when this module is used in a chain of calls from other modules
For example:
Providing authentication_action map from Module B to alb-ingress - works
Providing authentication_action map from Module C to Module B to alb-ingress - works
Providing authentication_action map from Module D to Module C to Module B to alb-ingress - breaks (in a way that is very difficult to understand and debug; the end result is that alb-ingress receives an empty or incomplete map)