diff --git a/.github/workflows/update-and-validate-manifest.yml b/.github/workflows/update-and-validate-manifest.yml index 91a17cb19..357df2903 100644 --- a/.github/workflows/update-and-validate-manifest.yml +++ b/.github/workflows/update-and-validate-manifest.yml @@ -51,6 +51,9 @@ jobs: update_release: name: Update dev release needs: [filter_for_configs, build_manifest] + permissions: + contents: write # Allows pushing changes to the repository + attestations: write # Allows adding and updating artifact attestations if: ${{ needs.filter_for_configs.outputs.configs == 'true' }} runs-on: ubuntu-latest steps: diff --git a/.github/workflows/update-latest.yml b/.github/workflows/update-latest.yml index d1ae8195b..83c1a085d 100644 --- a/.github/workflows/update-latest.yml +++ b/.github/workflows/update-latest.yml @@ -23,6 +23,9 @@ jobs: update_latest: name: Update latest release needs: filter_for_configs + permissions: + contents: write # Allows pushing changes to the repository + attestations: write # Allows adding and updating artifact attestations if: ${{ needs.filter_for_configs.outputs.configs == 'true' }} runs-on: ubuntu-latest steps: diff --git a/.github/workflows/update-testing.yml b/.github/workflows/update-testing.yml index a8d775def..3529a2ec7 100644 --- a/.github/workflows/update-testing.yml +++ b/.github/workflows/update-testing.yml @@ -20,6 +20,9 @@ jobs: update_testing: name: Update testing release needs: filter_for_testing_configs + permissions: + contents: write # Allows pushing changes to the repository + attestations: write # Allows adding and updating artifact attestations if: ${{ needs.filter_for_testing_configs.outputs.testing == 'true' }} runs-on: ubuntu-latest steps: diff --git a/configs/3-1-aws-cw.json b/configs/3-1-aws-cw.json index f11ed9b72..4d39cdc29 100644 --- a/configs/3-1-aws-cw.json +++ b/configs/3-1-aws-cw.json @@ -14,7 +14,7 @@ "supportedOs": ["AWS_Cloudformation"], "productTags": ["LOG_ANALYTICS"], "filterTags": ["AWS", "Most Popular"], - "integrationTemplate": "firehose-logs/0.1.0/sam-template.yaml¶m_logzioType=agent-logzio-firehose¶m_logzioListener=https://aws-firehose-logs-<>", + "integrationTemplate": "firehose-logs/0.2.1/sam-template.yaml¶m_logzioType=agent-logzio-firehose¶m_logzioListener=https://aws-firehose-logs-<>", "datasources": [ { "name": "AWS_Logs", @@ -97,7 +97,8 @@ { "label": "ECS", "value": "ecs" }, { "label": "EKS", "value": "eks" }, { "label": "Lambda", "value": "lambda" }, - { "label": "RDS", "value": "rds" } + { "label": "RDS", "value": "rds" }, + { "label": "Batch", "value": "batch" } ] }, {