diff --git a/content/docs/tutorials/just-in-time-database-access-part1.md b/content/docs/tutorials/just-in-time-database-access-part1.md index 7a5dc7a1..7380a5f9 100644 --- a/content/docs/tutorials/just-in-time-database-access-part1.md +++ b/content/docs/tutorials/just-in-time-database-access-part1.md @@ -13,6 +13,8 @@ In a production environment, an incident arises that requires a developer to acc 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. +![jit-graph1](/content/docs/tutorials/just-in-time-database-access-part1/jit-graph1.webp) + --- This is Part 1 of our tutorial series on implementing Just-in-Time (JIT) access: diff --git a/content/docs/tutorials/just-in-time-database-access-part2.md b/content/docs/tutorials/just-in-time-database-access-part2.md index d86e4224..95cf548a 100644 --- a/content/docs/tutorials/just-in-time-database-access-part2.md +++ b/content/docs/tutorials/just-in-time-database-access-part2.md @@ -13,6 +13,8 @@ In the [previous tutorial](/docs/tutorials/just-in-time-database-access-part1), When developers need urgent production database access during incidents but lack permissions, they can request Just-in-Time (JIT) access. By triggering the Bytebase webhook, the DBA will receive a notification in Slack immediately and can approve there. +![jit-graph-part2](/content/docs/tutorials/just-in-time-database-access-part2/jit-graph2.webp) + --- This is Part 2 of our tutorial series on implementing Just-in-Time (JIT) access: diff --git a/public/content/docs/tutorials/just-in-time-database-access-part1/jit-graph1.webp b/public/content/docs/tutorials/just-in-time-database-access-part1/jit-graph1.webp new file mode 100644 index 00000000..e1fdfdd7 Binary files /dev/null and b/public/content/docs/tutorials/just-in-time-database-access-part1/jit-graph1.webp differ diff --git a/public/content/docs/tutorials/just-in-time-database-access-part2/jit-graph2.webp b/public/content/docs/tutorials/just-in-time-database-access-part2/jit-graph2.webp new file mode 100644 index 00000000..b1800858 Binary files /dev/null and b/public/content/docs/tutorials/just-in-time-database-access-part2/jit-graph2.webp differ