Skip to main content

MariaDBUser

Tiers

This feature is available for the following tiers: Standard, Premium.

Packages:

database.entigo.com/v1alpha1

Resource Types:

MariaDBUser

↩ Parent
NameTypeDescriptionRequired
apiVersionstringdatabase.entigo.com/v1alpha1true
kindstringMariaDBUsertrue
metadataobjectRefer to the Kubernetes API documentation for the fields of the metadata field.true
specobject
false

MariaDBUser.spec

↩ Parent
NameTypeDescriptionRequired
databaseRefobject

DatabaseRef references the database object this user is for

true
instanceRefobject
true
privileges[]string

Privileges to be granted. See https://mariadb.com/docs/server/reference/sql-statements/account-management-sql-statements/grant#privilege-levels for available privileges.

true
grantobject
false
maxConnectionsPerHournumber

MaxConnectionsPerHour sets the number of times an account can connect to the server per hour


Default: 5

false
maxQueriesPerHournumber

MaxQueriesPerHour sets the number of queries an account can issue per hour


Default: 20

false
maxUpdatesPerHournumber

MaxUpdatesPerHour sets the number of updates an account can issue per hour


Default: 10

false
maxUserConnectionsnumber

MaxUserConnections sets The number of simultaneous connections to the server by an account


Default: 2

false
namestring

Alternative, i.e. non kubernetes compliant name

false
tablestring

Tables this grant is for, default *


Default: *

false

MariaDBUser.spec.databaseRef

↩ Parent

DatabaseRef references the database object this user is for

NameTypeDescriptionRequired
namestring
true
namespacestring
false

MariaDBUser.spec.instanceRef

↩ Parent
NameTypeDescriptionRequired
namestring

Name of the database instance the user should be created in

true

MariaDBUser.spec.grant

↩ Parent
NameTypeDescriptionRequired
users[]string

An array of user names to be granted.

false