@pulumi/artifactory 7.2.0 → 7.2.1
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/package.json +2 -2
- package/types/input.d.ts +15 -3
- package/types/output.d.ts +15 -3
- package/unmanagedUser.d.ts +0 -18
- package/unmanagedUser.js.map +1 -1
- package/user.d.ts +1 -5
- package/user.js +1 -5
- package/user.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/artifactory",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing artifactory cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "artifactory",
|
|
26
|
-
"version": "7.2.
|
|
26
|
+
"version": "7.2.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -3324,7 +3324,7 @@ export interface ManagedUserPasswordPolicy {
|
|
|
3324
3324
|
*/
|
|
3325
3325
|
lowercase?: pulumi.Input<number>;
|
|
3326
3326
|
/**
|
|
3327
|
-
* Minimum number of special char that the password must contain. Special chars list: `!"#$%&'()*+,-./:;<=>?@[\]^_
|
|
3327
|
+
* Minimum number of special char that the password must contain. Special chars list: `!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~`
|
|
3328
3328
|
*/
|
|
3329
3329
|
specialChar?: pulumi.Input<number>;
|
|
3330
3330
|
/**
|
|
@@ -3382,7 +3382,13 @@ export interface PermissionTargetBuild {
|
|
|
3382
3382
|
repositories: pulumi.Input<pulumi.Input<string>[]>;
|
|
3383
3383
|
}
|
|
3384
3384
|
export interface PermissionTargetBuildActions {
|
|
3385
|
+
/**
|
|
3386
|
+
* Groups this permission applies for.
|
|
3387
|
+
*/
|
|
3385
3388
|
groups?: pulumi.Input<pulumi.Input<inputs.PermissionTargetBuildActionsGroup>[]>;
|
|
3389
|
+
/**
|
|
3390
|
+
* Users this permission target applies for.
|
|
3391
|
+
*/
|
|
3386
3392
|
users?: pulumi.Input<pulumi.Input<inputs.PermissionTargetBuildActionsUser>[]>;
|
|
3387
3393
|
}
|
|
3388
3394
|
export interface PermissionTargetBuildActionsGroup {
|
|
@@ -3415,7 +3421,13 @@ export interface PermissionTargetReleaseBundle {
|
|
|
3415
3421
|
repositories: pulumi.Input<pulumi.Input<string>[]>;
|
|
3416
3422
|
}
|
|
3417
3423
|
export interface PermissionTargetReleaseBundleActions {
|
|
3424
|
+
/**
|
|
3425
|
+
* Groups this permission applies for.
|
|
3426
|
+
*/
|
|
3418
3427
|
groups?: pulumi.Input<pulumi.Input<inputs.PermissionTargetReleaseBundleActionsGroup>[]>;
|
|
3428
|
+
/**
|
|
3429
|
+
* Users this permission target applies for.
|
|
3430
|
+
*/
|
|
3419
3431
|
users?: pulumi.Input<pulumi.Input<inputs.PermissionTargetReleaseBundleActionsUser>[]>;
|
|
3420
3432
|
}
|
|
3421
3433
|
export interface PermissionTargetReleaseBundleActionsGroup {
|
|
@@ -4441,7 +4453,7 @@ export interface UnmanagedUserPasswordPolicy {
|
|
|
4441
4453
|
*/
|
|
4442
4454
|
lowercase?: pulumi.Input<number>;
|
|
4443
4455
|
/**
|
|
4444
|
-
* Minimum number of special char that the password must contain. Special chars list:
|
|
4456
|
+
* Minimum number of special char that the password must contain. Special chars list: ``!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~``
|
|
4445
4457
|
*/
|
|
4446
4458
|
specialChar?: pulumi.Input<number>;
|
|
4447
4459
|
/**
|
|
@@ -4489,7 +4501,7 @@ export interface UserPasswordPolicy {
|
|
|
4489
4501
|
*/
|
|
4490
4502
|
lowercase?: pulumi.Input<number>;
|
|
4491
4503
|
/**
|
|
4492
|
-
* Minimum number of special char that the password must contain. Special chars list: `!"#$%&'()*+,-./:;<=>?@[\]^_
|
|
4504
|
+
* Minimum number of special char that the password must contain. Special chars list: `!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~`
|
|
4493
4505
|
*/
|
|
4494
4506
|
specialChar?: pulumi.Input<number>;
|
|
4495
4507
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -2276,7 +2276,7 @@ export interface ManagedUserPasswordPolicy {
|
|
|
2276
2276
|
*/
|
|
2277
2277
|
lowercase?: number;
|
|
2278
2278
|
/**
|
|
2279
|
-
* Minimum number of special char that the password must contain. Special chars list: `!"#$%&'()*+,-./:;<=>?@[\]^_
|
|
2279
|
+
* Minimum number of special char that the password must contain. Special chars list: `!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~`
|
|
2280
2280
|
*/
|
|
2281
2281
|
specialChar?: number;
|
|
2282
2282
|
/**
|
|
@@ -2334,7 +2334,13 @@ export interface PermissionTargetBuild {
|
|
|
2334
2334
|
repositories: string[];
|
|
2335
2335
|
}
|
|
2336
2336
|
export interface PermissionTargetBuildActions {
|
|
2337
|
+
/**
|
|
2338
|
+
* Groups this permission applies for.
|
|
2339
|
+
*/
|
|
2337
2340
|
groups?: outputs.PermissionTargetBuildActionsGroup[];
|
|
2341
|
+
/**
|
|
2342
|
+
* Users this permission target applies for.
|
|
2343
|
+
*/
|
|
2338
2344
|
users?: outputs.PermissionTargetBuildActionsUser[];
|
|
2339
2345
|
}
|
|
2340
2346
|
export interface PermissionTargetBuildActionsGroup {
|
|
@@ -2367,7 +2373,13 @@ export interface PermissionTargetReleaseBundle {
|
|
|
2367
2373
|
repositories: string[];
|
|
2368
2374
|
}
|
|
2369
2375
|
export interface PermissionTargetReleaseBundleActions {
|
|
2376
|
+
/**
|
|
2377
|
+
* Groups this permission applies for.
|
|
2378
|
+
*/
|
|
2370
2379
|
groups?: outputs.PermissionTargetReleaseBundleActionsGroup[];
|
|
2380
|
+
/**
|
|
2381
|
+
* Users this permission target applies for.
|
|
2382
|
+
*/
|
|
2371
2383
|
users?: outputs.PermissionTargetReleaseBundleActionsUser[];
|
|
2372
2384
|
}
|
|
2373
2385
|
export interface PermissionTargetReleaseBundleActionsGroup {
|
|
@@ -3393,7 +3405,7 @@ export interface UnmanagedUserPasswordPolicy {
|
|
|
3393
3405
|
*/
|
|
3394
3406
|
lowercase?: number;
|
|
3395
3407
|
/**
|
|
3396
|
-
* Minimum number of special char that the password must contain. Special chars list:
|
|
3408
|
+
* Minimum number of special char that the password must contain. Special chars list: ``!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~``
|
|
3397
3409
|
*/
|
|
3398
3410
|
specialChar?: number;
|
|
3399
3411
|
/**
|
|
@@ -3441,7 +3453,7 @@ export interface UserPasswordPolicy {
|
|
|
3441
3453
|
*/
|
|
3442
3454
|
lowercase?: number;
|
|
3443
3455
|
/**
|
|
3444
|
-
* Minimum number of special char that the password must contain. Special chars list: `!"#$%&'()*+,-./:;<=>?@[\]^_
|
|
3456
|
+
* Minimum number of special char that the password must contain. Special chars list: `!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~`
|
|
3445
3457
|
*/
|
|
3446
3458
|
specialChar?: number;
|
|
3447
3459
|
/**
|
package/unmanagedUser.d.ts
CHANGED
|
@@ -80,12 +80,6 @@ export declare class UnmanagedUser extends pulumi.CustomResource {
|
|
|
80
80
|
* (Optional, Sensitive) Password for the user. When omitted, a random password is generated using the following password policy: 12 characters with 1 digit, 1 symbol, with upper and lower case letters.
|
|
81
81
|
*/
|
|
82
82
|
readonly password: pulumi.Output<string>;
|
|
83
|
-
/**
|
|
84
|
-
* Password policy to match JFrog Access to provide pre-apply validation. Default values: `uppercase=1`, `lowercase=1`,
|
|
85
|
-
* `special_char=0`, `digit=1`, `length=8`. Also see [Supported Access
|
|
86
|
-
* Configurations](https://jfrog.com/help/r/jfrog-installation-setup-documentation/supported-access-configurations) for
|
|
87
|
-
* more details
|
|
88
|
-
*/
|
|
89
83
|
readonly passwordPolicy: pulumi.Output<outputs.UnmanagedUserPasswordPolicy | undefined>;
|
|
90
84
|
/**
|
|
91
85
|
* (Optional, Default: true) When enabled, this user can update their profile details (except for the password. Only an administrator can update the password). There may be cases in which you want to leave this unset to prevent users from updating their profile. For example, a departmental user with a single password shared between all department members.
|
|
@@ -132,12 +126,6 @@ export interface UnmanagedUserState {
|
|
|
132
126
|
* (Optional, Sensitive) Password for the user. When omitted, a random password is generated using the following password policy: 12 characters with 1 digit, 1 symbol, with upper and lower case letters.
|
|
133
127
|
*/
|
|
134
128
|
password?: pulumi.Input<string>;
|
|
135
|
-
/**
|
|
136
|
-
* Password policy to match JFrog Access to provide pre-apply validation. Default values: `uppercase=1`, `lowercase=1`,
|
|
137
|
-
* `special_char=0`, `digit=1`, `length=8`. Also see [Supported Access
|
|
138
|
-
* Configurations](https://jfrog.com/help/r/jfrog-installation-setup-documentation/supported-access-configurations) for
|
|
139
|
-
* more details
|
|
140
|
-
*/
|
|
141
129
|
passwordPolicy?: pulumi.Input<inputs.UnmanagedUserPasswordPolicy>;
|
|
142
130
|
/**
|
|
143
131
|
* (Optional, Default: true) When enabled, this user can update their profile details (except for the password. Only an administrator can update the password). There may be cases in which you want to leave this unset to prevent users from updating their profile. For example, a departmental user with a single password shared between all department members.
|
|
@@ -176,12 +164,6 @@ export interface UnmanagedUserArgs {
|
|
|
176
164
|
* (Optional, Sensitive) Password for the user. When omitted, a random password is generated using the following password policy: 12 characters with 1 digit, 1 symbol, with upper and lower case letters.
|
|
177
165
|
*/
|
|
178
166
|
password?: pulumi.Input<string>;
|
|
179
|
-
/**
|
|
180
|
-
* Password policy to match JFrog Access to provide pre-apply validation. Default values: `uppercase=1`, `lowercase=1`,
|
|
181
|
-
* `special_char=0`, `digit=1`, `length=8`. Also see [Supported Access
|
|
182
|
-
* Configurations](https://jfrog.com/help/r/jfrog-installation-setup-documentation/supported-access-configurations) for
|
|
183
|
-
* more details
|
|
184
|
-
*/
|
|
185
167
|
passwordPolicy?: pulumi.Input<inputs.UnmanagedUserPasswordPolicy>;
|
|
186
168
|
/**
|
|
187
169
|
* (Optional, Default: true) When enabled, this user can update their profile details (except for the password. Only an administrator can update the password). There may be cases in which you want to leave this unset to prevent users from updating their profile. For example, a departmental user with a single password shared between all department members.
|
package/unmanagedUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unmanagedUser.js","sourceRoot":"","sources":["../unmanagedUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;
|
|
1
|
+
{"version":3,"file":"unmanagedUser.js","sourceRoot":"","sources":["../unmanagedUser.ts"],"names":[],"mappings":"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"}
|
package/user.d.ts
CHANGED
|
@@ -2,11 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
6
|
-
* The password is a required field by the [Artifactory API](https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-CreateorReplaceUser), but we made it optional in this resource to accommodate the scenario where the password is not needed and will be reset by the actual user later.\
|
|
7
|
-
* When the optional attribute `password` is omitted, a random password is generated according to current Artifactory password policy.
|
|
8
|
-
*
|
|
9
|
-
* > The generated password won't be stored in the TF state and can not be recovered. The user must reset the password to be able to log in. An admin can always generate the access key for the user as well. The password change won't trigger state drift. We don't recommend to use this resource unless there is a specific use case for it. Recommended resource is `artifactory.ManagedUser`.
|
|
5
|
+
* ## Example Usage
|
|
10
6
|
*
|
|
11
7
|
* ## Import
|
|
12
8
|
*
|
package/user.js
CHANGED
|
@@ -6,11 +6,7 @@ exports.User = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
* The password is a required field by the [Artifactory API](https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-CreateorReplaceUser), but we made it optional in this resource to accommodate the scenario where the password is not needed and will be reset by the actual user later.\
|
|
11
|
-
* When the optional attribute `password` is omitted, a random password is generated according to current Artifactory password policy.
|
|
12
|
-
*
|
|
13
|
-
* > The generated password won't be stored in the TF state and can not be recovered. The user must reset the password to be able to log in. An admin can always generate the access key for the user as well. The password change won't trigger state drift. We don't recommend to use this resource unless there is a specific use case for it. Recommended resource is `artifactory.ManagedUser`.
|
|
9
|
+
* ## Example Usage
|
|
14
10
|
*
|
|
15
11
|
* ## Import
|
|
16
12
|
*
|
package/user.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../user.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../user.ts"],"names":[],"mappings":"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"}
|