Skip to content

0.5.0 Fix authentication action

Compare
Choose a tag to compare
@aknysh aknysh released this 19 Apr 01:38
de5417d

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)