diff --git a/openmetadata-docs/content/v1.4.x/deployment/security/enable-jwt-tokens.md b/openmetadata-docs/content/v1.4.x/deployment/security/enable-jwt-tokens.md index 24703120e26..3e23415e503 100644 --- a/openmetadata-docs/content/v1.4.x/deployment/security/enable-jwt-tokens.md +++ b/openmetadata-docs/content/v1.4.x/deployment/security/enable-jwt-tokens.md @@ -103,6 +103,8 @@ wget -O - {your domain}/api/v1/system/config/jwks Once the above configuration is updated, the server is restarted. Admin can go to Settings -> Bots page. +{% image src="/images/v1.4/deployment/security/enable-jwt/settings-bot.png" alt="Settings Page" caption="Settings Page" /%} + {% image src="/images/v1.4/deployment/security/enable-jwt/bot.png" alt="Bot settings page" caption="Bot settings page" /%} Click on the `ingestion-bot`. The current token can be revoked, or you can create a new one. diff --git a/openmetadata-docs/content/v1.4.x/developers/bots.md b/openmetadata-docs/content/v1.4.x/developers/bots.md index 05b4e7439e4..fc2e74582c1 100644 --- a/openmetadata-docs/content/v1.4.x/developers/bots.md +++ b/openmetadata-docs/content/v1.4.x/developers/bots.md @@ -5,7 +5,12 @@ slug: /developers/bots # How to Set Up Bots -The default account for any ingestion pipeline deployed from the UI is `ingestion-bot`. To configure `ingestion-bot` from the UI, go to the settings page, scroll down to the Integration section, and access the `Bots` tab. +The default account for any ingestion pipeline deployed from the UI is `ingestion-bot`. To configure `ingestion-bot` from the UI, go to the settings page and access the `Bots` tile. + +{% image +src="/images/v1.4/developers/settings-bot.png" +alt="settings-bot" +/%} {% image src="/images/v1.4/developers/bot-listing.png" diff --git a/openmetadata-docs/content/v1.4.x/how-to-guides/admin-guide/cli-ingestion-with-basic-auth.md b/openmetadata-docs/content/v1.4.x/how-to-guides/admin-guide/cli-ingestion-with-basic-auth.md index a8f316dd3e1..2385117215c 100644 --- a/openmetadata-docs/content/v1.4.x/how-to-guides/admin-guide/cli-ingestion-with-basic-auth.md +++ b/openmetadata-docs/content/v1.4.x/how-to-guides/admin-guide/cli-ingestion-with-basic-auth.md @@ -19,7 +19,12 @@ From `0.12.1` OpenMetadata has changed the default `no-auth` to `Basic` auth, So ## How to get the JWT token -**1.** Go to the `settings` page from the navbar and then scroll down to the `Integrations` Section. Click on the `Bots` and you will see the list of bots, then click on the `ingestion-bot`. +**1.** Go to the `settings` page from the `activity bar` Section. Click on the `Bots` and you will see the list of bots, then click on the `ingestion-bot`. + + {% image + src="/images/v1.4/cli-ingestion-with-basic-auth/settings-bot.png" + alt="settings-bot" /%} + {% image src="/images/v1.4/cli-ingestion-with-basic-auth/bot-list.png" alt="bot-list" /%} diff --git a/openmetadata-docs/content/v1.5.x-SNAPSHOT/deployment/security/enable-jwt-tokens.md b/openmetadata-docs/content/v1.5.x-SNAPSHOT/deployment/security/enable-jwt-tokens.md index df518e590e3..c7b3de5add0 100644 --- a/openmetadata-docs/content/v1.5.x-SNAPSHOT/deployment/security/enable-jwt-tokens.md +++ b/openmetadata-docs/content/v1.5.x-SNAPSHOT/deployment/security/enable-jwt-tokens.md @@ -103,6 +103,8 @@ wget -O - {your domain}/api/v1/system/config/jwks Once the above configuration is updated, the server is restarted. Admin can go to Settings -> Bots page. +{% image src="/images/v1.4/deployment/security/enable-jwt/settings-bot.png" alt="Settings Page" caption="Settings Page" /%} + {% image src="/images/v1.5/deployment/security/enable-jwt/bot.png" alt="Bot settings page" caption="Bot settings page" /%} Click on the `ingestion-bot`. The current token can be revoked, or you can create a new one. diff --git a/openmetadata-docs/content/v1.5.x-SNAPSHOT/developers/bots.md b/openmetadata-docs/content/v1.5.x-SNAPSHOT/developers/bots.md index 44a7539479f..fe1cc48b961 100644 --- a/openmetadata-docs/content/v1.5.x-SNAPSHOT/developers/bots.md +++ b/openmetadata-docs/content/v1.5.x-SNAPSHOT/developers/bots.md @@ -5,7 +5,12 @@ slug: /developers/bots # How to Set Up Bots -The default account for any ingestion pipeline deployed from the UI is `ingestion-bot`. To configure `ingestion-bot` from the UI, go to the settings page, scroll down to the Integration section, and access the `Bots` tab. +The default account for any ingestion pipeline deployed from the UI is `ingestion-bot`. To configure `ingestion-bot` from the UI, go to the settings page and access the `Bots` tile. + +{% image +src="/images/v1.4/developers/settings-bot.png" +alt="settings-bot" +/%} {% image src="/images/v1.5/developers/bot-listing.png" diff --git a/openmetadata-docs/content/v1.5.x-SNAPSHOT/how-to-guides/admin-guide/cli-ingestion-with-basic-auth.md b/openmetadata-docs/content/v1.5.x-SNAPSHOT/how-to-guides/admin-guide/cli-ingestion-with-basic-auth.md index 2156717e9d6..a5998948d1e 100644 --- a/openmetadata-docs/content/v1.5.x-SNAPSHOT/how-to-guides/admin-guide/cli-ingestion-with-basic-auth.md +++ b/openmetadata-docs/content/v1.5.x-SNAPSHOT/how-to-guides/admin-guide/cli-ingestion-with-basic-auth.md @@ -19,7 +19,12 @@ From `0.12.1` OpenMetadata has changed the default `no-auth` to `Basic` auth, So ## How to get the JWT token -**1.** Go to the `settings` page from the navbar and then scroll down to the `Integrations` Section. Click on the `Bots` and you will see the list of bots, then click on the `ingestion-bot`. +**1.** Go to the `settings` page from the `activity bar` Section. Click on the `Bots` and you will see the list of bots, then click on the `ingestion-bot`. + + {% image + src="/images/v1.4/cli-ingestion-with-basic-auth/settings-bot.png" + alt="settings-bot" /%} + {% image src="/images/v1.5/cli-ingestion-with-basic-auth/bot-list.png" alt="bot-list" /%} diff --git a/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/bot-list.png b/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/bot-list.png index 64df2abe990..0122b695520 100644 Binary files a/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/bot-list.png and b/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/bot-list.png differ diff --git a/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/bot-token.png b/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/bot-token.png index 08ebb0358ce..5967d432732 100644 Binary files a/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/bot-token.png and b/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/bot-token.png differ diff --git a/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/settings-bot.png b/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/settings-bot.png new file mode 100644 index 00000000000..b62ed399f16 Binary files /dev/null and b/openmetadata-docs/images/v1.4/cli-ingestion-with-basic-auth/settings-bot.png differ diff --git a/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/bot-jwt-token.png b/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/bot-jwt-token.png index 6bbab1f8c00..5967d432732 100644 Binary files a/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/bot-jwt-token.png and b/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/bot-jwt-token.png differ diff --git a/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/bot.png b/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/bot.png index 9259eff7f9f..0122b695520 100644 Binary files a/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/bot.png and b/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/bot.png differ diff --git a/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/settings-bot.png b/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/settings-bot.png new file mode 100644 index 00000000000..b62ed399f16 Binary files /dev/null and b/openmetadata-docs/images/v1.4/deployment/security/enable-jwt/settings-bot.png differ diff --git a/openmetadata-docs/images/v1.4/developers/bot-listing.png b/openmetadata-docs/images/v1.4/developers/bot-listing.png index 583becbaa9d..ba253c8e5dd 100644 Binary files a/openmetadata-docs/images/v1.4/developers/bot-listing.png and b/openmetadata-docs/images/v1.4/developers/bot-listing.png differ diff --git a/openmetadata-docs/images/v1.4/developers/bot-token-page.png b/openmetadata-docs/images/v1.4/developers/bot-token-page.png index 79b531f1062..c36bb5d5e67 100644 Binary files a/openmetadata-docs/images/v1.4/developers/bot-token-page.png and b/openmetadata-docs/images/v1.4/developers/bot-token-page.png differ diff --git a/openmetadata-docs/images/v1.4/developers/settings-bot.png b/openmetadata-docs/images/v1.4/developers/settings-bot.png new file mode 100644 index 00000000000..b62ed399f16 Binary files /dev/null and b/openmetadata-docs/images/v1.4/developers/settings-bot.png differ diff --git a/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/bot-list.png b/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/bot-list.png index 64df2abe990..0122b695520 100644 Binary files a/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/bot-list.png and b/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/bot-list.png differ diff --git a/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/bot-token.png b/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/bot-token.png index 08ebb0358ce..5967d432732 100644 Binary files a/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/bot-token.png and b/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/bot-token.png differ diff --git a/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/settings-bot.png b/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/settings-bot.png new file mode 100644 index 00000000000..b62ed399f16 Binary files /dev/null and b/openmetadata-docs/images/v1.5/cli-ingestion-with-basic-auth/settings-bot.png differ diff --git a/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/bot-jwt-token.png b/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/bot-jwt-token.png index 6bbab1f8c00..5967d432732 100644 Binary files a/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/bot-jwt-token.png and b/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/bot-jwt-token.png differ diff --git a/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/bot.png b/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/bot.png index 9259eff7f9f..0122b695520 100644 Binary files a/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/bot.png and b/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/bot.png differ diff --git a/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/settings-bot.png b/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/settings-bot.png new file mode 100644 index 00000000000..b62ed399f16 Binary files /dev/null and b/openmetadata-docs/images/v1.5/deployment/security/enable-jwt/settings-bot.png differ diff --git a/openmetadata-docs/images/v1.5/developers/bot-listing.png b/openmetadata-docs/images/v1.5/developers/bot-listing.png index 583becbaa9d..ba253c8e5dd 100644 Binary files a/openmetadata-docs/images/v1.5/developers/bot-listing.png and b/openmetadata-docs/images/v1.5/developers/bot-listing.png differ diff --git a/openmetadata-docs/images/v1.5/developers/bot-token-page.png b/openmetadata-docs/images/v1.5/developers/bot-token-page.png index 79b531f1062..c36bb5d5e67 100644 Binary files a/openmetadata-docs/images/v1.5/developers/bot-token-page.png and b/openmetadata-docs/images/v1.5/developers/bot-token-page.png differ diff --git a/openmetadata-docs/images/v1.5/developers/settings-bot.png b/openmetadata-docs/images/v1.5/developers/settings-bot.png new file mode 100644 index 00000000000..b62ed399f16 Binary files /dev/null and b/openmetadata-docs/images/v1.5/developers/settings-bot.png differ