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"