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
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.
Copy file name to clipboardExpand all lines: content/docs/tutorials/just-in-time-part1.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ estimated_time: '30 mins'
9
9
description: 'In this tutorial, we will demonstrate how to set up Just-in-Time (JIT) access using the Bytebase GUI.'
10
10
---
11
11
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.
13
13
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 tutorialwill 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.
15
15
16
16
## Prerequisites
17
17
@@ -79,7 +79,7 @@ In Bytebase **Enterprise Plan**, you can request a JIT access to the production
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`.
@@ -109,4 +109,4 @@ In Bytebase **Enterprise Plan**, you can request a JIT access to the production
109
109
110
110
## Conclusion
111
111
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