From 7f589d88c196eb01d9d81138d995d7803e543dbd Mon Sep 17 00:00:00 2001 From: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:48:01 -0800 Subject: [PATCH] Remove < and > signs to avoid HTML rendering issues --- docs/guides/iam_auth_rds_pg.md | 4 ++-- templates/guides/iam_auth_rds_pg.md.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/iam_auth_rds_pg.md b/docs/guides/iam_auth_rds_pg.md index f6aa6a5a..eb7b554a 100644 --- a/docs/guides/iam_auth_rds_pg.md +++ b/docs/guides/iam_auth_rds_pg.md @@ -9,8 +9,8 @@ created in this example and grant the `rds_iam` permission as shown in the following command: ``` -CREATE USER "arn:aws:iam:::role/my-sidecar_rds_access_role"; -GRANT rds_iam TO "arn:aws:iam:::role/my-sidecar_rds_access_role"; +CREATE USER "arn:aws:iam::YOUR_AWS_ACCOUNT_NUM:role/my-sidecar_rds_access_role"; +GRANT rds_iam TO "arn:aws:iam::YOUR_AWS_ACCOUNT_NUM:role/my-sidecar_rds_access_role"; ``` Use this guide to create the minimum required configuration in both Cyral diff --git a/templates/guides/iam_auth_rds_pg.md.tmpl b/templates/guides/iam_auth_rds_pg.md.tmpl index fdfca202..37773f6a 100644 --- a/templates/guides/iam_auth_rds_pg.md.tmpl +++ b/templates/guides/iam_auth_rds_pg.md.tmpl @@ -9,8 +9,8 @@ created in this example and grant the `rds_iam` permission as shown in the following command: ``` -CREATE USER "arn:aws:iam:::role/my-sidecar_rds_access_role"; -GRANT rds_iam TO "arn:aws:iam:::role/my-sidecar_rds_access_role"; +CREATE USER "arn:aws:iam::YOUR_AWS_ACCOUNT_NUM:role/my-sidecar_rds_access_role"; +GRANT rds_iam TO "arn:aws:iam::YOUR_AWS_ACCOUNT_NUM:role/my-sidecar_rds_access_role"; ``` Use this guide to create the minimum required configuration in both Cyral