Analytics token as a query parameter
We really like the analytics functionality offered by this registry but we're curious if the analytics token can be provided via a query parameter instead of the URL path.
As an example, the following URL:
myregistry.io/my-token__namespace/module/aws
would instead be:
myregistry.io/namespace/module/aws?analytics-token=my-token
This is admittedly mostly cosmetic but the consumers of the modules find the explicit query parameter to be more intuitive and obvious that the example value needs to be replaced. It also makes linking back to the registry from code a bit easier.
If you think this is possible to support then I'd be willing to try and contribute towards it. But I'm not sure if there are certain restrictions or limitations of Terraform registries that would prevent this from working.
Github reference: https://github.com/MatthewJohn/terrareg/issues/66