Skip to content

Commit fa148a1

Browse files
committed
chore: minor wording tweak for JIT access
1 parent 58320f0 commit fa148a1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/docs/security/database-permission/query.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ From the workspace page, go to **IAM & Admin > Members**, **Grant Access** to Se
3232

3333
<PricingPlanBlock feature_name='QUERY_EXPORT_APPROVAL_WORKFLOW' />
3434

35+
<TutorialBlock url="/docs/tutorials/just-in-time-part1/" title="Just-in-Time Database Access" />
36+
3537
Users can also apply for `Project Querier` role by submitting an issue. Approval flow matches the `Request Querier Role` in [custom approval](/docs/administration/custom-approval/) if configured.
3638

3739
### Request at Project level

content/docs/tutorials/just-in-time-part1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ estimated_time: '30 mins'
99
description: 'In this tutorial, we will demonstrate how to set up Just-in-Time (JIT) access using the Bytebase GUI.'
1010
---
1111

12-
Imagine a scenario where an incident occurs in the production environment, requiring a developer to access the production database to verify data. However, the developer lacks the necessary access. As a solution, the developer can request Just-in-Time (JIT) access to the production database. Bytebase facilitates this process by enabling developers to request JIT access efficiently.
12+
In a production environment, an incident arises that requires a developer to access the production database for troubleshooting. However, the developer does not have the necessary access privileges. To address this, the developer can request Just-in-Time (JIT) access to the production database. Bytebase streamlines this process, allowing developers to efficiently request and obtain temporary access when needed.
1313

14-
In this tutorial, we will demonstrate how to set up JIT access using the Bytebase GUI. In the subsequent tutorial, we will cover how to automate JIT access via Slack, utilizing Bytebase webhooks and API.
14+
This tutorial will guide you through setting up Just-in-Time (JIT) access using the Bytebase GUI. In the next tutorial, we will explore automating JIT access through Slack by leveraging Bytebase webhooks and API.
1515

1616
## Prerequisites
1717

@@ -79,7 +79,7 @@ In Bytebase **Enterprise Plan**, you can request a JIT access to the production
7979

8080
![bb-custom-approval](/content/docs/tutorials/just-in-time-part1/bb-custom-approval.webp)
8181

82-
1. Click **CI/CD** > **Risk Center** on the left sidebar. Define a High risk policy for `Request Querier Role` which triggers when the environment is `Prod`.
82+
1. Click **CI/CD** > **Risk Center** on the left sidebar. Define a High risk policy for `Request Querier Role` which triggers when the environment is `Prod`.
8383

8484
![bb-risk-center](/content/docs/tutorials/just-in-time-part1/bb-risk-center.webp)
8585

@@ -109,4 +109,4 @@ In Bytebase **Enterprise Plan**, you can request a JIT access to the production
109109

110110
## Conclusion
111111

112-
In this tutorial, we demonstrated how to set up Just-in-Time (JIT) access using the Bytebase GUI. In the next tutorial, we will explore automating JIT access via Slack, utilizing Bytebase webhooks and API. Stay tuned!
112+
In this tutorial, we demonstrated how to set up Just-in-Time (JIT) access using the Bytebase GUI. In the next tutorial, we will explore automating JIT access via Slack, utilizing Bytebase webhooks and API. Stay tuned!

0 commit comments

Comments
 (0)