diff --git a/sdk/dotnet/TokenAuth/AuthBackendRole.cs b/sdk/dotnet/TokenAuth/AuthBackendRole.cs index fa8757c85..463e9f813 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 97c645ade..027412672 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 1efe20d47..bfbe9e958 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 9df4a3c76..07ed47a0d 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 d0927ec95..b72ed6e79 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 29e5ee9f2..90b35ab05 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 c4795f156..f16288492 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")