aiven / aiven-operator

Provision and manage Aiven Services from your Kubernetes cluster.
https://aiven.github.io/aiven-operator
Apache License 2.0
33 stars 20 forks source link

docs(clickhousegrant): warn grant syntax ambiguity #784

Closed byashimov closed 4 months ago

byashimov commented 4 months ago

Due to an ambiguity in the GRANT syntax in Clickhouse, you should not have users and roles with the same name. It is not clear if a grant refers to the user or the role.

Adds a waring to the docs.

byashimov commented 4 months ago

Deployed https://aiven.github.io/aiven-operator/api-reference/clickhousegrant.html#ClickhouseGrant

image