@pulumi/vault 5.2.0 → 5.3.0-alpha.1646434758

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 (94) hide show
  1. package/ad/index.js +5 -1
  2. package/ad/index.js.map +1 -1
  3. package/ad/secretBackend.d.ts +36 -0
  4. package/ad/secretBackend.js +4 -0
  5. package/ad/secretBackend.js.map +1 -1
  6. package/alicloud/index.js +5 -1
  7. package/alicloud/index.js.map +1 -1
  8. package/approle/index.js +5 -1
  9. package/approle/index.js.map +1 -1
  10. package/aws/index.js +5 -1
  11. package/aws/index.js.map +1 -1
  12. package/azure/backend.d.ts +15 -0
  13. package/azure/backend.js +2 -0
  14. package/azure/backend.js.map +1 -1
  15. package/azure/index.js +5 -1
  16. package/azure/index.js.map +1 -1
  17. package/config/index.js +5 -1
  18. package/config/index.js.map +1 -1
  19. package/consul/index.js +5 -1
  20. package/consul/index.js.map +1 -1
  21. package/database/index.js +5 -1
  22. package/database/index.js.map +1 -1
  23. package/database/secretBackendConnection.d.ts +18 -0
  24. package/database/secretBackendConnection.js +2 -0
  25. package/database/secretBackendConnection.js.map +1 -1
  26. package/gcp/index.js +5 -1
  27. package/gcp/index.js.map +1 -1
  28. package/generic/index.js +5 -1
  29. package/generic/index.js.map +1 -1
  30. package/github/index.js +5 -1
  31. package/github/index.js.map +1 -1
  32. package/identity/group.d.ts +31 -0
  33. package/identity/group.js +31 -0
  34. package/identity/group.js.map +1 -1
  35. package/identity/index.js +5 -1
  36. package/identity/index.js.map +1 -1
  37. package/index.d.ts +2 -1
  38. package/index.js +8 -2
  39. package/index.js.map +1 -1
  40. package/jwt/index.js +5 -1
  41. package/jwt/index.js.map +1 -1
  42. package/kmip/index.d.ts +3 -0
  43. package/kmip/index.js +47 -0
  44. package/kmip/index.js.map +1 -0
  45. package/kmip/secretBackend.d.ts +205 -0
  46. package/kmip/secretBackend.js +106 -0
  47. package/kmip/secretBackend.js.map +1 -0
  48. package/kmip/secretRole.d.ts +321 -0
  49. package/kmip/secretRole.js +138 -0
  50. package/kmip/secretRole.js.map +1 -0
  51. package/kmip/secretScope.d.ts +105 -0
  52. package/kmip/secretScope.js +89 -0
  53. package/kmip/secretScope.js.map +1 -0
  54. package/kubernetes/authBackendConfig.d.ts +1 -1
  55. package/kubernetes/authBackendRole.d.ts +18 -6
  56. package/kubernetes/authBackendRole.js +2 -0
  57. package/kubernetes/authBackendRole.js.map +1 -1
  58. package/kubernetes/getAuthBackendRole.d.ts +7 -3
  59. package/kubernetes/getAuthBackendRole.js.map +1 -1
  60. package/kubernetes/index.js +5 -1
  61. package/kubernetes/index.js.map +1 -1
  62. package/ldap/authBackend.d.ts +12 -0
  63. package/ldap/authBackend.js +2 -0
  64. package/ldap/authBackend.js.map +1 -1
  65. package/ldap/index.js +5 -1
  66. package/ldap/index.js.map +1 -1
  67. package/okta/index.js +5 -1
  68. package/okta/index.js.map +1 -1
  69. package/package.json +2 -2
  70. package/package.json.dev +2 -2
  71. package/pkisecret/index.js +5 -1
  72. package/pkisecret/index.js.map +1 -1
  73. package/pkisecret/secretBackendIntermediateSetSigned.d.ts +9 -3
  74. package/pkisecret/secretBackendIntermediateSetSigned.js.map +1 -1
  75. package/pkisecret/secretBackendRootSignIntermediate.d.ts +18 -8
  76. package/pkisecret/secretBackendRootSignIntermediate.js +4 -2
  77. package/pkisecret/secretBackendRootSignIntermediate.js.map +1 -1
  78. package/rabbitmq/index.js +5 -1
  79. package/rabbitmq/index.js.map +1 -1
  80. package/ssh/index.js +5 -1
  81. package/ssh/index.js.map +1 -1
  82. package/terraformcloud/index.js +5 -1
  83. package/terraformcloud/index.js.map +1 -1
  84. package/tokenauth/authBackendRole.d.ts +37 -0
  85. package/tokenauth/authBackendRole.js +7 -0
  86. package/tokenauth/authBackendRole.js.map +1 -1
  87. package/tokenauth/index.js +5 -1
  88. package/tokenauth/index.js.map +1 -1
  89. package/transform/index.js +5 -1
  90. package/transform/index.js.map +1 -1
  91. package/transit/index.js +5 -1
  92. package/transit/index.js.map +1 -1
  93. package/types/input.d.ts +72 -0
  94. package/types/output.d.ts +72 -0
