github cloudposse/terraform-aws-alb-ingress 0.22.0
v0.22.0 Breaking change

latest releases: 0.28.0, v0, 0.27.0...
3 years ago

feat: pass the authentication scopes through unaltered @jhosteny (#45)

The previous implementation delegated logic of OIDC scope formation to the
module. The format of the string for multiple values is IdP dependent.
This change passes the scope string through unaltered, forcing the user
of the module to properly format it.

Fixes #44

what

  • Change the OIDC scope from a list to a string, with the expectation that the user of the module properly joins and formats the scopes

why

  • Insulates the module from differences between IdP

references

Closes #44

Don't miss a new terraform-aws-alb-ingress release

NewReleases is sending notifications on new releases.