You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `schemas` | An array of `string`s | 10.0+ | All databases to be created. Defaults to a single `main` database. |
346
-
| `endpoints` | An endpoints dictionary | 10.0+ | Endpoints with their permissions. See [multiple databases](#multiple-databases). |
347
-
| `properties` | A properties dictionary | MariaDB: 10.1+; Oracle MySQL: 8.0+ | Additional properties for the database. Equivalent to using a `my.cnf` file. See [property options](#configure-the-database). |
| `schemas` | An array of `string`s | 10.0+ | All databases to be created. Defaults to a single `main` database. |
346
+
| `endpoints` | An endpoints dictionary | 10.0+ | Endpoints with their permissions. See [multiple databases](#multiple-databases). |
347
+
| `properties` | A properties dictionary | MariaDB: 10.1+; Oracle MySQL: 8.0+ | Additional properties for the database. Equivalent to using a `my.cnf` file. See [property options](#configure-the-database). |
348
+
| `rotate_passwords` | A boolean, default is true | 10.3+ | Allows disabling passwords rotation. |
348
349
349
350
Example configuration:
350
351
@@ -756,6 +757,14 @@ you get an automatically generated password,
756
757
similarly to when you create [multiple databases](#multiple-databases).
757
758
Note that you can't customize these automatically generated passwords.
758
759
760
+
{{% note theme="warning" %}}
761
+
By default, the generated password will rotate on a regular
762
+
basis. Your applications MUST use the passwords from the
763
+
relationships, as the password _is_ going to change. Please set
764
+
`rotate_passwords`to `false` if you wish to change this default
765
+
behavior.
766
+
{{% /note %}}
767
+
759
768
After your custom endpoints are exposed as relationships in your [app configuration](/create-apps/_index.md),
760
769
you can retrieve the password for each endpoint
761
770
through the `{{% vendor/prefix %}}_RELATIONSHIPS` [environment variable](/development/variables/use-variables.md#use-provided-variables)
| `schemas` | An array of `string`s | 10.0+ | All databases to be created. Defaults to a single `main` database. |
518
-
| `endpoints` | An endpoints dictionary | 10.0+ | Endpoints with their permissions. See [multiple databases](#multiple-databases). |
519
-
| `properties` | A properties dictionary | MariaDB: 10.1+; Oracle MySQL: 8.0+ | Additional properties for the database. Equivalent to using a `my.cnf` file. See [property options](#configure-the-database). |
| `schemas` | An array of `string`s | 10.0+ | All databases to be created. Defaults to a single `main` database. |
518
+
| `endpoints` | An endpoints dictionary | 10.0+ | Endpoints with their permissions. See [multiple databases](#multiple-databases). |
519
+
| `properties` | A properties dictionary | MariaDB: 10.1+; Oracle MySQL: 8.0+ | Additional properties for the database. Equivalent to using a `my.cnf` file. See [property options](#configure-the-database). |
520
+
| `rotate_passwords` | A boolean, default is true | 10.3+ | Allows disabling passwords rotation. |
520
521
521
522
Example configuration:
522
523
@@ -746,6 +747,14 @@ you get an automatically generated password,
746
747
similarly to when you create [multiple databases](#multiple-databases).
747
748
Note that you can't customize these automatically generated passwords.
748
749
750
+
{{% note theme="warning" %}}
751
+
By default, the generated password will rotate on a regular
752
+
basis. Your applications MUST use the passwords from the
753
+
relationships, as the password _is_ going to change. Please set
754
+
`rotate_passwords`to `false` if you wish to change this default
755
+
behavior.
756
+
{{% /note %}}
757
+
749
758
After your custom endpoints are exposed as relationships in your [app configuration](../../create-apps/_index.md),
750
759
you can retrieve the password for each endpoint
751
760
through the `{{% vendor/prefix %}}_RELATIONSHIPS` [environment variable](../../development/variables/use-variables.md#use-provided-variables)
0 commit comments