@@ -0,0 +1,321 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Manages KMIP Secret roles in a Vault server. This feature requires
4
+ * Vault Enterprise. See the [Vault documentation](https://www.vaultproject.io/docs/secrets/kmip)
5
+ * for more information.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as vault from "@pulumi/vault";
12
+ *
13
+ * const _default = new vault.kmip.SecretBackend("default", {
14
+ * path: "kmip",
15
+ * description: "Vault KMIP backend",
16
+ * });
17
+ * const dev = new vault.kmip.SecretScope("dev", {
18
+ * path: _default.path,
19
+ * scope: "dev",
20
+ * force: true,
21
+ * });
22
+ * const admin = new vault.kmip.SecretRole("admin", {
23
+ * path: dev.path,
24
+ * scope: dev.scope,
25
+ * role: "admin",
26
+ * tlsClientKeyType: "ec",
27
+ * tlsClientKeyBits: 256,
28
+ * operationActivate: true,
29
+ * operationGet: true,
30
+ * operationGetAttributes: true,
31
+ * operationCreate: true,
32
+ * operationDestroy: true,
33
+ * });
34
+ * ```
35
+ *
36
+ * ## Import
37
+ *
38
+ * KMIP Secret role can be imported using the `path`, e.g.
39
+ *
40
+ * ```sh
41
+ * $ pulumi import vault:kmip/secretRole:SecretRole admin kmip
42
+ * ```
43
+ */
44
+ export declare class SecretRole extends pulumi.CustomResource {
45
+ /**
46
+ * Get an existing SecretRole resource's state with the given name, ID, and optional extra
47
+ * properties used to qualify the lookup.
48
+ *
49
+ * @param name The _unique_ name of the resulting resource.
50
+ * @param id The _unique_ provider ID of the resource to lookup.
51
+ * @param state Any extra arguments used during the lookup.
52
+ * @param opts Optional settings to control the behavior of the CustomResource.
53
+ */
54
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: SecretRoleState, opts?: pulumi.CustomResourceOptions): SecretRole;
55
+ /**
56
+ * Returns true if the given object is an instance of SecretRole. This is designed to work even
57
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
58
+ */
59
+ static isInstance(obj: any): obj is SecretRole;
60
+ /**
61
+ * Grant permission to use the KMIP Activate operation.
62
+ */
63
+ readonly operationActivate: pulumi.Output<boolean>;
64
+ /**
65
+ * Grant permission to use the KMIP Add Attribute operation.
66
+ */
67
+ readonly operationAddAttribute: pulumi.Output<boolean>;
68
+ /**
69
+ * Grant all permissions to this role. May not be specified with any other `operation_*` params.
70
+ */
71
+ readonly operationAll: pulumi.Output<boolean>;
72
+ /**
73
+ * Grant permission to use the KMIP Create operation.
74
+ */
75
+ readonly operationCreate: pulumi.Output<boolean>;
76
+ /**
77
+ * Grant permission to use the KMIP Destroy operation.
78
+ */
79
+ readonly operationDestroy: pulumi.Output<boolean>;
80
+ /**
81
+ * Grant permission to use the KMIP Discover Version operation.
82
+ */
83
+ readonly operationDiscoverVersions: pulumi.Output<boolean>;
84
+ /**
85
+ * Grant permission to use the KMIP Get operation.
86
+ */
87
+ readonly operationGet: pulumi.Output<boolean>;
88
+ /**
89
+ * Grant permission to use the KMIP Get Atrribute List operation.
90
+ */
91
+ readonly operationGetAttributeList: pulumi.Output<boolean>;
92
+ /**
93
+ * Grant permission to use the KMIP Get Atrributes operation.
94
+ */
95
+ readonly operationGetAttributes: pulumi.Output<boolean>;
96
+ /**
97
+ * Grant permission to use the KMIP Get Locate operation.
98
+ */
99
+ readonly operationLocate: pulumi.Output<boolean>;
100
+ /**
101
+ * Remove all permissions from this role. May not be specified with any other `operation_*` params.
102
+ */
103
+ readonly operationNone: pulumi.Output<boolean>;
104
+ /**
105
+ * Grant permission to use the KMIP Register operation.
106
+ */
107
+ readonly operationRegister: pulumi.Output<boolean>;
108
+ /**
109
+ * Grant permission to use the KMIP Rekey operation.
110
+ */
111
+ readonly operationRekey: pulumi.Output<boolean>;
112
+ /**
113
+ * Grant permission to use the KMIP Revoke operation.
114
+ */
115
+ readonly operationRevoke: pulumi.Output<boolean>;
116
+ /**
117
+ * The unique path this backend should be mounted at. Must
118
+ * not begin or end with a `/`. Defaults to `kmip`.
119
+ */
120
+ readonly path: pulumi.Output<string>;
121
+ /**
122
+ * Name of the role.
123
+ */
124
+ readonly role: pulumi.Output<string>;
125
+ /**
126
+ * Name of the scope.
127
+ */
128
+ readonly scope: pulumi.Output<string>;
129
+ /**
130
+ * Client certificate key bits, valid values depend on key type.
131
+ */
132
+ readonly tlsClientKeyBits: pulumi.Output<number | undefined>;
133
+ /**
134
+ * Client certificate key type, `rsa` or `ec`.
135
+ */
136
+ readonly tlsClientKeyType: pulumi.Output<string | undefined>;
137
+ /**
138
+ * Client certificate TTL in seconds.
139
+ */
140
+ readonly tlsClientTtl: pulumi.Output<number | undefined>;
141
+ /**
142
+ * Create a SecretRole resource with the given unique name, arguments, and options.
143
+ *
144
+ * @param name The _unique_ name of the resource.
145
+ * @param args The arguments to use to populate this resource's properties.
146
+ * @param opts A bag of options that control this resource's behavior.
147
+ */
148
+ constructor(name: string, args: SecretRoleArgs, opts?: pulumi.CustomResourceOptions);
149
+ }
150
+ /**
151
+ * Input properties used for looking up and filtering SecretRole resources.
152
+ */
153
+ export interface SecretRoleState {
154
+ /**
155
+ * Grant permission to use the KMIP Activate operation.
156
+ */
157
+ operationActivate?: pulumi.Input<boolean>;
158
+ /**
159
+ * Grant permission to use the KMIP Add Attribute operation.
160
+ */
161
+ operationAddAttribute?: pulumi.Input<boolean>;
162
+ /**
163
+ * Grant all permissions to this role. May not be specified with any other `operation_*` params.
164
+ */
165
+ operationAll?: pulumi.Input<boolean>;
166
+ /**
167
+ * Grant permission to use the KMIP Create operation.
168
+ */
169
+ operationCreate?: pulumi.Input<boolean>;
170
+ /**
171
+ * Grant permission to use the KMIP Destroy operation.
172
+ */
173
+ operationDestroy?: pulumi.Input<boolean>;
174
+ /**
175
+ * Grant permission to use the KMIP Discover Version operation.
176
+ */
177
+ operationDiscoverVersions?: pulumi.Input<boolean>;
178
+ /**
179
+ * Grant permission to use the KMIP Get operation.
180
+ */
181
+ operationGet?: pulumi.Input<boolean>;
182
+ /**
183
+ * Grant permission to use the KMIP Get Atrribute List operation.
184
+ */
185
+ operationGetAttributeList?: pulumi.Input<boolean>;
186
+ /**
187
+ * Grant permission to use the KMIP Get Atrributes operation.
188
+ */
189
+ operationGetAttributes?: pulumi.Input<boolean>;
190
+ /**
191
+ * Grant permission to use the KMIP Get Locate operation.
192
+ */
193
+ operationLocate?: pulumi.Input<boolean>;
194
+ /**
195
+ * Remove all permissions from this role. May not be specified with any other `operation_*` params.
196
+ */
197
+ operationNone?: pulumi.Input<boolean>;
198
+ /**
199
+ * Grant permission to use the KMIP Register operation.
200
+ */
201
+ operationRegister?: pulumi.Input<boolean>;
202
+ /**
203
+ * Grant permission to use the KMIP Rekey operation.
204
+ */
205
+ operationRekey?: pulumi.Input<boolean>;
206
+ /**
207
+ * Grant permission to use the KMIP Revoke operation.
208
+ */
209
+ operationRevoke?: pulumi.Input<boolean>;
210
+ /**
211
+ * The unique path this backend should be mounted at. Must
212
+ * not begin or end with a `/`. Defaults to `kmip`.
213
+ */
214
+ path?: pulumi.Input<string>;
215
+ /**
216
+ * Name of the role.
217
+ */
218
+ role?: pulumi.Input<string>;
219
+ /**
220
+ * Name of the scope.
221
+ */
222
+ scope?: pulumi.Input<string>;
223
+ /**
224
+ * Client certificate key bits, valid values depend on key type.
225
+ */
226
+ tlsClientKeyBits?: pulumi.Input<number>;
227
+ /**
228
+ * Client certificate key type, `rsa` or `ec`.
229
+ */
230
+ tlsClientKeyType?: pulumi.Input<string>;
231
+ /**
232
+ * Client certificate TTL in seconds.
233
+ */
234
+ tlsClientTtl?: pulumi.Input<number>;
235
+ }
236
+ /**
237
+ * The set of arguments for constructing a SecretRole resource.
238
+ */
239
+ export interface SecretRoleArgs {
240
+ /**
241
+ * Grant permission to use the KMIP Activate operation.
242
+ */
243
+ operationActivate?: pulumi.Input<boolean>;
244
+ /**
245
+ * Grant permission to use the KMIP Add Attribute operation.
246
+ */
247
+ operationAddAttribute?: pulumi.Input<boolean>;
248
+ /**
249
+ * Grant all permissions to this role. May not be specified with any other `operation_*` params.
250
+ */
251
+ operationAll?: pulumi.Input<boolean>;
252
+ /**
253
+ * Grant permission to use the KMIP Create operation.
254
+ */
255
+ operationCreate?: pulumi.Input<boolean>;
256
+ /**
257
+ * Grant permission to use the KMIP Destroy operation.
258
+ */
259
+ operationDestroy?: pulumi.Input<boolean>;
260
+ /**
261
+ * Grant permission to use the KMIP Discover Version operation.
262
+ */
263
+ operationDiscoverVersions?: pulumi.Input<boolean>;
264
+ /**
265
+ * Grant permission to use the KMIP Get operation.
266
+ */
267
+ operationGet?: pulumi.Input<boolean>;
268
+ /**
269
+ * Grant permission to use the KMIP Get Atrribute List operation.
270
+ */
271
+ operationGetAttributeList?: pulumi.Input<boolean>;
272
+ /**
273
+ * Grant permission to use the KMIP Get Atrributes operation.
274
+ */
275
+ operationGetAttributes?: pulumi.Input<boolean>;
276
+ /**
277
+ * Grant permission to use the KMIP Get Locate operation.
278
+ */
279
+ operationLocate?: pulumi.Input<boolean>;
280
+ /**
281
+ * Remove all permissions from this role. May not be specified with any other `operation_*` params.
282
+ */
283
+ operationNone?: pulumi.Input<boolean>;
284
+ /**
285
+ * Grant permission to use the KMIP Register operation.
286
+ */
287
+ operationRegister?: pulumi.Input<boolean>;
288
+ /**
289
+ * Grant permission to use the KMIP Rekey operation.
290
+ */
291
+ operationRekey?: pulumi.Input<boolean>;
292
+ /**
293
+ * Grant permission to use the KMIP Revoke operation.
294
+ */
295
+ operationRevoke?: pulumi.Input<boolean>;
296
+ /**
297
+ * The unique path this backend should be mounted at. Must
298
+ * not begin or end with a `/`. Defaults to `kmip`.
299
+ */
300
+ path: pulumi.Input<string>;
301
+ /**
302
+ * Name of the role.
303
+ */
304
+ role: pulumi.Input<string>;
305
+ /**
306
+ * Name of the scope.
307
+ */
308
+ scope: pulumi.Input<string>;
309
+ /**
310
+ * Client certificate key bits, valid values depend on key type.
311
+ */
312
+ tlsClientKeyBits?: pulumi.Input<number>;
313
+ /**
314
+ * Client certificate key type, `rsa` or `ec`.
315
+ */
316
+ tlsClientKeyType?: pulumi.Input<string>;
317
+ /**
318
+ * Client certificate TTL in seconds.
319
+ */
320
+ tlsClientTtl?: pulumi.Input<number>;
321
+ }
@@ -0,0 +1,138 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.SecretRole = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Manages KMIP Secret roles in a Vault server. This feature requires
10
+ * Vault Enterprise. See the [Vault documentation](https://www.vaultproject.io/docs/secrets/kmip)
11
+ * for more information.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as vault from "@pulumi/vault";
18
+ *
19
+ * const _default = new vault.kmip.SecretBackend("default", {
20
+ * path: "kmip",
21
+ * description: "Vault KMIP backend",
22
+ * });
23
+ * const dev = new vault.kmip.SecretScope("dev", {
24
+ * path: _default.path,
25
+ * scope: "dev",
26
+ * force: true,
27
+ * });
28
+ * const admin = new vault.kmip.SecretRole("admin", {
29
+ * path: dev.path,
30
+ * scope: dev.scope,
31
+ * role: "admin",
32
+ * tlsClientKeyType: "ec",
33
+ * tlsClientKeyBits: 256,
34
+ * operationActivate: true,
35
+ * operationGet: true,
36
+ * operationGetAttributes: true,
37
+ * operationCreate: true,
38
+ * operationDestroy: true,
39
+ * });
40
+ * ```
41
+ *
42
+ * ## Import
43
+ *
44
+ * KMIP Secret role can be imported using the `path`, e.g.
45
+ *
46
+ * ```sh
47
+ * $ pulumi import vault:kmip/secretRole:SecretRole admin kmip
48
+ * ```
49
+ */
50
+ class SecretRole extends pulumi.CustomResource {
51
+ constructor(name, argsOrState, opts) {
52
+ let resourceInputs = {};
53
+ opts = opts || {};
54
+ if (opts.id) {
55
+ const state = argsOrState;
56
+ resourceInputs["operationActivate"] = state ? state.operationActivate : undefined;
57
+ resourceInputs["operationAddAttribute"] = state ? state.operationAddAttribute : undefined;
58
+ resourceInputs["operationAll"] = state ? state.operationAll : undefined;
59
+ resourceInputs["operationCreate"] = state ? state.operationCreate : undefined;
60
+ resourceInputs["operationDestroy"] = state ? state.operationDestroy : undefined;
61
+ resourceInputs["operationDiscoverVersions"] = state ? state.operationDiscoverVersions : undefined;
62
+ resourceInputs["operationGet"] = state ? state.operationGet : undefined;
63
+ resourceInputs["operationGetAttributeList"] = state ? state.operationGetAttributeList : undefined;
64
+ resourceInputs["operationGetAttributes"] = state ? state.operationGetAttributes : undefined;
65
+ resourceInputs["operationLocate"] = state ? state.operationLocate : undefined;
66
+ resourceInputs["operationNone"] = state ? state.operationNone : undefined;
67
+ resourceInputs["operationRegister"] = state ? state.operationRegister : undefined;
68
+ resourceInputs["operationRekey"] = state ? state.operationRekey : undefined;
69
+ resourceInputs["operationRevoke"] = state ? state.operationRevoke : undefined;
70
+ resourceInputs["path"] = state ? state.path : undefined;
71
+ resourceInputs["role"] = state ? state.role : undefined;
72
+ resourceInputs["scope"] = state ? state.scope : undefined;
73
+ resourceInputs["tlsClientKeyBits"] = state ? state.tlsClientKeyBits : undefined;
74
+ resourceInputs["tlsClientKeyType"] = state ? state.tlsClientKeyType : undefined;
75
+ resourceInputs["tlsClientTtl"] = state ? state.tlsClientTtl : undefined;
76
+ }
77
+ else {
78
+ const args = argsOrState;
79
+ if ((!args || args.path === undefined) && !opts.urn) {
80
+ throw new Error("Missing required property 'path'");
81
+ }
82
+ if ((!args || args.role === undefined) && !opts.urn) {
83
+ throw new Error("Missing required property 'role'");
84
+ }
85
+ if ((!args || args.scope === undefined) && !opts.urn) {
86
+ throw new Error("Missing required property 'scope'");
87
+ }
88
+ resourceInputs["operationActivate"] = args ? args.operationActivate : undefined;
89
+ resourceInputs["operationAddAttribute"] = args ? args.operationAddAttribute : undefined;
90
+ resourceInputs["operationAll"] = args ? args.operationAll : undefined;
91
+ resourceInputs["operationCreate"] = args ? args.operationCreate : undefined;
92
+ resourceInputs["operationDestroy"] = args ? args.operationDestroy : undefined;
93
+ resourceInputs["operationDiscoverVersions"] = args ? args.operationDiscoverVersions : undefined;
94
+ resourceInputs["operationGet"] = args ? args.operationGet : undefined;
95
+ resourceInputs["operationGetAttributeList"] = args ? args.operationGetAttributeList : undefined;
96
+ resourceInputs["operationGetAttributes"] = args ? args.operationGetAttributes : undefined;
97
+ resourceInputs["operationLocate"] = args ? args.operationLocate : undefined;
98
+ resourceInputs["operationNone"] = args ? args.operationNone : undefined;
99
+ resourceInputs["operationRegister"] = args ? args.operationRegister : undefined;
100
+ resourceInputs["operationRekey"] = args ? args.operationRekey : undefined;
101
+ resourceInputs["operationRevoke"] = args ? args.operationRevoke : undefined;
102
+ resourceInputs["path"] = args ? args.path : undefined;
103
+ resourceInputs["role"] = args ? args.role : undefined;
104
+ resourceInputs["scope"] = args ? args.scope : undefined;
105
+ resourceInputs["tlsClientKeyBits"] = args ? args.tlsClientKeyBits : undefined;
106
+ resourceInputs["tlsClientKeyType"] = args ? args.tlsClientKeyType : undefined;
107
+ resourceInputs["tlsClientTtl"] = args ? args.tlsClientTtl : undefined;
108
+ }
109
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
110
+ super(SecretRole.__pulumiType, name, resourceInputs, opts);
111
+ }
112
+ /**
113
+ * Get an existing SecretRole resource's state with the given name, ID, and optional extra
114
+ * properties used to qualify the lookup.
115
+ *
116
+ * @param name The _unique_ name of the resulting resource.
117
+ * @param id The _unique_ provider ID of the resource to lookup.
118
+ * @param state Any extra arguments used during the lookup.
119
+ * @param opts Optional settings to control the behavior of the CustomResource.
120
+ */
121
+ static get(name, id, state, opts) {
122
+ return new SecretRole(name, state, Object.assign(Object.assign({}, opts), { id: id }));
123
+ }
124
+ /**
125
+ * Returns true if the given object is an instance of SecretRole. This is designed to work even
126
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
127
+ */
128
+ static isInstance(obj) {
129
+ if (obj === undefined || obj === null) {
130
+ return false;
131
+ }
132
+ return obj['__pulumiType'] === SecretRole.__pulumiType;
133
+ }
134
+ }
135
+ exports.SecretRole = SecretRole;
136
+ /** @internal */
137
+ SecretRole.__pulumiType = 'vault:kmip/secretRole:SecretRole';
138
+ //# sourceMappingURL=secretRole.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secretRole.js","sourceRoot":"","sources":["../../kmip/secretRole.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,105 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Manages KMIP Secret Scopes in a Vault server. This feature requires
4
+ * Vault Enterprise. See the [Vault documentation](https://www.vaultproject.io/docs/secrets/kmip)
5
+ * for more information.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as vault from "@pulumi/vault";
12
+ *
13
+ * const _default = new vault.kmip.SecretBackend("default", {
14
+ * path: "kmip",
15
+ * description: "Vault KMIP backend",
16
+ * });
17
+ * const dev = new vault.kmip.SecretScope("dev", {
18
+ * path: _default.path,
19
+ * scope: "dev",
20
+ * force: true,
21
+ * });
22
+ * ```
23
+ *
24
+ * ## Import
25
+ *
26
+ * KMIP Secret scope can be imported using the `path`, e.g.
27
+ *
28
+ * ```sh
29
+ * $ pulumi import vault:kmip/secretScope:SecretScope dev kmip
30
+ * ```
31
+ */
32
+ export declare class SecretScope extends pulumi.CustomResource {
33
+ /**
34
+ * Get an existing SecretScope resource's state with the given name, ID, and optional extra
35
+ * properties used to qualify the lookup.
36
+ *
37
+ * @param name The _unique_ name of the resulting resource.
38
+ * @param id The _unique_ provider ID of the resource to lookup.
39
+ * @param state Any extra arguments used during the lookup.
40
+ * @param opts Optional settings to control the behavior of the CustomResource.
41
+ */
42
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: SecretScopeState, opts?: pulumi.CustomResourceOptions): SecretScope;
43
+ /**
44
+ * Returns true if the given object is an instance of SecretScope. This is designed to work even
45
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
46
+ */
47
+ static isInstance(obj: any): obj is SecretScope;
48
+ /**
49
+ * Boolean field to force deletion even if there are managed objects in the scope.
50
+ */
51
+ readonly force: pulumi.Output<boolean | undefined>;
52
+ /**
53
+ * The unique path this backend should be mounted at. Must
54
+ * not begin or end with a `/`. Defaults to `kmip`.
55
+ */
56
+ readonly path: pulumi.Output<string>;
57
+ /**
58
+ * Name of the scope.
59
+ */
60
+ readonly scope: pulumi.Output<string>;
61
+ /**
62
+ * Create a SecretScope resource with the given unique name, arguments, and options.
63
+ *
64
+ * @param name The _unique_ name of the resource.
65
+ * @param args The arguments to use to populate this resource's properties.
66
+ * @param opts A bag of options that control this resource's behavior.
67
+ */
68
+ constructor(name: string, args: SecretScopeArgs, opts?: pulumi.CustomResourceOptions);
69
+ }
70
+ /**
71
+ * Input properties used for looking up and filtering SecretScope resources.
72
+ */
73
+ export interface SecretScopeState {
74
+ /**
75
+ * Boolean field to force deletion even if there are managed objects in the scope.
76
+ */
77
+ force?: pulumi.Input<boolean>;
78
+ /**
79
+ * The unique path this backend should be mounted at. Must
80
+ * not begin or end with a `/`. Defaults to `kmip`.
81
+ */
82
+ path?: pulumi.Input<string>;
83
+ /**
84
+ * Name of the scope.
85
+ */
86
+ scope?: pulumi.Input<string>;
87
+ }
88
+ /**
89
+ * The set of arguments for constructing a SecretScope resource.
90
+ */
91
+ export interface SecretScopeArgs {
92
+ /**
93
+ * Boolean field to force deletion even if there are managed objects in the scope.
94
+ */
95
+ force?: pulumi.Input<boolean>;
96
+ /**
97
+ * The unique path this backend should be mounted at. Must
98
+ * not begin or end with a `/`. Defaults to `kmip`.
99
+ */
100
+ path: pulumi.Input<string>;
101
+ /**
102
+ * Name of the scope.
103
+ */
104
+ scope: pulumi.Input<string>;
105
+ }
@@ -0,0 +1,89 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.SecretScope = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Manages KMIP Secret Scopes in a Vault server. This feature requires
10
+ * Vault Enterprise. See the [Vault documentation](https://www.vaultproject.io/docs/secrets/kmip)
11
+ * for more information.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as vault from "@pulumi/vault";
18
+ *
19
+ * const _default = new vault.kmip.SecretBackend("default", {
20
+ * path: "kmip",
21
+ * description: "Vault KMIP backend",
22
+ * });
23
+ * const dev = new vault.kmip.SecretScope("dev", {
24
+ * path: _default.path,
25
+ * scope: "dev",
26
+ * force: true,
27
+ * });
28
+ * ```
29
+ *
30
+ * ## Import
31
+ *
32
+ * KMIP Secret scope can be imported using the `path`, e.g.
33
+ *
34
+ * ```sh
35
+ * $ pulumi import vault:kmip/secretScope:SecretScope dev kmip
36
+ * ```
37
+ */
38
+ class SecretScope extends pulumi.CustomResource {
39
+ constructor(name, argsOrState, opts) {
40
+ let resourceInputs = {};
41
+ opts = opts || {};
42
+ if (opts.id) {
43
+ const state = argsOrState;
44
+ resourceInputs["force"] = state ? state.force : undefined;
45
+ resourceInputs["path"] = state ? state.path : undefined;
46
+ resourceInputs["scope"] = state ? state.scope : undefined;
47
+ }
48
+ else {
49
+ const args = argsOrState;
50
+ if ((!args || args.path === undefined) && !opts.urn) {
51
+ throw new Error("Missing required property 'path'");
52
+ }
53
+ if ((!args || args.scope === undefined) && !opts.urn) {
54
+ throw new Error("Missing required property 'scope'");
55
+ }
56
+ resourceInputs["force"] = args ? args.force : undefined;
57
+ resourceInputs["path"] = args ? args.path : undefined;
58
+ resourceInputs["scope"] = args ? args.scope : undefined;
59
+ }
60
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
61
+ super(SecretScope.__pulumiType, name, resourceInputs, opts);
62
+ }
63
+ /**
64
+ * Get an existing SecretScope resource's state with the given name, ID, and optional extra
65
+ * properties used to qualify the lookup.
66
+ *
67
+ * @param name The _unique_ name of the resulting resource.
68
+ * @param id The _unique_ provider ID of the resource to lookup.
69
+ * @param state Any extra arguments used during the lookup.
70
+ * @param opts Optional settings to control the behavior of the CustomResource.
71
+ */
72
+ static get(name, id, state, opts) {
73
+ return new SecretScope(name, state, Object.assign(Object.assign({}, opts), { id: id }));
74
+ }
75
+ /**
76
+ * Returns true if the given object is an instance of SecretScope. This is designed to work even
77
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
78
+ */
79
+ static isInstance(obj) {
80
+ if (obj === undefined || obj === null) {
81
+ return false;
82
+ }
83
+ return obj['__pulumiType'] === SecretScope.__pulumiType;
84
+ }
85
+ }
86
+ exports.SecretScope = SecretScope;
87
+ /** @internal */
88
+ SecretScope.__pulumiType = 'vault:kmip/secretScope:SecretScope';
89
+ //# sourceMappingURL=secretScope.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secretScope.js","sourceRoot":"","sources":["../../kmip/secretScope.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAkDlD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;IAvED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;;AA1BL,kCAyEC;AA3DG,gBAAgB;AACO,wBAAY,GAAG,oCAAoC,CAAC"}
@@ -66,7 +66,7 @@ export declare class AuthBackendConfig extends pulumi.CustomResource {
66
66
  /**
67
67
  * PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
68
68
  */
69
- readonly kubernetesCaCert: pulumi.Output<string | undefined>;
69
+ readonly kubernetesCaCert: pulumi.Output<string>;
70
70
  /**
71
71
  * Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
72
72
  */