@pulumi/artifactory 6.4.2 → 6.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,6 +56,7 @@ The following configuration points are available:
|
|
|
56
56
|
- `artifactory:accessToken` - (Optional) API key for token auth. Uses `Authorization: Bearer` header. For xray
|
|
57
57
|
functionality, this is the only auth method accepted. Conflicts with `username` and `password`, and `apiKey`. This can
|
|
58
58
|
also be sourced from the `ARTIFACTORY_ACCESS_TOKEN` environment variable.
|
|
59
|
+
- `artifactory:checkLicense` - (Optional) Toggle for pre-flight checking of Artifactory Pro and Enterprise license. Default to `true`.
|
|
59
60
|
|
|
60
61
|
## Reference
|
|
61
62
|
|