Skip to content

Grant information_schema SELECT permission docs

Adam Hegyi requested to merge ah-document-grant-info-schema-select into master

What does this MR do and why?

This change adds an extra setup step for ClickHouse where we need to give read access to information schema. The schema is used by some background services (example: https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/app/services/click_house/rebuild_materialized_view_service.rb#L7) for reading table schemas.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Adam Hegyi

Merge request reports