Secret is the Schema for the Secrets API
Type
CRD
Group
secretsmanager.aws.crossplane.io
Version
apiVersion: secretsmanager.aws.crossplane.io/v1beta1
kind: Secret
SecretSpec defines the desired state of Secret
SecretParameters defines the desired state of Secret
BinarySecretRef points to the Kubernetes Secret whose data will be encoded as binary data to AWS. If key parameter is given, only the value of that key will be used. Otherwise, all data in the Secret will be marshalled into JSON and sent to AWS.
KMSKeyIDRef is a reference to an kms/v1alpha1.Key used to set the KMSKeyID field.
Policies for referencing.
KMSKeyIDSelector selects references to kms/v1alpha1.Key used to set the KMSKeyID.
Policies for selection.
(Optional) Specifies a list of user-defined tags that are attached to the secret. Each tag is a "Key" and "Value" pair of strings. This operation only appends tags to the existing list of tags. To remove tags, you must use UntagResource.
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
SecretStatus defines the observed state of Secret.
SecretObservation defines the observed state of Secret
Describes a list of replication status objects as InProgress, Failed or InSync.
Conditions of the resource.
example-secret-3
apiVersion: secretsmanager.aws.crossplane.io/v1beta1
kind: Secret
metadata:
name: example-secret-3
spec:
forProvider:
description: test
forceDeleteWithoutRecovery: true
region: us-east-1
stringSecretRef:
key: password
name: example-secret-manager
namespace: crossplane-system
tags:
- key: secret
value: secret