You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bytebase provides various capabilities to enable more secure and efficient database access, including a unified web-based SQL Editor with fine-grained sensitive data masking and role-based access control.
42
+
Bytebase provides various capabilities to enable more secure and efficient database access, including a unified web-based SQL Editor with fine-grained sensitive data masking and role-based access control.
43
43
44
44

45
45
46
46
### Web-based SQL Editor
47
47
48
-
Bytebase offers a web-based SQL Editor that consolidates all permissions management and data access operations into a single tool. This eliminates the need for the in-house tool, SSH proxy server, and local database clients, allowing developers to submit permission requests and access the database in one place, greatly improving convenience.
48
+
Bytebase offers a [web-based SQL Editor](/docs/sql-editor/overview/) that consolidates all permissions management and data access operations into a single tool. This eliminates the need for the in-house tool, SSH proxy server, and local database clients, allowing developers to submit permission requests and access the database in one place, greatly improving convenience.
Bytebase offers column-level dynamic data masking for our Aurora MySQL databases. When granting access permissions to developers for specific tables, sensitive columns can be dynamically masked based on the user's identity during data queries.
54
+
Bytebase offers column-level [dynamic data masking](/docs/security/data-masking/overview/) for our Aurora MySQL databases. When granting access permissions to developers for specific tables, sensitive columns can be dynamically masked based on the user's identity during data queries.
55
55
56
56

57
57
@@ -88,13 +88,13 @@ Access request notifications will be pushed to Slack.
88
88
After implementing Bytebase's database access control, the following issues have become apparent. In response, note is considering further leveraging Bytebase's capabilities to address these challenges:
89
89
90
90
-[External approval via Slack](/docs/api/external-approval/)
91
-
91
+
92
92
Currently, workflow approvals are only carried out on Bytebase. By utilizing the external approval feature, approvals can be processed through Slack.
93
93
94
94
-[CI/CD for DML and DDL changes](/docs/change-database/change-workflow/)
95
95
96
96
At present, only read queries are utilized; the aim is to enable modifications for both DML and DDL directly on Bytebase.
97
97
98
98
-[GitOps workflow with GitHub](/docs/vcs-integration/overview/)
99
-
100
-
Given that SQL is currently managed through GitHub Issues in the existing business process, the introduction of GitOps is expected to enhance operational efficiency.
99
+
100
+
Given that SQL is currently managed through GitHub Issues in the existing business process, the introduction of GitOps is expected to enhance operational efficiency.
0 commit comments