ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getCdToolchainToolHashicorpvault
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const cdToolchainToolHashicorpvault = ibm.getCdToolchainToolHashicorpvault({
toolId: "9603dcd4-3c86-44f8-8d0a-9427369878cf",
toolchainId: data.ibm_cd_toolchain.cd_toolchain.id,
});
import pulumi
import pulumi_ibm as ibm
cd_toolchain_tool_hashicorpvault = ibm.get_cd_toolchain_tool_hashicorpvault(tool_id="9603dcd4-3c86-44f8-8d0a-9427369878cf",
toolchain_id=data["ibm_cd_toolchain"]["cd_toolchain"]["id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupCdToolchainToolHashicorpvault(ctx, &ibm.LookupCdToolchainToolHashicorpvaultArgs{
ToolId: "9603dcd4-3c86-44f8-8d0a-9427369878cf",
ToolchainId: data.Ibm_cd_toolchain.Cd_toolchain.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var cdToolchainToolHashicorpvault = Ibm.GetCdToolchainToolHashicorpvault.Invoke(new()
{
ToolId = "9603dcd4-3c86-44f8-8d0a-9427369878cf",
ToolchainId = data.Ibm_cd_toolchain.Cd_toolchain.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetCdToolchainToolHashicorpvaultArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var cdToolchainToolHashicorpvault = IbmFunctions.getCdToolchainToolHashicorpvault(GetCdToolchainToolHashicorpvaultArgs.builder()
.toolId("9603dcd4-3c86-44f8-8d0a-9427369878cf")
.toolchainId(data.ibm_cd_toolchain().cd_toolchain().id())
.build());
}
}
variables:
cdToolchainToolHashicorpvault:
fn::invoke:
function: ibm:getCdToolchainToolHashicorpvault
arguments:
toolId: 9603dcd4-3c86-44f8-8d0a-9427369878cf
toolchainId: ${data.ibm_cd_toolchain.cd_toolchain.id}
Using getCdToolchainToolHashicorpvault
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCdToolchainToolHashicorpvault(args: GetCdToolchainToolHashicorpvaultArgs, opts?: InvokeOptions): Promise<GetCdToolchainToolHashicorpvaultResult>
function getCdToolchainToolHashicorpvaultOutput(args: GetCdToolchainToolHashicorpvaultOutputArgs, opts?: InvokeOptions): Output<GetCdToolchainToolHashicorpvaultResult>
def get_cd_toolchain_tool_hashicorpvault(id: Optional[str] = None,
tool_id: Optional[str] = None,
toolchain_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCdToolchainToolHashicorpvaultResult
def get_cd_toolchain_tool_hashicorpvault_output(id: Optional[pulumi.Input[str]] = None,
tool_id: Optional[pulumi.Input[str]] = None,
toolchain_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCdToolchainToolHashicorpvaultResult]
func LookupCdToolchainToolHashicorpvault(ctx *Context, args *LookupCdToolchainToolHashicorpvaultArgs, opts ...InvokeOption) (*LookupCdToolchainToolHashicorpvaultResult, error)
func LookupCdToolchainToolHashicorpvaultOutput(ctx *Context, args *LookupCdToolchainToolHashicorpvaultOutputArgs, opts ...InvokeOption) LookupCdToolchainToolHashicorpvaultResultOutput
> Note: This function is named LookupCdToolchainToolHashicorpvault
in the Go SDK.
public static class GetCdToolchainToolHashicorpvault
{
public static Task<GetCdToolchainToolHashicorpvaultResult> InvokeAsync(GetCdToolchainToolHashicorpvaultArgs args, InvokeOptions? opts = null)
public static Output<GetCdToolchainToolHashicorpvaultResult> Invoke(GetCdToolchainToolHashicorpvaultInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCdToolchainToolHashicorpvaultResult> getCdToolchainToolHashicorpvault(GetCdToolchainToolHashicorpvaultArgs args, InvokeOptions options)
public static Output<GetCdToolchainToolHashicorpvaultResult> getCdToolchainToolHashicorpvault(GetCdToolchainToolHashicorpvaultArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getCdToolchainToolHashicorpvault:getCdToolchainToolHashicorpvault
arguments:
# arguments dictionary
The following arguments are supported:
- Tool
Id string - ID of the tool bound to the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- Toolchain
Id string - ID of the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- Id string
- Tool
Id string - ID of the tool bound to the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- Toolchain
Id string - ID of the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- Id string
- tool
Id String - ID of the tool bound to the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- toolchain
Id String - ID of the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- id String
- tool
Id string - ID of the tool bound to the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- toolchain
Id string - ID of the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- id string
- tool_
id str - ID of the tool bound to the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- toolchain_
id str - ID of the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- id str
- tool
Id String - ID of the tool bound to the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- toolchain
Id String - ID of the toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- id String
getCdToolchainToolHashicorpvault Result
The following output properties are available:
- Crn string
- (String) Tool CRN.
- Href string
- (String) URI representing the tool.
- Id string
- Name string
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- Parameters
List<Get
Cd Toolchain Tool Hashicorpvault Parameter> - (List) Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page. Nested schema for parameters:
- Referents
List<Get
Cd Toolchain Tool Hashicorpvault Referent> - (List) Information on URIs to access this resource through the UI or API. Nested schema for referent:
- Resource
Group stringId - (String) Resource group where the tool is located.
- State string
- (String) Current configuration state of the tool.
- Constraints: Allowable values are:
configured
,configuring
,misconfigured
,unconfigured
.
- Constraints: Allowable values are:
- Tool
Id string - Toolchain
Crn string - (String) CRN of toolchain which the tool is bound to.
- Toolchain
Id string - Updated
At string - (String) Latest tool update timestamp.
- Crn string
- (String) Tool CRN.
- Href string
- (String) URI representing the tool.
- Id string
- Name string
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- Parameters
[]Get
Cd Toolchain Tool Hashicorpvault Parameter - (List) Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page. Nested schema for parameters:
- Referents
[]Get
Cd Toolchain Tool Hashicorpvault Referent - (List) Information on URIs to access this resource through the UI or API. Nested schema for referent:
- Resource
Group stringId - (String) Resource group where the tool is located.
- State string
- (String) Current configuration state of the tool.
- Constraints: Allowable values are:
configured
,configuring
,misconfigured
,unconfigured
.
- Constraints: Allowable values are:
- Tool
Id string - Toolchain
Crn string - (String) CRN of toolchain which the tool is bound to.
- Toolchain
Id string - Updated
At string - (String) Latest tool update timestamp.
- crn String
- (String) Tool CRN.
- href String
- (String) URI representing the tool.
- id String
- name String
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- parameters
List<Get
Cd Toolchain Tool Hashicorpvault Parameter> - (List) Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page. Nested schema for parameters:
- referents
List<Get
Cd Toolchain Tool Hashicorpvault Referent> - (List) Information on URIs to access this resource through the UI or API. Nested schema for referent:
- resource
Group StringId - (String) Resource group where the tool is located.
- state String
- (String) Current configuration state of the tool.
- Constraints: Allowable values are:
configured
,configuring
,misconfigured
,unconfigured
.
- Constraints: Allowable values are:
- tool
Id String - toolchain
Crn String - (String) CRN of toolchain which the tool is bound to.
- toolchain
Id String - updated
At String - (String) Latest tool update timestamp.
- crn string
- (String) Tool CRN.
- href string
- (String) URI representing the tool.
- id string
- name string
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- parameters
Get
Cd Toolchain Tool Hashicorpvault Parameter[] - (List) Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page. Nested schema for parameters:
- referents
Get
Cd Toolchain Tool Hashicorpvault Referent[] - (List) Information on URIs to access this resource through the UI or API. Nested schema for referent:
- resource
Group stringId - (String) Resource group where the tool is located.
- state string
- (String) Current configuration state of the tool.
- Constraints: Allowable values are:
configured
,configuring
,misconfigured
,unconfigured
.
- Constraints: Allowable values are:
- tool
Id string - toolchain
Crn string - (String) CRN of toolchain which the tool is bound to.
- toolchain
Id string - updated
At string - (String) Latest tool update timestamp.
- crn str
- (String) Tool CRN.
- href str
- (String) URI representing the tool.
- id str
- name str
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- parameters
Sequence[Get
Cd Toolchain Tool Hashicorpvault Parameter] - (List) Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page. Nested schema for parameters:
- referents
Sequence[Get
Cd Toolchain Tool Hashicorpvault Referent] - (List) Information on URIs to access this resource through the UI or API. Nested schema for referent:
- resource_
group_ strid - (String) Resource group where the tool is located.
- state str
- (String) Current configuration state of the tool.
- Constraints: Allowable values are:
configured
,configuring
,misconfigured
,unconfigured
.
- Constraints: Allowable values are:
- tool_
id str - toolchain_
crn str - (String) CRN of toolchain which the tool is bound to.
- toolchain_
id str - updated_
at str - (String) Latest tool update timestamp.
- crn String
- (String) Tool CRN.
- href String
- (String) URI representing the tool.
- id String
- name String
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- parameters List<Property Map>
- (List) Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the Configuring tool integrations page. Nested schema for parameters:
- referents List<Property Map>
- (List) Information on URIs to access this resource through the UI or API. Nested schema for referent:
- resource
Group StringId - (String) Resource group where the tool is located.
- state String
- (String) Current configuration state of the tool.
- Constraints: Allowable values are:
configured
,configuring
,misconfigured
,unconfigured
.
- Constraints: Allowable values are:
- tool
Id String - toolchain
Crn String - (String) CRN of toolchain which the tool is bound to.
- toolchain
Id String - updated
At String - (String) Latest tool update timestamp.
Supporting Types
GetCdToolchainToolHashicorpvaultParameter
- Authentication
Method string - (String) The authentication method for your HashiCorp Vault instance.
- Constraints: Allowable values are:
token
,approle
,userpass
,github
.
- Constraints: Allowable values are:
- Dashboard
Url string - (String) The URL of the HashiCorp Vault server dashboard for this integration. In the graphical UI, this is the dashboard that the browser will navigate to when you click the HashiCorp Vault integration tile.
- Default
Secret string - (String) A default secret name that will be selected or used if no list of secret names are returned from your HashiCorp Vault instance.
- Name string
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- Password string
- (String) The authentication password for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- Path string
- (String) The mount path where your secrets are stored in your HashiCorp Vault instance.
- Role
Id string - (String) The authentication role ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. Note, 'role_id' should be treated as a secret and should not be shared in plaintext. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- Secret
Filter string - (String) A regular expression to filter the list of secret names returned from your HashiCorp Vault instance.
- Secret
Id string - (String) The authentication secret ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- Server
Url string - (String) The server URL for your HashiCorp Vault instance.
- Token string
- (String) The authentication token for your HashiCorp Vault instance when using the 'github' and 'token' authentication methods. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- Username string
- (String) The authentication username for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods.
- Authentication
Method string - (String) The authentication method for your HashiCorp Vault instance.
- Constraints: Allowable values are:
token
,approle
,userpass
,github
.
- Constraints: Allowable values are:
- Dashboard
Url string - (String) The URL of the HashiCorp Vault server dashboard for this integration. In the graphical UI, this is the dashboard that the browser will navigate to when you click the HashiCorp Vault integration tile.
- Default
Secret string - (String) A default secret name that will be selected or used if no list of secret names are returned from your HashiCorp Vault instance.
- Name string
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- Password string
- (String) The authentication password for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- Path string
- (String) The mount path where your secrets are stored in your HashiCorp Vault instance.
- Role
Id string - (String) The authentication role ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. Note, 'role_id' should be treated as a secret and should not be shared in plaintext. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- Secret
Filter string - (String) A regular expression to filter the list of secret names returned from your HashiCorp Vault instance.
- Secret
Id string - (String) The authentication secret ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- Server
Url string - (String) The server URL for your HashiCorp Vault instance.
- Token string
- (String) The authentication token for your HashiCorp Vault instance when using the 'github' and 'token' authentication methods. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- Username string
- (String) The authentication username for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods.
- authentication
Method String - (String) The authentication method for your HashiCorp Vault instance.
- Constraints: Allowable values are:
token
,approle
,userpass
,github
.
- Constraints: Allowable values are:
- dashboard
Url String - (String) The URL of the HashiCorp Vault server dashboard for this integration. In the graphical UI, this is the dashboard that the browser will navigate to when you click the HashiCorp Vault integration tile.
- default
Secret String - (String) A default secret name that will be selected or used if no list of secret names are returned from your HashiCorp Vault instance.
- name String
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- password String
- (String) The authentication password for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- path String
- (String) The mount path where your secrets are stored in your HashiCorp Vault instance.
- role
Id String - (String) The authentication role ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. Note, 'role_id' should be treated as a secret and should not be shared in plaintext. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- secret
Filter String - (String) A regular expression to filter the list of secret names returned from your HashiCorp Vault instance.
- secret
Id String - (String) The authentication secret ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- server
Url String - (String) The server URL for your HashiCorp Vault instance.
- token String
- (String) The authentication token for your HashiCorp Vault instance when using the 'github' and 'token' authentication methods. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- username String
- (String) The authentication username for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods.
- authentication
Method string - (String) The authentication method for your HashiCorp Vault instance.
- Constraints: Allowable values are:
token
,approle
,userpass
,github
.
- Constraints: Allowable values are:
- dashboard
Url string - (String) The URL of the HashiCorp Vault server dashboard for this integration. In the graphical UI, this is the dashboard that the browser will navigate to when you click the HashiCorp Vault integration tile.
- default
Secret string - (String) A default secret name that will be selected or used if no list of secret names are returned from your HashiCorp Vault instance.
- name string
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- password string
- (String) The authentication password for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- path string
- (String) The mount path where your secrets are stored in your HashiCorp Vault instance.
- role
Id string - (String) The authentication role ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. Note, 'role_id' should be treated as a secret and should not be shared in plaintext. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- secret
Filter string - (String) A regular expression to filter the list of secret names returned from your HashiCorp Vault instance.
- secret
Id string - (String) The authentication secret ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- server
Url string - (String) The server URL for your HashiCorp Vault instance.
- token string
- (String) The authentication token for your HashiCorp Vault instance when using the 'github' and 'token' authentication methods. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- username string
- (String) The authentication username for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods.
- authentication_
method str - (String) The authentication method for your HashiCorp Vault instance.
- Constraints: Allowable values are:
token
,approle
,userpass
,github
.
- Constraints: Allowable values are:
- dashboard_
url str - (String) The URL of the HashiCorp Vault server dashboard for this integration. In the graphical UI, this is the dashboard that the browser will navigate to when you click the HashiCorp Vault integration tile.
- default_
secret str - (String) A default secret name that will be selected or used if no list of secret names are returned from your HashiCorp Vault instance.
- name str
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- password str
- (String) The authentication password for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- path str
- (String) The mount path where your secrets are stored in your HashiCorp Vault instance.
- role_
id str - (String) The authentication role ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. Note, 'role_id' should be treated as a secret and should not be shared in plaintext. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- secret_
filter str - (String) A regular expression to filter the list of secret names returned from your HashiCorp Vault instance.
- secret_
id str - (String) The authentication secret ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- server_
url str - (String) The server URL for your HashiCorp Vault instance.
- token str
- (String) The authentication token for your HashiCorp Vault instance when using the 'github' and 'token' authentication methods. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- username str
- (String) The authentication username for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods.
- authentication
Method String - (String) The authentication method for your HashiCorp Vault instance.
- Constraints: Allowable values are:
token
,approle
,userpass
,github
.
- Constraints: Allowable values are:
- dashboard
Url String - (String) The URL of the HashiCorp Vault server dashboard for this integration. In the graphical UI, this is the dashboard that the browser will navigate to when you click the HashiCorp Vault integration tile.
- default
Secret String - (String) A default secret name that will be selected or used if no list of secret names are returned from your HashiCorp Vault instance.
- name String
- (String) The name used to identify this tool integration. Secret references include this name to identify the secrets store where the secrets reside. All secrets store tools integrated into a toolchain should have a unique name to allow secret resolution to function properly.
- password String
- (String) The authentication password for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- path String
- (String) The mount path where your secrets are stored in your HashiCorp Vault instance.
- role
Id String - (String) The authentication role ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. Note, 'role_id' should be treated as a secret and should not be shared in plaintext. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- secret
Filter String - (String) A regular expression to filter the list of secret names returned from your HashiCorp Vault instance.
- secret
Id String - (String) The authentication secret ID for your HashiCorp Vault instance when using the 'approle' authentication method. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- server
Url String - (String) The server URL for your HashiCorp Vault instance.
- token String
- (String) The authentication token for your HashiCorp Vault instance when using the 'github' and 'token' authentication methods. This parameter is ignored for other authentication methods. You can use a toolchain secret reference for this parameter. For more information, see Protecting your sensitive data in Continuous Delivery.
- username String
- (String) The authentication username for your HashiCorp Vault instance when using the 'userpass' authentication method. This parameter is ignored for other authentication methods.
GetCdToolchainToolHashicorpvaultReferent
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.