Skip to content

Commit f92c2d9

Browse files
docs: update (#488)
1 parent 7b276b0 commit f92c2d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ This tutorial will guide you through setting up Just-in-Time (JIT) access using
1717

1818
---
1919

20-
This is Part 1 of our tutorial series on implementing Just-in-Time (JIT) access:
20+
This is Part 1 of our tutorial series on implementing Just-in-Time (JIT) database access:
2121

2222
- Part 1: JIT database access via Bytebase GUI (this one)
2323
- Part 2: [Approve JIT database access via Slack](/docs/tutorials/just-in-time-database-access-part2)
24-
- Part 3: Request JIT database access via Slack
2524

2625
## Prerequisites
2726

content/docs/tutorials/just-in-time-database-access-part2.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ When developers need urgent production database access during incidents but lack
1717

1818
---
1919

20-
This is Part 2 of our tutorial series on implementing Just-in-Time (JIT) access:
20+
This is Part 2 of our tutorial series on implementing Just-in-Time (JIT) database access:
2121

2222
- Part 1: [Grant JIT database access via Bytebase GUI](/docs/tutorials/just-in-time-database-access-part1)
2323
- Part 2: Approve JIT database access via Slack (this one)
24-
- Part 3: Request JIT database access via Slack
2524

2625
## Overview
2726

@@ -49,6 +48,8 @@ Before you begin, make sure you have:
4948
1. Upon receiving the webhook event, the Slack app will present a message card in the configured channel with request details and approve/deny buttons.
5049
1. Upon clicking the approve/deny button, the Slack app will call the corresponding Bytebase API to approve/deny the request.
5150

51+
Another option would require clicking to go to bytebase to approve the request, which can be done by [built-in Slack webhook integration](/docs/change-database/webhook/#slack).
52+
5253
## Step 1 - Finished the previous tutorial
5354

5455
Make sure you finished the [previous tutorial](/docs/tutorials/just-in-time-database-access-part1) and have the Bytebase instance running. Particularly, pay attention to **Step 4**, which is to request JIT access via Bytebase GUI.
@@ -124,4 +125,4 @@ If digging into the code is your interest, here is a brief explanation of the co
124125

125126
## Conclusion
126127

127-
In this tutorial, you learned how to set up JIT access via Slack with the help of Bytebase webhooks and APIs. In the next part, we will cover how to request JIT access via Slack.
128+
Congratulations! You've successfully set up JIT database access via Slack with the help of Bytebase webhooks and APIs.

0 commit comments

Comments
 (0)