From 48cbe7fbaba0175e0cdec1e3dfe9364013e04afe Mon Sep 17 00:00:00 2001 From: rixhieloomis Date: Wed, 27 Sep 2023 15:56:02 +0530 Subject: [PATCH] Docs refactor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbd1397..6f5fd05 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,13 @@ After completing the export , edit the `sg-payload.json` file to provide tune ea - `DeploymentPlatformConfig` - THis is used to authenticate against a cloud provider using a StackGuardian Integration. Create the relevant integration in StackGuardian platform and update `DeploymentPlatformConfig.kind` from the following "AZURE_STATIC", "AWS_STATIC","GCP_STATIC", "AWS_RBAC". Update `DeploymentPlatformConfig.config.integrationId` with "/integrations/INTEGRATION_NAME" and `DeploymentPlatformConfig.config.profileName` with the name of the integration used upon creation. ``` DeploymentPlatformConfig: [ + { "kind": "AWS_RBAC", "config": { "integrationId": "/integrations/aws-rbac", "profileName": "default" } + } ] ``` - `VCSConfig` - Provide full path to the `repo` like as well the relevant `sourceConfigDestKind` from the following "GITHUB_COM", "BITBUCKET_ORG", "GITLAB_COM", "AZURE_DEVOPS"