Secret
Provides a Rancher v2 Secret resource. This can be used to create secrets for Rancher v2 environments and retrieve their information.
Depending of the availability, there are 2 types of Rancher v2 secrets:
- Project secret: Available to all namespaces in the project_id
- Namespaced secret: Available to just namespace_id
in the project_id
Create a Secret Resource
new Secret(name: string, args: SecretArgs, opts?: CustomResourceOptions);
def Secret(resource_name: str, opts: Optional[ResourceOptions] = None, annotations: Optional[Mapping[str, Any]] = None, data: Optional[Mapping[str, Any]] = None, description: Optional[str] = None, labels: Optional[Mapping[str, Any]] = None, name: Optional[str] = None, namespace_id: Optional[str] = None, project_id: Optional[str] = None)
func NewSecret(ctx *Context, name string, args SecretArgs, opts ...ResourceOption) (*Secret, error)
public Secret(string name, SecretArgs args, CustomResourceOptions? opts = null)
- name string
- The unique name of the resource.
- args SecretArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SecretArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SecretArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Secret Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Secret resource accepts the following input properties:
- Data Dictionary<string, object>
Secret key/value data. Base64 encoding required for values (map)
- Project
Id string The project id where to assign the secret (string)
- Annotations Dictionary<string, object>
Annotations for secret object (map)
- Description string
A secret description (string)
- Labels Dictionary<string, object>
Labels for secret object (map)
- Name string
The name of the secret (string)
- Namespace
Id string The namespace id where to assign the namespaced secret (string)
- Data map[string]interface{}
Secret key/value data. Base64 encoding required for values (map)
- Project
Id string The project id where to assign the secret (string)
- Annotations map[string]interface{}
Annotations for secret object (map)
- Description string
A secret description (string)
- Labels map[string]interface{}
Labels for secret object (map)
- Name string
The name of the secret (string)
- Namespace
Id string The namespace id where to assign the namespaced secret (string)
- data {[key: string]: any}
Secret key/value data. Base64 encoding required for values (map)
- project
Id string The project id where to assign the secret (string)
- annotations {[key: string]: any}
Annotations for secret object (map)
- description string
A secret description (string)
- labels {[key: string]: any}
Labels for secret object (map)
- name string
The name of the secret (string)
- namespace
Id string The namespace id where to assign the namespaced secret (string)
- data Mapping[str, Any]
Secret key/value data. Base64 encoding required for values (map)
- project_
id str The project id where to assign the secret (string)
- annotations Mapping[str, Any]
Annotations for secret object (map)
- description str
A secret description (string)
- labels Mapping[str, Any]
Labels for secret object (map)
- name str
The name of the secret (string)
- namespace_
id str The namespace id where to assign the namespaced secret (string)
Outputs
All input properties are implicitly available as output properties. Additionally, the Secret resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
Look up an Existing Secret Resource
Get an existing Secret resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SecretState, opts?: CustomResourceOptions): Secret
@staticmethod
def get(resource_name: str, id: str, opts: Optional[ResourceOptions] = None, annotations: Optional[Mapping[str, Any]] = None, data: Optional[Mapping[str, Any]] = None, description: Optional[str] = None, labels: Optional[Mapping[str, Any]] = None, name: Optional[str] = None, namespace_id: Optional[str] = None, project_id: Optional[str] = None) -> Secret
func GetSecret(ctx *Context, name string, id IDInput, state *SecretState, opts ...ResourceOption) (*Secret, error)
public static Secret Get(string name, Input<string> id, SecretState? state, CustomResourceOptions? opts = null)
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Annotations Dictionary<string, object>
Annotations for secret object (map)
- Data Dictionary<string, object>
Secret key/value data. Base64 encoding required for values (map)
- Description string
A secret description (string)
- Labels Dictionary<string, object>
Labels for secret object (map)
- Name string
The name of the secret (string)
- Namespace
Id string The namespace id where to assign the namespaced secret (string)
- Project
Id string The project id where to assign the secret (string)
- Annotations map[string]interface{}
Annotations for secret object (map)
- Data map[string]interface{}
Secret key/value data. Base64 encoding required for values (map)
- Description string
A secret description (string)
- Labels map[string]interface{}
Labels for secret object (map)
- Name string
The name of the secret (string)
- Namespace
Id string The namespace id where to assign the namespaced secret (string)
- Project
Id string The project id where to assign the secret (string)
- annotations {[key: string]: any}
Annotations for secret object (map)
- data {[key: string]: any}
Secret key/value data. Base64 encoding required for values (map)
- description string
A secret description (string)
- labels {[key: string]: any}
Labels for secret object (map)
- name string
The name of the secret (string)
- namespace
Id string The namespace id where to assign the namespaced secret (string)
- project
Id string The project id where to assign the secret (string)
- annotations Mapping[str, Any]
Annotations for secret object (map)
- data Mapping[str, Any]
Secret key/value data. Base64 encoding required for values (map)
- description str
A secret description (string)
- labels Mapping[str, Any]
Labels for secret object (map)
- name str
The name of the secret (string)
- namespace_
id str The namespace id where to assign the namespaced secret (string)
- project_
id str The project id where to assign the secret (string)
Import
Secrets can be imported using the secret ID in the format <namespace_id>.<project_id>.<secret_id>
$ pulumi import rancher2:index/secret:Secret foo <namespace_id>.<project_id>.<secret_id>
<namespace_id>
is optional, just needed for namespaced secret.
Package Details
- Repository
- https://github.com/pulumi/pulumi-rancher2
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rancher2
Terraform Provider.