@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
@@ -43,8 +43,7 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
43
43
  */
44
44
  static isInstance(obj: any): obj is RemoteCargoRepository;
45
45
  /**
46
- * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to
47
- * any other host.
46
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
48
47
  */
49
48
  readonly allowAnyHostAuth: pulumi.Output<boolean>;
50
49
  /**
@@ -52,26 +51,19 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
52
51
  */
53
52
  readonly anonymousAccess: pulumi.Output<boolean | undefined>;
54
53
  /**
55
- * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time,
56
- * an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed
57
- * offline. Default to 300.
54
+ * 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.
58
55
  */
59
56
  readonly assumedOfflinePeriodSecs: pulumi.Output<number | undefined>;
60
57
  /**
61
- * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact
62
- * resolution.
58
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
63
59
  */
64
60
  readonly blackedOut: pulumi.Output<boolean>;
65
61
  /**
66
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
67
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
68
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
62
+ * 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.
69
63
  */
70
64
  readonly blockMismatchingMimeTypes: pulumi.Output<boolean>;
71
65
  /**
72
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
73
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
74
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
66
+ * 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.
75
67
  */
76
68
  readonly bypassHeadRequests: pulumi.Output<boolean>;
77
69
  readonly clientTlsCertificate: pulumi.Output<string>;
@@ -84,8 +76,13 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
84
76
  * Enables cookie management if the remote repository uses cookies to manage client state.
85
77
  */
86
78
  readonly enableCookieManagement: pulumi.Output<boolean>;
79
+ /**
80
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
81
+ */
87
82
  readonly excludesPattern: pulumi.Output<string>;
88
83
  /**
84
+ * 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
85
+ *
89
86
  * @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
90
87
  */
91
88
  readonly failedRetrievalCachePeriodSecs: pulumi.Output<number>;
@@ -93,15 +90,28 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
93
90
  * - This is the index url, expected to be a git repository. for remote artifactory use "arturl/git/repokey.git"
94
91
  */
95
92
  readonly gitRegistryUrl: pulumi.Output<string>;
93
+ /**
94
+ * 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.
95
+ */
96
96
  readonly hardFail: pulumi.Output<boolean>;
97
+ /**
98
+ * 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;*).
99
+ */
97
100
  readonly includesPattern: pulumi.Output<string>;
98
101
  /**
99
102
  * The repository identifier. Must be unique system-wide
100
103
  */
101
104
  readonly key: pulumi.Output<string>;
105
+ /**
106
+ * - 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.
107
+ */
108
+ readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
109
+ /**
110
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
111
+ */
102
112
  readonly localAddress: pulumi.Output<string | undefined>;
103
113
  /**
104
- * This is actually the missedRetrievalCachePeriodSecs in the API
114
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
105
115
  */
106
116
  readonly missedCachePeriodSeconds: pulumi.Output<number>;
107
117
  readonly notes: pulumi.Output<string | undefined>;
@@ -123,22 +133,34 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
123
133
  * 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.
124
134
  */
125
135
  readonly projectKey: pulumi.Output<string | undefined>;
136
+ /**
137
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
138
+ */
126
139
  readonly propagateQueryParams: pulumi.Output<boolean | undefined>;
140
+ /**
141
+ * List of property set name
142
+ */
127
143
  readonly propertySets: pulumi.Output<string[] | undefined>;
128
144
  readonly proxy: pulumi.Output<string>;
145
+ /**
146
+ * Repository layout key for the remote layout mapping
147
+ */
129
148
  readonly remoteRepoLayoutRef: pulumi.Output<string>;
149
+ /**
150
+ * Repository layout key for the remote repository
151
+ */
130
152
  readonly repoLayoutRef: pulumi.Output<string>;
131
153
  /**
132
154
  * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
133
155
  */
134
156
  readonly retrievalCachePeriodSeconds: pulumi.Output<number>;
135
157
  readonly shareConfiguration: pulumi.Output<boolean>;
158
+ /**
159
+ * 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.
160
+ */
136
161
  readonly socketTimeoutMillis: pulumi.Output<number>;
