From b76d929431eec86ba04a4f09cd6f05a712478582 Mon Sep 17 00:00:00 2001 From: tianzhou Date: Thu, 21 Nov 2024 17:30:04 +0800 Subject: [PATCH] chore: highlight --- content/blog/just-in-time-database-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/just-in-time-database-access.md b/content/blog/just-in-time-database-access.md index 456053f6..b2450694 100644 --- a/content/blog/just-in-time-database-access.md +++ b/content/blog/just-in-time-database-access.md @@ -32,7 +32,7 @@ Bytebase provides the similar [self-service request workflow](/docs/security/dat -Bytebase enables fine-grained database permissions, allowing you to grant developers only the `EXPLAIN` permission by default. In the event of an incident, developers can temporarily obtain elevated database permissions, which should be revoked promptly once the issue is resolved. This approach ensures Zero Standing Privileges (ZSP), eliminating persistent access rights within the organization’s IT environment. +Bytebase enables fine-grained database permissions, allowing you to grant developers only the `EXPLAIN` permission by default. In the event of an incident, developers can temporarily obtain elevated database permissions, which should be revoked promptly once the issue is resolved. This approach ensures **Zero Standing Privileges (ZSP)**, eliminating persistent access rights within the organization’s IT environment. ### Integrated SQL Editor