@pulumi/kafka 3.12.1 → 3.12.2
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/kafka",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.2",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Kafka.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"pulumi": {
|
|
23
23
|
"resource": true,
|
|
24
24
|
"name": "kafka",
|
|
25
|
-
"version": "3.12.
|
|
25
|
+
"version": "3.12.2"
|
|
26
26
|
}
|
|
27
27
|
}
|
package/userScramCredential.d.ts
CHANGED
|
@@ -28,6 +28,11 @@ export declare class UserScramCredential extends pulumi.CustomResource {
|
|
|
28
28
|
* The password of the credential (deprecated, use passwordWo instead)
|
|
29
29
|
*/
|
|
30
30
|
readonly password: pulumi.Output<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
33
|
+
* The write-only password of the credential
|
|
34
|
+
*/
|
|
35
|
+
readonly passwordWo: pulumi.Output<string | undefined>;
|
|
31
36
|
/**
|
|
32
37
|
* Version identifier for the write-only password to track changes
|
|
33
38
|
*/
|
|
@@ -61,6 +66,11 @@ export interface UserScramCredentialState {
|
|
|
61
66
|
* The password of the credential (deprecated, use passwordWo instead)
|
|
62
67
|
*/
|
|
63
68
|
password?: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
71
|
+
* The write-only password of the credential
|
|
72
|
+
*/
|
|
73
|
+
passwordWo?: pulumi.Input<string>;
|
|
64
74
|
/**
|
|
65
75
|
* Version identifier for the write-only password to track changes
|
|
66
76
|
*/
|
|
@@ -86,6 +96,11 @@ export interface UserScramCredentialArgs {
|
|
|
86
96
|
* The password of the credential (deprecated, use passwordWo instead)
|
|
87
97
|
*/
|
|
88
98
|
password?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
101
|
+
* The write-only password of the credential
|
|
102
|
+
*/
|
|
103
|
+
passwordWo?: pulumi.Input<string>;
|
|
89
104
|
/**
|
|
90
105
|
* Version identifier for the write-only password to track changes
|
|
91
106
|
*/
|
package/userScramCredential.js
CHANGED
|
@@ -43,6 +43,7 @@ class UserScramCredential extends pulumi.CustomResource {
|
|
|
43
43
|
if (opts.id) {
|
|
44
44
|
const state = argsOrState;
|
|
45
45
|
resourceInputs["password"] = state?.password;
|
|
46
|
+
resourceInputs["passwordWo"] = state?.passwordWo;
|
|
46
47
|
resourceInputs["passwordWoVersion"] = state?.passwordWoVersion;
|
|
47
48
|
resourceInputs["scramIterations"] = state?.scramIterations;
|
|
48
49
|
resourceInputs["scramMechanism"] = state?.scramMechanism;
|
|
@@ -57,13 +58,14 @@ class UserScramCredential extends pulumi.CustomResource {
|
|
|
57
58
|
throw new Error("Missing required property 'username'");
|
|
58
59
|
}
|
|
59
60
|
resourceInputs["password"] = args?.password ? pulumi.secret(args.password) : undefined;
|
|
61
|
+
resourceInputs["passwordWo"] = args?.passwordWo ? pulumi.secret(args.passwordWo) : undefined;
|
|
60
62
|
resourceInputs["passwordWoVersion"] = args?.passwordWoVersion;
|
|
61
63
|
resourceInputs["scramIterations"] = args?.scramIterations;
|
|
62
64
|
resourceInputs["scramMechanism"] = args?.scramMechanism;
|
|
63
65
|
resourceInputs["username"] = args?.username;
|
|
64
66
|
}
|
|
65
67
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
66
|
-
const secretOpts = { additionalSecretOutputs: ["password"] };
|
|
68
|
+
const secretOpts = { additionalSecretOutputs: ["password", "passwordWo"] };
|
|
67
69
|
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
68
70
|
super(UserScramCredential.__pulumiType, name, resourceInputs, opts);
|
|
69
71
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userScramCredential.js","sourceRoot":"","sources":["../userScramCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,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,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;
|
|
1
|
+
{"version":3,"file":"userScramCredential.js","sourceRoot":"","sources":["../userScramCredential.ts"],"names":[],"mappings":"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"}
|