Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support read-only mode for catalog #5231

Open
mchades opened this issue Oct 24, 2024 · 1 comment · May be fixed by #5232
Open

[FEATURE] Support read-only mode for catalog #5231

mchades opened this issue Oct 24, 2024 · 1 comment · May be fixed by #5232
Assignees
Labels
feature New feature or request

Comments

@mchades
Copy link
Contributor

mchades commented Oct 24, 2024

Describe the feature

Support read-only mode for catalog, the catalog in read-only mode can only perform read operations.

All read operations regarding the catalog itself and its sub-objects will be rejected until the read-only mode is lifted.

Motivation

In data management, Read-Only Mode is a common security measure used to protect data from accidental or unauthorized modifications. It can be applied in scenarios such as data migration, system maintenance, and so on.

Describe the solution

Add an catalog API to support set read-only mode and show the status in the catalog properties

Additional context

No response

@mchades mchades added the feature New feature or request label Oct 24, 2024
@mchades mchades self-assigned this Oct 24, 2024
@mchades
Copy link
Contributor Author

mchades commented Oct 24, 2024

we also need to handle read-only mode on query engine side (like Trino and Spark)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant