diff --git a/docs/documentation/platform/secret-rotation/mysql.mdx b/docs/documentation/platform/secret-rotation/mysql.mdx
index 59be3c1db..d6b912cbb 100644
--- a/docs/documentation/platform/secret-rotation/mysql.mdx
+++ b/docs/documentation/platform/secret-rotation/mysql.mdx
@@ -48,12 +48,11 @@ To learn more about MySQL Permissioning, please follow this [documentation](http
+
These are inputs required by MySQL Rotation Providers
-
Here Admin username and password means the rotator account. You don't need to provide the Database admin account.
-
- Admin Username
Rotator Admin username
@@ -80,6 +79,9 @@ To learn more about MySQL Permissioning, please follow this [documentation](http
Certificate to connect with database(string)
+
+
+
The secret keys to be replaced in the provided board after successful secret rotation
- Select `Environment`, `Secret Path` and `Interval` to rotate the secrets
diff --git a/docs/documentation/platform/secret-rotation/postgres.mdx b/docs/documentation/platform/secret-rotation/postgres.mdx
index 57602e81d..7c84ee2bb 100644
--- a/docs/documentation/platform/secret-rotation/postgres.mdx
+++ b/docs/documentation/platform/secret-rotation/postgres.mdx
@@ -48,6 +48,7 @@ To learn more about Postgres Permissioning, please follow this [documentation](h
+
These are inputs required by PostgresSQL Rotation Providers
@@ -80,6 +81,9 @@ To learn more about Postgres Permissioning, please follow this [documentation](h
Certificate to connect with database(string)
+
+
+
The secret keys to be replaced in the provided board after successful secret rotation
- Select `Environment`, `Secret Path` and `Interval` to rotate the secrets
diff --git a/docs/documentation/platform/secret-rotation/sendgrid.mdx b/docs/documentation/platform/secret-rotation/sendgrid.mdx
index 2a3dab0fe..4a3b6c78a 100644
--- a/docs/documentation/platform/secret-rotation/sendgrid.mdx
+++ b/docs/documentation/platform/secret-rotation/sendgrid.mdx
@@ -25,6 +25,7 @@ Follow the [SendGrid Docs to create an admin api key](https://docs.sendgrid.com/
+
These are inputs required by SendGrid Rotation Providers
- Admin API Key
@@ -35,6 +36,7 @@ Follow the [SendGrid Docs to create an admin api key](https://docs.sendgrid.com/
SendGrid generated API Key's scopes. For more info refer [this doc](https://docs.sendgrid.com/api-reference/api-key-permissions/api-key-permissions)
+
The secret keys to be replaced in the provided board after successful secret rotation
- Select `Environment`, `Secret Path` and `Interval` to rotate the secrets
diff --git a/docs/images/secret-rotation/mysql-step1.png b/docs/images/secret-rotation/mysql-step1.png
new file mode 100644
index 000000000..7df69de78
Binary files /dev/null and b/docs/images/secret-rotation/mysql-step1.png differ
diff --git a/docs/images/secret-rotation/postgres-step1.png b/docs/images/secret-rotation/postgres-step1.png
new file mode 100644
index 000000000..6b5670924
Binary files /dev/null and b/docs/images/secret-rotation/postgres-step1.png differ
diff --git a/docs/images/secret-rotation/postgres-step2.png b/docs/images/secret-rotation/postgres-step2.png
new file mode 100644
index 000000000..b261e7464
Binary files /dev/null and b/docs/images/secret-rotation/postgres-step2.png differ
diff --git a/docs/images/secret-rotation/sendgrid-step1.png b/docs/images/secret-rotation/sendgrid-step1.png
new file mode 100644
index 000000000..c1d54820a
Binary files /dev/null and b/docs/images/secret-rotation/sendgrid-step1.png differ
diff --git a/docs/images/secret-rotation/sendgrid-step2.png b/docs/images/secret-rotation/sendgrid-step2.png
new file mode 100644
index 000000000..62c1f29ff
Binary files /dev/null and b/docs/images/secret-rotation/sendgrid-step2.png differ