Skip to content

0.6.0 allow anonymous access if token not set

Compare
Choose a tag to compare
@maximmi maximmi released this 22 Apr 20:33
bc1fc67

what

  • allow anonymous access if token not set

why

  • If this module is used in the code pipeline module (e.g., in the ECS web app module), the provider fails with bad credentials, even if the pipeline or webhooks are disabled.
    By setting anonymous access on the provider configuration when the token is not provided, this problem is avoided.