From dba1fe24711cb5f445b92c9c7d0ded1b54f4ef28 Mon Sep 17 00:00:00 2001 From: pulumi-bot Date: Thu, 5 Sep 2024 12:24:32 +0000 Subject: [PATCH 1/2] make tfgen --- examples/go.mod | 4 ++-- examples/go.sum | 8 ++++---- provider/cmd/pulumi-resource-vault/schema.json | 6 +++--- provider/go.mod | 10 ++++++---- provider/go.sum | 12 ++++++------ sdk/go.mod | 2 +- sdk/go.sum | 4 ++-- 7 files changed, 24 insertions(+), 22 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index 1a865d10..a50dde3b 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -2,7 +2,7 @@ module github.com/pulumi/pulumi-vault/examples/v6 go 1.21 -require github.com/pulumi/pulumi/pkg/v3 v3.129.0 +require github.com/pulumi/pulumi/pkg/v3 v3.130.0 require ( cloud.google.com/go v0.112.1 // indirect @@ -123,7 +123,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect github.com/pulumi/esc v0.9.1 // indirect - github.com/pulumi/pulumi/sdk/v3 v3.129.0 // indirect + github.com/pulumi/pulumi/sdk/v3 v3.130.0 // indirect github.com/rivo/uniseg v0.4.4 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect github.com/ryanuber/go-glob v1.0.0 // indirect diff --git a/examples/go.sum b/examples/go.sum index d9d59af9..1fc06cde 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -342,10 +342,10 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= -github.com/pulumi/pulumi/pkg/v3 v3.129.0 h1:n4Jd4ctlvw3eqyHglb/yJKDtRqjOvdkCBfG5T+orU30= -github.com/pulumi/pulumi/pkg/v3 v3.129.0/go.mod h1:W3c7JgO064kUH5IfyQMCgmsAr5iwr3PO6KEeIQiO0dY= -github.com/pulumi/pulumi/sdk/v3 v3.129.0 h1:uZpTTwWTx7Mk8UT9FgatzxzArim47vZ6hzNCKvgvX6A= -github.com/pulumi/pulumi/sdk/v3 v3.129.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY= +github.com/pulumi/pulumi/pkg/v3 v3.130.0 h1:lS51XeCnhg72LXkMiw2FP1cGP+Y85wYD3quWhCPD5+M= +github.com/pulumi/pulumi/pkg/v3 v3.130.0/go.mod h1:jhZ1Ug5Rl1qivexgEWvmwSWYIT/jRnKSFhLwwv6PrZ0= +github.com/pulumi/pulumi/sdk/v3 v3.130.0 h1:gGJNd+akPqhZ+vrsZmAjSNJn6kGJkitjjkwrmIQMmn8= +github.com/pulumi/pulumi/sdk/v3 v3.130.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= diff --git a/provider/cmd/pulumi-resource-vault/schema.json b/provider/cmd/pulumi-resource-vault/schema.json index 807c32bd..f8740910 100644 --- a/provider/cmd/pulumi-resource-vault/schema.json +++ b/provider/cmd/pulumi-resource-vault/schema.json @@ -30933,7 +30933,7 @@ }, "pathSuffix": { "type": "string", - "description": "Tokens created against this role will have the given suffix as part of their path in addition to the role name.\n\n\u003e Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.\n" + "description": "Tokens created against this role will have the given suffix as part of their path in addition to the role name.\n" }, "renewable": { "type": "boolean", @@ -31036,7 +31036,7 @@ }, "pathSuffix": { "type": "string", - "description": "Tokens created against this role will have the given suffix as part of their path in addition to the role name.\n\n\u003e Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.\n" + "description": "Tokens created against this role will have the given suffix as part of their path in addition to the role name.\n" }, "renewable": { "type": "boolean", @@ -31142,7 +31142,7 @@ }, "pathSuffix": { "type": "string", - "description": "Tokens created against this role will have the given suffix as part of their path in addition to the role name.\n\n\u003e Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.\n" + "description": "Tokens created against this role will have the given suffix as part of their path in addition to the role name.\n" }, "renewable": { "type": "boolean", diff --git a/provider/go.mod b/provider/go.mod index bec07ccc..bdccc0a3 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -1,12 +1,14 @@ module github.com/pulumi/pulumi-vault/provider/v6 -go 1.21.12 +go 1.22 + +toolchain go1.22.6 require ( github.com/hashicorp/terraform-provider-vault v0.0.0 github.com/pulumi/providertest v0.0.14 - github.com/pulumi/pulumi-terraform-bridge/v3 v3.89.1 - github.com/pulumi/pulumi/sdk/v3 v3.129.0 + github.com/pulumi/pulumi-terraform-bridge/v3 v3.89.2-0.20240904180126-ae899ede6541 + github.com/pulumi/pulumi/sdk/v3 v3.130.0 github.com/stretchr/testify v1.9.0 ) @@ -222,7 +224,7 @@ require ( github.com/pulumi/pulumi-java/pkg v0.14.0 // indirect github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8 // indirect github.com/pulumi/pulumi-yaml v1.9.2 // indirect - github.com/pulumi/pulumi/pkg/v3 v3.129.0 // indirect + github.com/pulumi/pulumi/pkg/v3 v3.130.0 // indirect github.com/pulumi/schema-tools v0.1.2 // indirect github.com/pulumi/terraform-diff-reader v0.0.2 // indirect github.com/rivo/uniseg v0.4.4 // indirect diff --git a/provider/go.sum b/provider/go.sum index 4df65d8e..bcf2d8f9 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -2857,16 +2857,16 @@ github.com/pulumi/providertest v0.0.14 h1:5QlAPAAs82jkQraHsJvq1xgVfC7xtW8sFJwv2p github.com/pulumi/providertest v0.0.14/go.mod h1:GcsqEGgSngwaNOD+kICJPIUQlnA911fGBU8HDlJvVL0= github.com/pulumi/pulumi-java/pkg v0.14.0 h1:CKL7lLF81Fq6VRhA5TNFsSMnHraTNCUzIhqCzYX8Wzk= github.com/pulumi/pulumi-java/pkg v0.14.0/go.mod h1:VybuJMWJtJc9ZNbt1kcYH4TbpocMx9mEi7YWL2Co99c= -github.com/pulumi/pulumi-terraform-bridge/v3 v3.89.1 h1:FLQknb6r3r/uaj1XLbouFF88eF1Fk0h4JOVS9kHKDRY= -github.com/pulumi/pulumi-terraform-bridge/v3 v3.89.1/go.mod h1:JAxygKR/XGW6zIv6iOP6sHAYjZ7OCtqU7j6Od1lUk38= +github.com/pulumi/pulumi-terraform-bridge/v3 v3.89.2-0.20240904180126-ae899ede6541 h1:5+YvQ4WCS72rN4wxBc3eH7Z4rPUpghWOMfExnhBcDVc= +github.com/pulumi/pulumi-terraform-bridge/v3 v3.89.2-0.20240904180126-ae899ede6541/go.mod h1:dIVp4qG+GsUwmpz40L7Z+PZnzHf3cQq1CAFwhz++ris= github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8 h1:mav2tSitA9BPJPLLahKgepHyYsMzwaTm4cvp0dcTMYw= github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8/go.mod h1:qUYk2c9i/yqMGNj9/bQyXpS39BxNDSXYjVN1njnq0zY= github.com/pulumi/pulumi-yaml v1.9.2 h1:BCUuRPA1USmFXrExiHRU8yJ+OiphLYnroPxKRgGCJrs= github.com/pulumi/pulumi-yaml v1.9.2/go.mod h1:sIh/Oa/NLRGTojevh8D2/cPDPvo2j9iXegVDQIKKfw4= -github.com/pulumi/pulumi/pkg/v3 v3.129.0 h1:n4Jd4ctlvw3eqyHglb/yJKDtRqjOvdkCBfG5T+orU30= -github.com/pulumi/pulumi/pkg/v3 v3.129.0/go.mod h1:W3c7JgO064kUH5IfyQMCgmsAr5iwr3PO6KEeIQiO0dY= -github.com/pulumi/pulumi/sdk/v3 v3.129.0 h1:uZpTTwWTx7Mk8UT9FgatzxzArim47vZ6hzNCKvgvX6A= -github.com/pulumi/pulumi/sdk/v3 v3.129.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY= +github.com/pulumi/pulumi/pkg/v3 v3.130.0 h1:lS51XeCnhg72LXkMiw2FP1cGP+Y85wYD3quWhCPD5+M= +github.com/pulumi/pulumi/pkg/v3 v3.130.0/go.mod h1:jhZ1Ug5Rl1qivexgEWvmwSWYIT/jRnKSFhLwwv6PrZ0= +github.com/pulumi/pulumi/sdk/v3 v3.130.0 h1:gGJNd+akPqhZ+vrsZmAjSNJn6kGJkitjjkwrmIQMmn8= +github.com/pulumi/pulumi/sdk/v3 v3.130.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY= github.com/pulumi/schema-tools v0.1.2 h1:Fd9xvUjgck4NA+7/jSk7InqCUT4Kj940+EcnbQKpfZo= github.com/pulumi/schema-tools v0.1.2/go.mod h1:62lgj52Tzq11eqWTIaKd+EVyYAu5dEcDJxMhTjvMO/k= github.com/pulumi/terraform-diff-reader v0.0.2 h1:kTE4nEXU3/SYXESvAIem+wyHMI3abqkI3OhJ0G04LLI= diff --git a/sdk/go.mod b/sdk/go.mod index 06f39518..16d17bb0 100644 --- a/sdk/go.mod +++ b/sdk/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/blang/semver v3.5.1+incompatible - github.com/pulumi/pulumi/sdk/v3 v3.129.0 + github.com/pulumi/pulumi/sdk/v3 v3.130.0 ) require ( diff --git a/sdk/go.sum b/sdk/go.sum index 07e28f48..db4a0a8c 100644 --- a/sdk/go.sum +++ b/sdk/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= -github.com/pulumi/pulumi/sdk/v3 v3.129.0 h1:uZpTTwWTx7Mk8UT9FgatzxzArim47vZ6hzNCKvgvX6A= -github.com/pulumi/pulumi/sdk/v3 v3.129.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY= +github.com/pulumi/pulumi/sdk/v3 v3.130.0 h1:gGJNd+akPqhZ+vrsZmAjSNJn6kGJkitjjkwrmIQMmn8= +github.com/pulumi/pulumi/sdk/v3 v3.130.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= From 781c684ebacc2e18842b0f3fbe1c677f10f07ef7 Mon Sep 17 00:00:00 2001 From: pulumi-bot Date: Thu, 5 Sep 2024 12:26:37 +0000 Subject: [PATCH 2/2] make build_sdks --- sdk/dotnet/TokenAuth/AuthBackendRole.cs | 6 ------ sdk/go/vault/tokenauth/authBackendRole.go | 12 ------------ .../pulumi/vault/tokenauth/AuthBackendRole.java | 4 ---- .../vault/tokenauth/AuthBackendRoleArgs.java | 8 -------- .../tokenauth/inputs/AuthBackendRoleState.java | 8 -------- sdk/nodejs/tokenauth/authBackendRole.ts | 6 ------ .../pulumi_vault/tokenauth/auth_backend_role.py | 14 -------------- 7 files changed, 58 deletions(-) diff --git a/sdk/dotnet/TokenAuth/AuthBackendRole.cs b/sdk/dotnet/TokenAuth/AuthBackendRole.cs index fa8757c8..463e9f81 100644 --- a/sdk/dotnet/TokenAuth/AuthBackendRole.cs +++ b/sdk/dotnet/TokenAuth/AuthBackendRole.cs @@ -108,8 +108,6 @@ public partial class AuthBackendRole : global::Pulumi.CustomResource /// /// Tokens created against this role will have the given suffix as part of their path in addition to the role name. - /// - /// > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. /// [Output("pathSuffix")] public Output PathSuffix { get; private set; } = null!; @@ -303,8 +301,6 @@ public InputList DisallowedPoliciesGlobs /// /// Tokens created against this role will have the given suffix as part of their path in addition to the role name. - /// - /// > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. /// [Input("pathSuffix")] public Input? PathSuffix { get; set; } @@ -472,8 +468,6 @@ public InputList DisallowedPoliciesGlobs /// /// Tokens created against this role will have the given suffix as part of their path in addition to the role name. - /// - /// > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. /// [Input("pathSuffix")] public Input? PathSuffix { get; set; } diff --git a/sdk/go/vault/tokenauth/authBackendRole.go b/sdk/go/vault/tokenauth/authBackendRole.go index 97c645ad..02741267 100644 --- a/sdk/go/vault/tokenauth/authBackendRole.go +++ b/sdk/go/vault/tokenauth/authBackendRole.go @@ -85,8 +85,6 @@ type AuthBackendRole struct { // If true, tokens created against this policy will be orphan tokens. Orphan pulumi.BoolPtrOutput `pulumi:"orphan"` // Tokens created against this role will have the given suffix as part of their path in addition to the role name. - // - // > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. PathSuffix pulumi.StringPtrOutput `pulumi:"pathSuffix"` // Whether to disable the ability of the token to be renewed past its initial TTL. Renewable pulumi.BoolPtrOutput `pulumi:"renewable"` @@ -163,8 +161,6 @@ type authBackendRoleState struct { // If true, tokens created against this policy will be orphan tokens. Orphan *bool `pulumi:"orphan"` // Tokens created against this role will have the given suffix as part of their path in addition to the role name. - // - // > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. PathSuffix *string `pulumi:"pathSuffix"` // Whether to disable the ability of the token to be renewed past its initial TTL. Renewable *bool `pulumi:"renewable"` @@ -209,8 +205,6 @@ type AuthBackendRoleState struct { // If true, tokens created against this policy will be orphan tokens. Orphan pulumi.BoolPtrInput // Tokens created against this role will have the given suffix as part of their path in addition to the role name. - // - // > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. PathSuffix pulumi.StringPtrInput // Whether to disable the ability of the token to be renewed past its initial TTL. Renewable pulumi.BoolPtrInput @@ -259,8 +253,6 @@ type authBackendRoleArgs struct { // If true, tokens created against this policy will be orphan tokens. Orphan *bool `pulumi:"orphan"` // Tokens created against this role will have the given suffix as part of their path in addition to the role name. - // - // > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. PathSuffix *string `pulumi:"pathSuffix"` // Whether to disable the ability of the token to be renewed past its initial TTL. Renewable *bool `pulumi:"renewable"` @@ -306,8 +298,6 @@ type AuthBackendRoleArgs struct { // If true, tokens created against this policy will be orphan tokens. Orphan pulumi.BoolPtrInput // Tokens created against this role will have the given suffix as part of their path in addition to the role name. - // - // > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. PathSuffix pulumi.StringPtrInput // Whether to disable the ability of the token to be renewed past its initial TTL. Renewable pulumi.BoolPtrInput @@ -459,8 +449,6 @@ func (o AuthBackendRoleOutput) Orphan() pulumi.BoolPtrOutput { } // Tokens created against this role will have the given suffix as part of their path in addition to the role name. -// -// > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. func (o AuthBackendRoleOutput) PathSuffix() pulumi.StringPtrOutput { return o.ApplyT(func(v *AuthBackendRole) pulumi.StringPtrOutput { return v.PathSuffix }).(pulumi.StringPtrOutput) } diff --git a/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRole.java b/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRole.java index 1efe20d4..bfbe9e95 100644 --- a/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRole.java +++ b/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRole.java @@ -185,8 +185,6 @@ public Output> orphan() { /** * Tokens created against this role will have the given suffix as part of their path in addition to the role name. * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. - * */ @Export(name="pathSuffix", refs={String.class}, tree="[0]") private Output pathSuffix; @@ -194,8 +192,6 @@ public Output> orphan() { /** * @return Tokens created against this role will have the given suffix as part of their path in addition to the role name. * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. - * */ public Output> pathSuffix() { return Codegen.optional(this.pathSuffix); diff --git a/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRoleArgs.java b/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRoleArgs.java index 9df4a3c7..07ed47a0 100644 --- a/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRoleArgs.java +++ b/sdk/java/src/main/java/com/pulumi/vault/tokenauth/AuthBackendRoleArgs.java @@ -133,8 +133,6 @@ public Optional> orphan() { /** * Tokens created against this role will have the given suffix as part of their path in addition to the role name. * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. - * */ @Import(name="pathSuffix") private @Nullable Output pathSuffix; @@ -142,8 +140,6 @@ public Optional> orphan() { /** * @return Tokens created against this role will have the given suffix as part of their path in addition to the role name. * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. - * */ public Optional> pathSuffix() { return Optional.ofNullable(this.pathSuffix); @@ -562,8 +558,6 @@ public Builder orphan(Boolean orphan) { /** * @param pathSuffix Tokens created against this role will have the given suffix as part of their path in addition to the role name. * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. - * * @return builder * */ @@ -575,8 +569,6 @@ public Builder pathSuffix(@Nullable Output pathSuffix) { /** * @param pathSuffix Tokens created against this role will have the given suffix as part of their path in addition to the role name. * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. - * * @return builder * */ diff --git a/sdk/java/src/main/java/com/pulumi/vault/tokenauth/inputs/AuthBackendRoleState.java b/sdk/java/src/main/java/com/pulumi/vault/tokenauth/inputs/AuthBackendRoleState.java index d0927ec9..b72ed6e7 100644 --- a/sdk/java/src/main/java/com/pulumi/vault/tokenauth/inputs/AuthBackendRoleState.java +++ b/sdk/java/src/main/java/com/pulumi/vault/tokenauth/inputs/AuthBackendRoleState.java @@ -132,8 +132,6 @@ public Optional> orphan() { /** * Tokens created against this role will have the given suffix as part of their path in addition to the role name. * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. - * */ @Import(name="pathSuffix") private @Nullable Output pathSuffix; @@ -141,8 +139,6 @@ public Optional> orphan() { /** * @return Tokens created against this role will have the given suffix as part of their path in addition to the role name. * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. - * */ public Optional> pathSuffix() { return Optional.ofNullable(this.pathSuffix); @@ -561,8 +557,6 @@ public Builder orphan(Boolean orphan) { /** * @param pathSuffix Tokens created against this role will have the given suffix as part of their path in addition to the role name. * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. - * * @return builder * */ @@ -574,8 +568,6 @@ public Builder pathSuffix(@Nullable Output pathSuffix) { /** * @param pathSuffix Tokens created against this role will have the given suffix as part of their path in addition to the role name. * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. - * * @return builder * */ diff --git a/sdk/nodejs/tokenauth/authBackendRole.ts b/sdk/nodejs/tokenauth/authBackendRole.ts index 29e5ee9f..90b35ab0 100644 --- a/sdk/nodejs/tokenauth/authBackendRole.ts +++ b/sdk/nodejs/tokenauth/authBackendRole.ts @@ -100,8 +100,6 @@ export class AuthBackendRole extends pulumi.CustomResource { public readonly orphan!: pulumi.Output; /** * Tokens created against this role will have the given suffix as part of their path in addition to the role name. - * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. */ public readonly pathSuffix!: pulumi.Output; /** @@ -248,8 +246,6 @@ export interface AuthBackendRoleState { orphan?: pulumi.Input; /** * Tokens created against this role will have the given suffix as part of their path in addition to the role name. - * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. */ pathSuffix?: pulumi.Input; /** @@ -335,8 +331,6 @@ export interface AuthBackendRoleArgs { orphan?: pulumi.Input; /** * Tokens created against this role will have the given suffix as part of their path in addition to the role name. - * - * > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. */ pathSuffix?: pulumi.Input; /** diff --git a/sdk/python/pulumi_vault/tokenauth/auth_backend_role.py b/sdk/python/pulumi_vault/tokenauth/auth_backend_role.py index c4795f15..f1628849 100644 --- a/sdk/python/pulumi_vault/tokenauth/auth_backend_role.py +++ b/sdk/python/pulumi_vault/tokenauth/auth_backend_role.py @@ -47,8 +47,6 @@ def __init__(__self__, *, *Available only for Vault Enterprise*. :param pulumi.Input[bool] orphan: If true, tokens created against this policy will be orphan tokens. :param pulumi.Input[str] path_suffix: Tokens created against this role will have the given suffix as part of their path in addition to the role name. - - > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. :param pulumi.Input[bool] renewable: Whether to disable the ability of the token to be renewed past its initial TTL. :param pulumi.Input[Sequence[pulumi.Input[str]]] token_bound_cidrs: Specifies the blocks of IP addresses which are allowed to use the generated token :param pulumi.Input[int] token_explicit_max_ttl: Generated Token's Explicit Maximum TTL in seconds @@ -202,8 +200,6 @@ def orphan(self, value: Optional[pulumi.Input[bool]]): def path_suffix(self) -> Optional[pulumi.Input[str]]: """ Tokens created against this role will have the given suffix as part of their path in addition to the role name. - - > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. """ return pulumi.get(self, "path_suffix") @@ -367,8 +363,6 @@ def __init__(__self__, *, *Available only for Vault Enterprise*. :param pulumi.Input[bool] orphan: If true, tokens created against this policy will be orphan tokens. :param pulumi.Input[str] path_suffix: Tokens created against this role will have the given suffix as part of their path in addition to the role name. - - > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. :param pulumi.Input[bool] renewable: Whether to disable the ability of the token to be renewed past its initial TTL. :param pulumi.Input[str] role_name: The name of the role. :param pulumi.Input[Sequence[pulumi.Input[str]]] token_bound_cidrs: Specifies the blocks of IP addresses which are allowed to use the generated token @@ -512,8 +506,6 @@ def orphan(self, value: Optional[pulumi.Input[bool]]): def path_suffix(self) -> Optional[pulumi.Input[str]]: """ Tokens created against this role will have the given suffix as part of their path in addition to the role name. - - > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. """ return pulumi.get(self, "path_suffix") @@ -726,8 +718,6 @@ def __init__(__self__, *Available only for Vault Enterprise*. :param pulumi.Input[bool] orphan: If true, tokens created against this policy will be orphan tokens. :param pulumi.Input[str] path_suffix: Tokens created against this role will have the given suffix as part of their path in addition to the role name. - - > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. :param pulumi.Input[bool] renewable: Whether to disable the ability of the token to be renewed past its initial TTL. :param pulumi.Input[str] role_name: The name of the role. :param pulumi.Input[Sequence[pulumi.Input[str]]] token_bound_cidrs: Specifies the blocks of IP addresses which are allowed to use the generated token @@ -891,8 +881,6 @@ def get(resource_name: str, *Available only for Vault Enterprise*. :param pulumi.Input[bool] orphan: If true, tokens created against this policy will be orphan tokens. :param pulumi.Input[str] path_suffix: Tokens created against this role will have the given suffix as part of their path in addition to the role name. - - > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. :param pulumi.Input[bool] renewable: Whether to disable the ability of the token to be renewed past its initial TTL. :param pulumi.Input[str] role_name: The name of the role. :param pulumi.Input[Sequence[pulumi.Input[str]]] token_bound_cidrs: Specifies the blocks of IP addresses which are allowed to use the generated token @@ -994,8 +982,6 @@ def orphan(self) -> pulumi.Output[Optional[bool]]: def path_suffix(self) -> pulumi.Output[Optional[str]]: """ Tokens created against this role will have the given suffix as part of their path in addition to the role name. - - > Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked. """ return pulumi.get(self, "path_suffix")