137
162
  /**
138
- * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and
139
- * direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with
140
- * one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory
141
- * servers.
163
+ * 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.
142
164
  */
143
165
  readonly storeArtifactsLocally: pulumi.Output<boolean>;
144
166
  /**
@@ -146,7 +168,13 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
146
168
  */
147
169
  readonly synchronizeProperties: pulumi.Output<boolean>;
148
170
  readonly unusedArtifactsCleanupPeriodEnabled: pulumi.Output<boolean>;
171
+ /**
172
+ * 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.
173
+ */
149
174
  readonly unusedArtifactsCleanupPeriodHours: pulumi.Output<number>;
175
+ /**
176
+ * the remote repo URL. You kinda don't have a remote repo without it
177
+ */
150
178
  readonly url: pulumi.Output<string>;
151
179
  readonly username: pulumi.Output<string | undefined>;
152
180
  /**
@@ -167,8 +195,7 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
167
195
  */
168
196
  export interface RemoteCargoRepositoryState {
169
197
  /**
170
- * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to
171
- * any other host.
198
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
172
199
  */
173
200
  allowAnyHostAuth?: pulumi.Input<boolean>;
174
201
  /**
@@ -176,26 +203,19 @@ export interface RemoteCargoRepositoryState {
176
203
  */
177
204
  anonymousAccess?: pulumi.Input<boolean>;
178
205
  /**
179
- * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time,
180
- * an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed
181
- * offline. Default to 300.
206
+ * 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.
182
207
  */
183
208
  assumedOfflinePeriodSecs?: pulumi.Input<number>;
184
209
  /**
185
- * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact
186
- * resolution.
210
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
187
211
  */
188
212
  blackedOut?: pulumi.Input<boolean>;
189
213
  /**
190
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
191
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
192
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
214
+ * 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.
193
215
  */
194
216
  blockMismatchingMimeTypes?: pulumi.Input<boolean>;
195
217
  /**
196
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
197
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
198
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
218
+ * 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.
199
219
  */
200
220
  bypassHeadRequests?: pulumi.Input<boolean>;
201
221
  clientTlsCertificate?: pulumi.Input<string>;
@@ -208,8 +228,13 @@ export interface RemoteCargoRepositoryState {
208
228
  * Enables cookie management if the remote repository uses cookies to manage client state.
209
229
  */
210
230
  enableCookieManagement?: pulumi.Input<boolean>;
231
+ /**
232
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
233
+ */
211
234
  excludesPattern?: pulumi.Input<string>;
212
235
  /**
236
+ * 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
237
+ *
213
238
  * @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
214
239
  */
215
240
  failedRetrievalCachePeriodSecs?: pulumi.Input<number>;
@@ -217,15 +242,28 @@ export interface RemoteCargoRepositoryState {
217
242
  * - This is the index url, expected to be a git repository. for remote artifactory use "arturl/git/repokey.git"
218
243
  */
219
244
  gitRegistryUrl?: pulumi.Input<string>;
245
+ /**
246
+ * 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.
247
+ */
220
248
  hardFail?: pulumi.Input<boolean>;
249
+ /**
250
+ * 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;*).
251
+ */
221
252
  includesPattern?: pulumi.Input<string>;
222
253
  /**
223
254
  * The repository identifier. Must be unique system-wide
224
255
  */
225
256
  key?: pulumi.Input<string>;
257
+ /**
258
+ * - 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.
259
+ */
260
+ listRemoteFolderItems?: pulumi.Input<boolean>;
261
+ /**
262
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
263
+ */
226
264
  localAddress?: pulumi.Input<string>;
227
265
  /**
228
- * This is actually the missedRetrievalCachePeriodSecs in the API
266
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
229
267
  */
230
268
  missedCachePeriodSeconds?: pulumi.Input<number>;
231
269
  notes?: pulumi.Input<string>;
@@ -247,22 +285,34 @@ export interface RemoteCargoRepositoryState {
247
285
  * 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.
248
286
  */
249
287
  projectKey?: pulumi.Input<string>;
288
+ /**
289
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
290
+ */
250
291
  propagateQueryParams?: pulumi.Input<boolean>;
292
+ /**
293
+ * List of property set name
294
+ */
251
295
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
252
296
  proxy?: pulumi.Input<string>;
297
+ /**
298
+ * Repository layout key for the remote layout mapping
299
+ */
253
300
  remoteRepoLayoutRef?: pulumi.Input<string>;
301
+ /**
302
+ * Repository layout key for the remote repository
303
+ */
254
304
  repoLayoutRef?: pulumi.Input<string>;
255
305
  /**
256
306
  * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
257
307
  */
258
308
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
259
309
  shareConfiguration?: pulumi.Input<boolean>;
310
+ /**
311
+ * 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.
312
+ */
260
313
  socketTimeoutMillis?: pulumi.Input<number>;
261
314
  /**
262
- * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and
263
- * direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with
264
- * one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory
265
- * servers.
315
+ * 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.
266
316
  */
267
317
  storeArtifactsLocally?: pulumi.Input<boolean>;
268
318
  /**
@@ -270,7 +320,13 @@ export interface RemoteCargoRepositoryState {
270
320
  */
271
321
  synchronizeProperties?: pulumi.Input<boolean>;
272
322
  unusedArtifactsCleanupPeriodEnabled?: pulumi.Input<boolean>;
323
+ /**
324
+ * 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.
325
+ */
273
326
  unusedArtifactsCleanupPeriodHours?: pulumi.Input<number>;
327
+ /**
328
+ * the remote repo URL. You kinda don't have a remote repo without it
329
+ */
274
330
  url?: pulumi.Input<string>;
275
331
  username?: pulumi.Input<string>;
276
332
  /**
@@ -283,8 +339,7 @@ export interface RemoteCargoRepositoryState {
283
339
  */
284
340
  export interface RemoteCargoRepositoryArgs {
285
341
  /**
286
- * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to
287
- * any other host.
342
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
288
343
  */
289
344
  allowAnyHostAuth?: pulumi.Input<boolean>;
290
345
  /**
@@ -292,26 +347,19 @@ export interface RemoteCargoRepositoryArgs {
292
347
  */
293
348
  anonymousAccess?: pulumi.Input<boolean>;
294
349
  /**
295
- * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time,
296
- * an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed
297
- * offline. Default to 300.
350
+ * 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.
298
351
  */
299
352
  assumedOfflinePeriodSecs?: pulumi.Input<number>;
300
353
  /**
301
- * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact
302
- * resolution.
354
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
303
355
  */
304
356
  blackedOut?: pulumi.Input<boolean>;
305
357
  /**
306
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
307
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
308
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
358
+ * 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.
309
359
  */
310
360
  blockMismatchingMimeTypes?: pulumi.Input<boolean>;
311
361
  /**
312
- * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
313
- * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
314
- * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
362
+ * 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.
315
363
  */
316
364
  bypassHeadRequests?: pulumi.Input<boolean>;
317
365
  clientTlsCertificate?: pulumi.Input<string>;
@@ -324,20 +372,36 @@ export interface RemoteCargoRepositoryArgs {
324
372
  * Enables cookie management if the remote repository uses cookies to manage client state.
325
373
  */
326
374
  enableCookieManagement?: pulumi.Input<boolean>;
375
+ /**
376
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
377
+ */
327
378
  excludesPattern?: pulumi.Input<string>;
328
379
  /**
329
380
  * - This is the index url, expected to be a git repository. for remote artifactory use "arturl/git/repokey.git"
330
381
  */
331
382
  gitRegistryUrl: pulumi.Input<string>;
383
+ /**
384
+ * 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.
385
+ */
332
386
  hardFail?: pulumi.Input<boolean>;
387
+ /**
388
+ * 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;*).
389
+ */
333
390
  includesPattern?: pulumi.Input<string>;
334
391
  /**
335
392
  * The repository identifier. Must be unique system-wide
336
393
  */
337
394
  key: pulumi.Input<string>;
395
+ /**
396
+ * - 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.
397
+ */
398
+ listRemoteFolderItems?: pulumi.Input<boolean>;
399
+ /**
400
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
401
+ */
338
402
  localAddress?: pulumi.Input<string>;
339
403
  /**
340
- * This is actually the missedRetrievalCachePeriodSecs in the API
404
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
341
405
  */
342
406
  missedCachePeriodSeconds?: pulumi.Input<number>;
343
407
  notes?: pulumi.Input<string>;
@@ -358,22 +422,34 @@ export interface RemoteCargoRepositoryArgs {
358
422
  * 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.
359
423
  */
360
424
  projectKey?: pulumi.Input<string>;
425
+ /**
426
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
427
+ */
361
428
  propagateQueryParams?: pulumi.Input<boolean>;
429
+ /**
430
+ * List of property set name
431
+ */
362
432
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
363
433
  proxy?: pulumi.Input<string>;
434
+ /**
435
+ * Repository layout key for the remote layout mapping
436
+ */
364
437
  remoteRepoLayoutRef?: pulumi.Input<string>;
438
+ /**
439
+ * Repository layout key for the remote repository
440
+ */
365
441
  repoLayoutRef?: pulumi.Input<string>;
366
442
  /**
367
443
  * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
368
444
  */
369
445
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
370
446
  shareConfiguration?: pulumi.Input<boolean>;
447
+ /**
448
+ * 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.
449
+ */
371
450
  socketTimeoutMillis?: pulumi.Input<number>;
372
451
  /**
373
- * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and
374
- * direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with
375
- * one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory
376
- * servers.
452
+ * 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.
377
453
  */
378
454
  storeArtifactsLocally?: pulumi.Input<boolean>;
379
455
  /**
@@ -381,7 +457,13 @@ export interface RemoteCargoRepositoryArgs {
381
457
  */
382
458
  synchronizeProperties?: pulumi.Input<boolean>;
383
459
  unusedArtifactsCleanupPeriodEnabled?: pulumi.Input<boolean>;
460
+ /**
461
+ * 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.
462
+ */
384
463
  unusedArtifactsCleanupPeriodHours?: pulumi.Input<number>;
464
+ /**
465
+ * the remote repo URL. You kinda don't have a remote repo without it
466
+ */
385
467
  url: pulumi.Input<string>;
386
468
  username?: pulumi.Input<string>;
387
469
  /**
@@ -53,6 +53,7 @@ class RemoteCargoRepository extends pulumi.CustomResource {
53
53
  resourceInputs["hardFail"] = state ? state.hardFail : undefined;
54
54
  resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
55
55
  resourceInputs["key"] = state ? state.key : undefined;
56
+ resourceInputs["listRemoteFolderItems"] = state ? state.listRemoteFolderItems : undefined;
56
57
  resourceInputs["localAddress"] = state ? state.localAddress : undefined;
57
58
  resourceInputs["missedCachePeriodSeconds"] = state ? state.missedCachePeriodSeconds : undefined;
58
59
  resourceInputs["notes"] = state ? state.notes : undefined;
@@ -104,6 +105,7 @@ class RemoteCargoRepository extends pulumi.CustomResource {
104
105
  resourceInputs["hardFail"] = args ? args.hardFail : undefined;
105
106
  resourceInputs["includesPattern"] = args ? args.includesPattern : undefined;
106
107
  resourceInputs["key"] = args ? args.key : undefined;
108
+ resourceInputs["listRemoteFolderItems"] = args ? args.listRemoteFolderItems : undefined;
107
109
  resourceInputs["localAddress"] = args ? args.localAddress : undefined;
108
110
  resourceInputs["missedCachePeriodSeconds"] = args ? args.missedCachePeriodSeconds : undefined;
109
111
  resourceInputs["notes"] = args ? args.notes : undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"remoteCargoRepository.js","sourceRoot":"","sources":["../remoteCargoRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"remoteCargoRepository.js","sourceRoot":"","sources":["../remoteCargoRepository.ts"],"names":[],"mappings":"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"}