Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Adelina Simion <[email protected]>
  • Loading branch information
lennessyy and addetz authored Dec 20, 2024
1 parent e543669 commit 9ed5d9b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cloud account.

### Prerequisites

- If you are using a self-hosted Palette or Vertex instance, you have configured an AWS account at the instance-level to
- If you are using a self-hosted Palette or Vertex instance, you must configure an AWS account at the instance-level to
allow tenants to add AWS accounts using STS. For more information, refer to
[Enable Adding AWS Accounts Using STS - Palette](../../../enterprise-version/system-management/configure-aws-sts-account.md)
or [Enable Adding AWS Accounts Using STS - VerteX](../../../vertex/system-management/configure-aws-sts-account.md)
Expand Down Expand Up @@ -221,7 +221,7 @@ multiple cloud accounts.

### Prerequisites

- If you are using a self-hosted Palette or Vertex instance, you have configured an AWS account at the instance-level to
- If you are using a self-hosted Palette or Vertex instance, you must configure an AWS account at the instance-level to
allow tenants to add AWS accounts using STS. For more information, refer to
[Enable Adding AWS Accounts Using STS - Palette](../../../enterprise-version/system-management/configure-aws-sts-account.md)
or [Enable Adding AWS Accounts Using STS - VerteX](../../../vertex/system-management/configure-aws-sts-account.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Use the steps below to add an AWS cloud account using Security Token Service (ST

#### Prerequisites

- If you are using a self-hosted instance of Palette or VerteX, you have configured an AWS account at the instance-level
- If you are using a self-hosted instance of Palette or VerteX, you must configure an AWS account at the instance-level
to allow tenants to add AWS accounts using STS. For more information, refer to
[Enable Adding AWS Accounts Using STS - Palette](../../../enterprise-version/system-management/configure-aws-sts-account.md)
or [Enable Adding AWS Accounts Using STS - VerteX](../../../vertex/system-management/configure-aws-sts-account.md)
Expand Down Expand Up @@ -165,7 +165,7 @@ Use the steps below to add an AWS cloud account using STS credentials.

#### Prerequisites

- If you are using a self-hosted instance of Palette or VerteX, you have configured an AWS account at the instance-level
- If you are using a self-hosted instance of Palette or VerteX, you must configure an AWS account at the instance-level
to allow tenants to add AWS accounts using STS. For more information, refer to
[Enable Adding AWS Accounts Using STS - Palette](../../../enterprise-version/system-management/configure-aws-sts-account.md)
or [Enable Adding AWS Accounts Using STS - VerteX](../../../vertex/system-management/configure-aws-sts-account.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ tags: ["palette", "management", "account", "credentials"]
keywords: ["self-hosted", "palette"]
---

import StsConfig from "../../../../_partials/self-hosted/_aws-sts-config.mdx";

<StsConfig name="sts-config" edition="Palette" />
<PartialsComponent category="self-hosted" name="sts-config" edition="Palette" />

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ tags: ["palette", "management", "account", "credentials"]
keywords: ["self-hosted", "vertex"]
---

import StsConfig from "../../../../_partials/self-hosted/_aws-sts-config.mdx";

<StsConfig name="sts-config" edition="VerteX" />
<PartialsComponent category="self-hosted" name="sts-config" edition="VerteX" />

0 comments on commit 9ed5d9b

Please sign in to comment.