Hi Snowplowers,
I have a case where a vendor has sub-vendors com.domain, com.domain.sub1, com.domain.sub2.
On the docs it states " vendor starts with com.acme
, though wildcard ( *
) vendor keys can also be generated."
Im trying to generate a key that gives access to com.domain and all its sub-vendors. I’ve tried com.domain* but didn’t work.
Can I create a key that gives access to all com.domain and subdomains?
{
"vendorPrefix": "com.domain*"
}
Thank you
Joao