0.6.0 allow anonymous access if token not set
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.