Wildcard Values in JSON Claims

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Wildcard values are supported from Artifactory version 7.94.1 for JSON Claims. You can now define the scope of an access token using wildcard values, and can use both explicit and implied patterns.

Examples

Following are two examples of a JSON Claim definition for repositories using a wildcard.

{
  "repository": "jfrog/*"
}
{
  "repository": "jfrog/jfrog-cli/**"
}