Skip to content

Commit

Permalink
[Cloud Security] Fix GCP service account deployment copy-paste command (
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz authored Sep 16, 2024
1 parent 636873e commit a5a7f15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ export const GcpCredentialsFormAgentless = ({
)?.replace(TEMPLATE_URL_ACCOUNT_TYPE_ENV_VAR, accountType);

const commandText = `gcloud config set project ${
isOrganization ? `<PROJECT_ID> && ORD_ID=<ORG_ID_VALUE>` : `<PROJECT_ID>`
} && ./deploy_service_account.sh`;
isOrganization ? `<PROJECT_ID> && ORG_ID=<ORG_ID_VALUE>` : `<PROJECT_ID>`
} ./deploy_service_account.sh`;

return (
<>
Expand Down

0 comments on commit a5a7f15

Please sign in to comment.