@pulumi/artifactory 0.6.0 → 0.7.0

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.
Files changed (148) hide show
  1. package/alpineRepository.d.ts +64 -1
  2. package/alpineRepository.js +1 -1
  3. package/alpineRepository.js.map +1 -1
  4. package/backup.d.ts +168 -0
  5. package/backup.js +105 -0
  6. package/backup.js.map +1 -0
  7. package/debianRepository.d.ts +63 -0
  8. package/debianRepository.js.map +1 -1
  9. package/dockerV1Repository.d.ts +63 -0
  10. package/dockerV1Repository.js.map +1 -1
  11. package/dockerV2Repository.d.ts +66 -9
  12. package/dockerV2Repository.js.map +1 -1
  13. package/federatedAlpineRepository.d.ts +63 -0
  14. package/federatedAlpineRepository.js.map +1 -1
  15. package/federatedBowerRepository.d.ts +63 -0
  16. package/federatedBowerRepository.js.map +1 -1
  17. package/federatedCargoRepository.d.ts +63 -0
  18. package/federatedCargoRepository.js.map +1 -1
  19. package/federatedChefRepository.d.ts +63 -0
  20. package/federatedChefRepository.js.map +1 -1
  21. package/federatedCocoapodsRepository.d.ts +63 -0
  22. package/federatedCocoapodsRepository.js.map +1 -1
  23. package/federatedComposerRepository.d.ts +63 -0
  24. package/federatedComposerRepository.js.map +1 -1
  25. package/federatedConanRepository.d.ts +63 -0
  26. package/federatedConanRepository.js.map +1 -1
  27. package/federatedCondaRepository.d.ts +63 -0
  28. package/federatedCondaRepository.js.map +1 -1
  29. package/federatedCranRepository.d.ts +63 -0
  30. package/federatedCranRepository.js.map +1 -1
  31. package/federatedDebianRepository.d.ts +63 -0
  32. package/federatedDebianRepository.js.map +1 -1
  33. package/federatedDockerRepository.d.ts +63 -0
  34. package/federatedDockerRepository.js.map +1 -1
  35. package/federatedGemsRepository.d.ts +63 -0
  36. package/federatedGemsRepository.js.map +1 -1
  37. package/federatedGenericRepository.d.ts +63 -0
  38. package/federatedGenericRepository.js.map +1 -1
  39. package/federatedGitltfsRepository.d.ts +63 -0
  40. package/federatedGitltfsRepository.js.map +1 -1
  41. package/federatedGoRepository.d.ts +63 -0
  42. package/federatedGoRepository.js.map +1 -1
  43. package/federatedGradleRepository.d.ts +63 -0
  44. package/federatedGradleRepository.js.map +1 -1
  45. package/federatedHelmRepository.d.ts +63 -0
  46. package/federatedHelmRepository.js.map +1 -1
  47. package/federatedIvyRepository.d.ts +63 -0
  48. package/federatedIvyRepository.js.map +1 -1
  49. package/federatedMavenRepository.d.ts +63 -0
  50. package/federatedMavenRepository.js.map +1 -1
  51. package/federatedNpmRepository.d.ts +63 -0
  52. package/federatedNpmRepository.js.map +1 -1
  53. package/federatedNugetRepository.d.ts +63 -0
  54. package/federatedNugetRepository.js.map +1 -1
  55. package/federatedOpkgRepository.d.ts +63 -0
  56. package/federatedOpkgRepository.js.map +1 -1
  57. package/federatedPuppetRepository.d.ts +63 -0
  58. package/federatedPuppetRepository.js.map +1 -1
  59. package/federatedPypiRepository.d.ts +63 -0
  60. package/federatedPypiRepository.js.map +1 -1
  61. package/federatedRpmRepository.d.ts +63 -0
  62. package/federatedRpmRepository.js.map +1 -1
  63. package/federatedSbtRepository.d.ts +63 -0
  64. package/federatedSbtRepository.js.map +1 -1
  65. package/federatedVagrantRepository.d.ts +63 -0
  66. package/federatedVagrantRepository.js.map +1 -1
  67. package/goRepository.d.ts +6 -6
  68. package/index.d.ts +3 -0
  69. package/index.js +15 -0
  70. package/index.js.map +1 -1
  71. package/localBowerRepository.d.ts +63 -0
  72. package/localBowerRepository.js.map +1 -1
  73. package/localChefRepository.d.ts +63 -0
  74. package/localChefRepository.js.map +1 -1
  75. package/localCocoapodsRepository.d.ts +63 -0
  76. package/localCocoapodsRepository.js.map +1 -1
  77. package/localComposerRepository.d.ts +63 -0
  78. package/localComposerRepository.js.map +1 -1
  79. package/localConanRepository.d.ts +63 -0
  80. package/localConanRepository.js.map +1 -1
  81. package/localCranRepository.d.ts +63 -0
  82. package/localCranRepository.js.map +1 -1
  83. package/localGemsRepository.d.ts +63 -0
  84. package/localGemsRepository.js.map +1 -1
  85. package/localGenericRepository.d.ts +60 -12
  86. package/localGenericRepository.js.map +1 -1
  87. package/localGitltfsRepository.d.ts +63 -0
  88. package/localGitltfsRepository.js.map +1 -1
  89. package/localGoRepository.d.ts +63 -0
  90. package/localGoRepository.js.map +1 -1
  91. package/localGradleRepository.d.ts +64 -1
  92. package/localGradleRepository.js +1 -1
  93. package/localGradleRepository.js.map +1 -1
  94. package/localHelmRepository.d.ts +63 -0
  95. package/localHelmRepository.js.map +1 -1
  96. package/localIvyRepository.d.ts +63 -0
  97. package/localIvyRepository.js.map +1 -1
  98. package/localMavenRepository.d.ts +65 -2
  99. package/localMavenRepository.js +2 -2
  100. package/localMavenRepository.js.map +1 -1
  101. package/localNpmRepository.d.ts +63 -0
  102. package/localNpmRepository.js.map +1 -1
  103. package/localNugetRepository.d.ts +64 -1
  104. package/localNugetRepository.js +1 -1
  105. package/localNugetRepository.js.map +1 -1
  106. package/localOpkgRepository.d.ts +63 -0
  107. package/localOpkgRepository.js.map +1 -1
  108. package/localPuppetRepository.d.ts +63 -0
  109. package/localPuppetRepository.js.map +1 -1
  110. package/localPypiRepository.d.ts +63 -0
  111. package/localPypiRepository.js.map +1 -1
  112. package/localRpmRepository.d.ts +63 -0
  113. package/localRpmRepository.js.map +1 -1
  114. package/localSbtRepository.d.ts +63 -0
  115. package/localSbtRepository.js.map +1 -1
  116. package/localVagrantRepository.d.ts +63 -0
  117. package/localVagrantRepository.js.map +1 -1
  118. package/mavenRepository.d.ts +3 -3
  119. package/package.json +2 -2
  120. package/package.json.dev +2 -2
  121. package/remoteCargoRepository.d.ts +136 -54
  122. package/remoteCargoRepository.js +2 -0
  123. package/remoteCargoRepository.js.map +1 -1
  124. package/remoteDockerRepository.d.ts +127 -54
  125. package/remoteDockerRepository.js +2 -0
  126. package/remoteDockerRepository.js.map +1 -1
  127. package/remoteGradleRepository.d.ts +530 -0
  128. package/remoteGradleRepository.js +168 -0
  129. package/remoteGradleRepository.js.map +1 -0
  130. package/remoteHelmRepository.d.ts +136 -54
  131. package/remoteHelmRepository.js +2 -0
  132. package/remoteHelmRepository.js.map +1 -1
  133. package/remoteMavenRepository.d.ts +530 -0
  134. package/remoteMavenRepository.js +168 -0
  135. package/remoteMavenRepository.js.map +1 -0
  136. package/remoteNpmRepository.d.ts +127 -57
  137. package/remoteNpmRepository.js.map +1 -1
  138. package/remotePypiRepository.d.ts +136 -54
  139. package/remotePypiRepository.js +2 -0
  140. package/remotePypiRepository.js.map +1 -1
  141. package/types/input.d.ts +36 -0
  142. package/types/output.d.ts +36 -0
  143. package/virtualConanRepository.d.ts +6 -3
  144. package/virtualConanRepository.js.map +1 -1
  145. package/virtualGenericRepository.d.ts +15 -30
  146. package/virtualGenericRepository.js.map +1 -1
  147. package/virtualHelmRepository.d.ts +3 -3
  148. package/virtualRpmRepository.d.ts +6 -6
