Skip to content

Commit

Permalink
RDS DBCluster autogenerates password when secret is empty
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Miranda <mateusmiranda@gmail.com>
  • Loading branch information
mmiranda committed Aug 9, 2022
1 parent 85c97ab commit f01acce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package/crds/rds.aws.crossplane.io_dbclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ spec:
forProvider:
description: DBClusterParameters defines the desired state of DBCluster
properties:
autogeneratePassword:
description: "AutogeneratePassword indicates whether the controller should generate a
random password for the master user if one is not provided via MasterUserPasswordSecretRef.
\n If a password is generated, it will be stored as a secret at the location specified
by MasterUserPasswordSecretRef."
type: boolean
applyImmediately:
description: "A value that indicates whether the modifications
in this request and any pending modifications are asynchronously
Expand All @@ -81,6 +75,13 @@ spec:
of the value of the ApplyImmediately parameter. \n By default,
this parameter is disabled."
type: boolean
autogeneratePassword:
description: "AutogeneratePassword indicates whether the controller
should generate a random password for the master user if one
is not provided via MasterUserPasswordSecretRef. \n If a password
is generated, it will be stored as a secret at the location
specified by MasterUserPasswordSecretRef."
type: boolean
availabilityZones:
description: A list of Availability Zones (AZs) where instances
in the DB cluster can be created. For information on Amazon
Expand Down Expand Up @@ -810,7 +811,6 @@ spec:
type: array
required:
- engine
- masterUserPasswordSecretRef
- region
type: object
providerConfigRef:
Expand Down

0 comments on commit f01acce

Please sign in to comment.