Per Support wildcards when signing plugins · Issue #50652 · grafana/grafana · GitHub it seems that we can sign private plugins using a glob/wildcard pattern.
The command I use is:
npx @grafana/sign-plugin@latest --rootUrls https://**.mydomain.com
The signature is successful, but when I install the plugin, grafana server says it cannot be verified because there is no url match.
I haven’t been able to find documentation on the glob feature, so I’m not sure if it is even fully supported.
Any guidance would be appreciated. Thanks!