@@ -44,25 +44,19 @@ export declare class RemoteDockerRepository extends pulumi.CustomResource {
44
44
  */
45
45
  static isInstance(obj: any): obj is RemoteDockerRepository;
46
46
  /**
47
- * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to
48
- * any other host.
47
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
49
48
  */
50
49
  readonly allowAnyHostAuth: pulumi.Output<boolean>;
51
50
  /**
52
- * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time,
53
- * an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed
54
- * offline. Default to 300.
51
+ * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time, an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed offline. Default to 300.
55
52
  */
56
53
  readonly assumedOfflinePeriodSecs: pulumi.Output<number | undefined>;
57
54
  /**
58
- * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact
59
- * resolution.
55
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
60
56
  */
61
57
  readonly blackedOut: pulumi.Output<boolean>;
62
58
  /**
63
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
64
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
65
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
59
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
66
60
  */
67
61
  readonly blockMismatchingMimeTypes: pulumi.Output<boolean>;
68
62
  /**
@@ -72,9 +66,7 @@ export declare class RemoteDockerRepository extends pulumi.CustomResource {
72
66
  */
73
67
  readonly blockPushingSchema1: pulumi.Output<boolean>;
74
68
  /**
75
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
76
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
77
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
69
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
78
70
  */
79
71
  readonly bypassHeadRequests: pulumi.Output<boolean>;
80
72
  readonly clientTlsCertificate: pulumi.Output<string>;
@@ -91,6 +83,9 @@ export declare class RemoteDockerRepository extends pulumi.CustomResource {
91
83
  * Enable token (Bearer) based authentication.
92
84
  */
93
85
  readonly enableTokenAuthentication: pulumi.Output<boolean>;
86
+ /**
87
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
88
+ */
94
89
  readonly excludesPattern: pulumi.Output<string>;
95
90
  /**
96
91
  * Also known as 'Foreign Layers Caching' on the UI
@@ -101,18 +96,33 @@ export declare class RemoteDockerRepository extends pulumi.CustomResource {
101
96
  */
102
97
  readonly externalDependenciesPatterns: pulumi.Output<string[] | undefined>;
103
98
  /**
99
+ * This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
100
+ *
104
101
  * @deprecated This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
105
102
  */
106
103
  readonly failedRetrievalCachePeriodSecs: pulumi.Output<number>;
104
+ /**
105
+ * When set, Artifactory will return an error to the client that causes the build to fail if there is a failure to communicate with this repository.
106
+ */
107
107
  readonly hardFail: pulumi.Output<boolean>;
108
+ /**
109
+ * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
110
+ */
108
111
  readonly includesPattern: pulumi.Output<string>;
109
112
  /**
110
113
  * The repository identifier. Must be unique system-wide
111
114
  */
112
115
  readonly key: pulumi.Output<string>;
116
+ /**
117
+ * - Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of the 'Retrieval Cache Period'. This field exists in the API but not in the UI.
118
+ */
119
+ readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
120
+ /**
121
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
122
+ */
113
123
  readonly localAddress: pulumi.Output<string | undefined>;
114
124
  /**
115
- * This is actually the missedRetrievalCachePeriodSecs in the API
125
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
116
126
  */
117
127
  readonly missedCachePeriodSeconds: pulumi.Output<number>;
118
128
  readonly notes: pulumi.Output<string | undefined>;
@@ -134,22 +144,34 @@ export declare class RemoteDockerRepository extends pulumi.CustomResource {
134
144
  * Project key for assigning this repository to. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
135
145
  */
136
146
  readonly projectKey: pulumi.Output<string | undefined>;
147
+ /**
148
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
149
+ */
137
150
  readonly propagateQueryParams: pulumi.Output<boolean | undefined>;
151
+ /**
152
+ * List of property set name
153
+ */
138
154
  readonly propertySets: pulumi.Output<string[] | undefined>;
139
155
  readonly proxy: pulumi.Output<string>;
156
+ /**
157
+ * Repository layout key for the remote layout mapping
158
+ */
140
159
  readonly remoteRepoLayoutRef: pulumi.Output<string>;
160
+ /**
161
+ * Repository layout key for the remote repository
162
+ */
141
163
  readonly repoLayoutRef: pulumi.Output<string>;
142
164
  /**
143
165
  * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
144
166
  */
145
167
  readonly retrievalCachePeriodSeconds: pulumi.Output<number>;
146
168
  readonly shareConfiguration: pulumi.Output<boolean>;
169
+ /**
170
+ * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network operation is considered a retrieval failure.
171
+ */
147
172
  readonly socketTimeoutMillis: pulumi.Output<number>;
148
173
  /**
149
- * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and
150
- * direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with
151
- * one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory
152
- * servers.
174
+ * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory servers.
153
175
  */
154
176
  readonly storeArtifactsLocally: pulumi.Output<boolean>;
155
177
  /**
@@ -157,6 +179,9 @@ export declare class RemoteDockerRepository extends pulumi.CustomResource {
157
179
  */
158
180
  readonly synchronizeProperties: pulumi.Output<boolean>;
159
181
  readonly unusedArtifactsCleanupPeriodEnabled: pulumi.Output<boolean>;
182
+ /**
183
+ * The number of hours to wait before an artifact is deemed "unused" and eligible for cleanup from the repository. A value of 0 means automatic cleanup of cached artifacts is disabled.
184
+ */
160
185
  readonly unusedArtifactsCleanupPeriodHours: pulumi.Output<number>;
161
186
  /**
162
187
  * - the remote repo URL. You kinda don't have a remote repo without it
@@ -181,25 +206,19 @@ export declare class RemoteDockerRepository extends pulumi.CustomResource {
181
206
  */
182
207
  export interface RemoteDockerRepositoryState {
183
208
  /**
184
- * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to
185
- * any other host.
209
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
186
210
  */
187
211
  allowAnyHostAuth?: pulumi.Input<boolean>;
188
212
  /**
189
- * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time,
190
- * an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed
191
- * offline. Default to 300.
213
+ * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time, an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed offline. Default to 300.
192
214
  */
193
215
  assumedOfflinePeriodSecs?: pulumi.Input<number>;
194
216
  /**
195
- * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact
196
- * resolution.
217
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
197
218
  */
198
219
  blackedOut?: pulumi.Input<boolean>;
199
220
  /**
200
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
201
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
202
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
221
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
203
222
  */
204
223
  blockMismatchingMimeTypes?: pulumi.Input<boolean>;
205
224
  /**
@@ -209,9 +228,7 @@ export interface RemoteDockerRepositoryState {
209
228
  */
210
229
  blockPushingSchema1?: pulumi.Input<boolean>;
211
230
  /**
212
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
213
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
214
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
231
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
215
232
  */
216
233
  bypassHeadRequests?: pulumi.Input<boolean>;
217
234
  clientTlsCertificate?: pulumi.Input<string>;
@@ -228,6 +245,9 @@ export interface RemoteDockerRepositoryState {
228
245
  * Enable token (Bearer) based authentication.
229
246
  */
230
247
  enableTokenAuthentication?: pulumi.Input<boolean>;
248
+ /**
249
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
250
+ */
231
251
  excludesPattern?: pulumi.Input<string>;
232
252
  /**
233
253
  * Also known as 'Foreign Layers Caching' on the UI
@@ -238,18 +258,33 @@ export interface RemoteDockerRepositoryState {
238
258
  */
239
259
  externalDependenciesPatterns?: pulumi.Input<pulumi.Input<string>[]>;
240
260
  /**
261
+ * This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
262
+ *
241
263
  * @deprecated This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
242
264
  */
243
265
  failedRetrievalCachePeriodSecs?: pulumi.Input<number>;
266
+ /**
267
+ * When set, Artifactory will return an error to the client that causes the build to fail if there is a failure to communicate with this repository.
268
+ */
244
269
  hardFail?: pulumi.Input<boolean>;
270
+ /**
271
+ * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
272
+ */
245
273
  includesPattern?: pulumi.Input<string>;
246
274
  /**
247
275
  * The repository identifier. Must be unique system-wide
248
276
  */
249
277
  key?: pulumi.Input<string>;
278
+ /**
279
+ * - Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of the 'Retrieval Cache Period'. This field exists in the API but not in the UI.
280
+ */
281
+ listRemoteFolderItems?: pulumi.Input<boolean>;
282
+ /**
283
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
284
+ */
250
285
  localAddress?: pulumi.Input<string>;
251
286
  /**
252
- * This is actually the missedRetrievalCachePeriodSecs in the API
287
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
253
288
  */
254
289
  missedCachePeriodSeconds?: pulumi.Input<number>;
255
290
  notes?: pulumi.Input<string>;
@@ -271,22 +306,34 @@ export interface RemoteDockerRepositoryState {
271
306
  * Project key for assigning this repository to. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
272
307
  */
273
308
  projectKey?: pulumi.Input<string>;
309
+ /**
310
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
311
+ */
274
312
  propagateQueryParams?: pulumi.Input<boolean>;
313
+ /**
314
+ * List of property set name
315
+ */
275
316
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
276
317
  proxy?: pulumi.Input<string>;
318
+ /**
319
+ * Repository layout key for the remote layout mapping
320
+ */
277
321
  remoteRepoLayoutRef?: pulumi.Input<string>;
322
+ /**
323
+ * Repository layout key for the remote repository
324
+ */
278
325
  repoLayoutRef?: pulumi.Input<string>;
279
326
  /**
280
327
  * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
281
328
  */
282
329
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
283
330
  shareConfiguration?: pulumi.Input<boolean>;
331
+ /**
332
+ * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network operation is considered a retrieval failure.
333
+ */
284
334
  socketTimeoutMillis?: pulumi.Input<number>;
285
335
  /**
286
- * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and
287
- * direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with
288
- * one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory
289
- * servers.
336
+ * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory servers.
290
337
  */
291
338
  storeArtifactsLocally?: pulumi.Input<boolean>;
292
339
  /**
@@ -294,6 +341,9 @@ export interface RemoteDockerRepositoryState {
294
341
  */
295
342
  synchronizeProperties?: pulumi.Input<boolean>;
296
343
  unusedArtifactsCleanupPeriodEnabled?: pulumi.Input<boolean>;
344
+ /**
345
+ * The number of hours to wait before an artifact is deemed "unused" and eligible for cleanup from the repository. A value of 0 means automatic cleanup of cached artifacts is disabled.
346
+ */
297
347
  unusedArtifactsCleanupPeriodHours?: pulumi.Input<number>;
298
348
  /**
299
349
  * - the remote repo URL. You kinda don't have a remote repo without it
@@ -310,25 +360,19 @@ export interface RemoteDockerRepositoryState {
310
360
  */
311
361
  export interface RemoteDockerRepositoryArgs {
312
362
  /**
313
- * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to
314
- * any other host.
363
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
315
364
  */
316
365
  allowAnyHostAuth?: pulumi.Input<boolean>;
317
366
  /**
318
- * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time,
319
- * an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed
320
- * offline. Default to 300.
367
+ * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time, an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed offline. Default to 300.
321
368
  */
322
369
  assumedOfflinePeriodSecs?: pulumi.Input<number>;
323
370
  /**
324
- * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact
325
- * resolution.
371
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
326
372
  */
327
373
  blackedOut?: pulumi.Input<boolean>;
328
374
  /**
329
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
330
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
331
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
375
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
332
376
  */
333
377
  blockMismatchingMimeTypes?: pulumi.Input<boolean>;
334
378
  /**
@@ -338,9 +382,7 @@ export interface RemoteDockerRepositoryArgs {
338
382
  */
339
383
  blockPushingSchema1?: pulumi.Input<boolean>;
340
384
  /**
341
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
342
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
343
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
385
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
344
386
  */
345
387
  bypassHeadRequests?: pulumi.Input<boolean>;
346
388
  clientTlsCertificate?: pulumi.Input<string>;
@@ -357,6 +399,9 @@ export interface RemoteDockerRepositoryArgs {
357
399
  * Enable token (Bearer) based authentication.
358
400
  */
359
401
  enableTokenAuthentication?: pulumi.Input<boolean>;
402
+ /**
403
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
404
+ */
360
405
  excludesPattern?: pulumi.Input<string>;
361
406
  /**
362
407
  * Also known as 'Foreign Layers Caching' on the UI
@@ -366,15 +411,28 @@ export interface RemoteDockerRepositoryArgs {
366
411
  * An allow list of Ant-style path patterns that determine which remote VCS
367
412
  */
368
413
  externalDependenciesPatterns?: pulumi.Input<pulumi.Input<string>[]>;
414
+ /**
415
+ * When set, Artifactory will return an error to the client that causes the build to fail if there is a failure to communicate with this repository.
416
+ */
369
417
  hardFail?: pulumi.Input<boolean>;
418
+ /**
419
+ * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
420
+ */
370
421
  includesPattern?: pulumi.Input<string>;
371
422
  /**
372
423
  * The repository identifier. Must be unique system-wide
373
424
  */
374
425
  key: pulumi.Input<string>;
426
+ /**
427
+ * - Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of the 'Retrieval Cache Period'. This field exists in the API but not in the UI.
428
+ */
429
+ listRemoteFolderItems?: pulumi.Input<boolean>;
430
+ /**
431
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
432
+ */
375
433
  localAddress?: pulumi.Input<string>;
376
434
  /**
377
- * This is actually the missedRetrievalCachePeriodSecs in the API
435
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
378
436
  */
379
437
  missedCachePeriodSeconds?: pulumi.Input<number>;
380
438
  notes?: pulumi.Input<string>;
@@ -395,22 +453,34 @@ export interface RemoteDockerRepositoryArgs {
395
453
  * Project key for assigning this repository to. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
396
454
  */
397
455
  projectKey?: pulumi.Input<string>;
456
+ /**
457
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
458
+ */
398
459
  propagateQueryParams?: pulumi.Input<boolean>;
460
+ /**
461
+ * List of property set name
462
+ */
399
463
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
400
464
  proxy?: pulumi.Input<string>;
465
+ /**
466
+ * Repository layout key for the remote layout mapping
467
+ */
401
468
  remoteRepoLayoutRef?: pulumi.Input<string>;
469
+ /**
470
+ * Repository layout key for the remote repository
471
+ */
402
472
  repoLayoutRef?: pulumi.Input<string>;
403
473
  /**
404
474
  * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
405
475
  */
406
476
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
407
477
  shareConfiguration?: pulumi.Input<boolean>;
478
+ /**
479
+ * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network operation is considered a retrieval failure.
480
+ */
408
481
  socketTimeoutMillis?: pulumi.Input<number>;
409
482
  /**
410
- * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and
411
- * direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with
412
- * one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory
413
- * servers.
483
+ * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory servers.
414
484
  */
415
485
  storeArtifactsLocally?: pulumi.Input<boolean>;
416
486
  /**
@@ -418,6 +488,9 @@ export interface RemoteDockerRepositoryArgs {
418
488
  */
419
489
  synchronizeProperties?: pulumi.Input<boolean>;
420
490
  unusedArtifactsCleanupPeriodEnabled?: pulumi.Input<boolean>;
491
+ /**
492
+ * The number of hours to wait before an artifact is deemed "unused" and eligible for cleanup from the repository. A value of 0 means automatic cleanup of cached artifacts is disabled.
493
+ */
421
494
  unusedArtifactsCleanupPeriodHours?: pulumi.Input<number>;
422
495
  /**
423
496
  * - the remote repo URL. You kinda don't have a remote repo without it
@@ -56,6 +56,7 @@ class RemoteDockerRepository extends pulumi.CustomResource {
56
56
  resourceInputs["hardFail"] = state ? state.hardFail : undefined;
57
57
  resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
58
58
  resourceInputs["key"] = state ? state.key : undefined;
59
+ resourceInputs["listRemoteFolderItems"] = state ? state.listRemoteFolderItems : undefined;
59
60
  resourceInputs["localAddress"] = state ? state.localAddress : undefined;
60
61
  resourceInputs["missedCachePeriodSeconds"] = state ? state.missedCachePeriodSeconds : undefined;
61
62
  resourceInputs["notes"] = state ? state.notes : undefined;
@@ -106,6 +107,7 @@ class RemoteDockerRepository extends pulumi.CustomResource {
106
107
  resourceInputs["hardFail"] = args ? args.hardFail : undefined;
107
108
  resourceInputs["includesPattern"] = args ? args.includesPattern : undefined;
108
109
  resourceInputs["key"] = args ? args.key : undefined;
110
+ resourceInputs["listRemoteFolderItems"] = args ? args.listRemoteFolderItems : undefined;
109
111
  resourceInputs["localAddress"] = args ? args.localAddress : undefined;
110
112
  resourceInputs["missedCachePeriodSeconds"] = args ? args.missedCachePeriodSeconds : undefined;
111
113
  resourceInputs["notes"] = args ? args.notes : undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"remoteDockerRepository.js","sourceRoot":"","sources":["../remoteDockerRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"remoteDockerRepository.js","sourceRoot":"","sources":["../remoteDockerRepository.ts"],"names":[],"mappings":"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"}