[FEATURE] Support read-only mode for catalog
Open
feature
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 935
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 298
Description
### 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_
Contributor guide
Assessment
This issue has not been assessed yet.