3
3
4
4
options :
5
5
cluster-name :
6
- description : " Optional - Name of the MySQL InnoDB cluster, set once at deployment"
7
- type : " string"
6
+ description : Optional - Name of the MySQL InnoDB cluster, set once at deployment
7
+ type : string
8
8
cluster-set-name :
9
9
description : |
10
10
Optional - Name for async replication cluster set, set once at deployment.
11
11
On `recreate-clster` action call, the cluster set name will be re-generated automatically.
12
- type : " string"
12
+ type : string
13
13
profile :
14
14
description : |
15
15
profile representing the scope of deployment, and used to be able to enable high-level
@@ -25,17 +25,27 @@ options:
25
25
Only comes into effect when the `production` profile is selected.
26
26
# Config options for the legacy 'mysql' interface
27
27
mysql-interface-user :
28
- description : " The database username for the legacy 'mysql' interface"
29
- type : " string"
28
+ description : The database username for the legacy 'mysql' interface
29
+ type : string
30
30
mysql-interface-database :
31
- description : " The database name for the legacy 'mysql' interface"
32
- type : " string"
31
+ description : The database name for the legacy 'mysql' interface
32
+ type : string
33
33
mysql-root-interface-user :
34
- description : " The database username for the legacy 'mysql' interface (root level access)"
35
- type : " string"
34
+ description : The database username for the legacy 'mysql' interface (root level access)
35
+ type : string
36
36
mysql-root-interface-database :
37
- description : " The database name for the legacy 'mysql' interface (root level access)"
38
- type : " string"
37
+ description : The database name for the legacy 'mysql' interface (root level access)
38
+ type : string
39
+ plugin-audit-enabled :
40
+ description : Enable the audit plugin
41
+ type : boolean
42
+ default : true
43
+ plugin-audit-strategy :
44
+ description : |
45
+ Audit log plugin strategy. Allowed values are: "semi-async" and "async".
46
+ Ref. at https://docs.percona.com/percona-server/8.0/audit-log-plugin.html#audit_log_strategy
47
+ type : string
48
+ default : async
39
49
# Experimental features
40
50
experimental-max-connections :
41
51
type : int
0 commit comments