From 3a52ac0f092adc99b483467aedd473415f5ebd9b Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 4 Oct 2025 13:15:45 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...de389124b3136052ca64cd945f636e8959a21.json | 40 +++++++++++++++++++ artack.recaptcha-enterprise-bundle.0.1.json | 40 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 84 insertions(+) create mode 100644 archived/artack.recaptcha-enterprise-bundle/d2cde389124b3136052ca64cd945f636e8959a21.json create mode 100644 artack.recaptcha-enterprise-bundle.0.1.json diff --git a/RECIPES.md b/RECIPES.md index 468fbbe4..ec5a750e 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -34,6 +34,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [anyx/login-gate-bundle](https://packagist.org/packages/anyx/login-gate-bundle) | [1.0](anyx/login-gate-bundle/1.0) | | [arad021/entity-already-exists-validation-constraint](https://packagist.org/packages/arad021/entity-already-exists-validation-constraint) | [1.0](arad021/entity-already-exists-validation-constraint/1.0) | | [armin/scssphp-bundle](https://packagist.org/packages/armin/scssphp-bundle) | [1.0](armin/scssphp-bundle/1.0) | +| [artack/recaptcha-enterprise-bundle](https://packagist.org/packages/artack/recaptcha-enterprise-bundle) | [0.1](artack/recaptcha-enterprise-bundle/0.1) | | [artack/svg-inline-bundle](https://packagist.org/packages/artack/svg-inline-bundle) | [1.0](artack/svg-inline-bundle/1.0) | | [artox-lab/clarc-bundle](https://packagist.org/packages/artox-lab/clarc-bundle) | [0.1](artox-lab/clarc-bundle/0.1) | | [artox-lab/clarc-message-bus-bundle](https://packagist.org/packages/artox-lab/clarc-message-bus-bundle) | [1.0](artox-lab/clarc-message-bus-bundle/1.0) | diff --git a/archived/artack.recaptcha-enterprise-bundle/d2cde389124b3136052ca64cd945f636e8959a21.json b/archived/artack.recaptcha-enterprise-bundle/d2cde389124b3136052ca64cd945f636e8959a21.json new file mode 100644 index 00000000..cea7025d --- /dev/null +++ b/archived/artack.recaptcha-enterprise-bundle/d2cde389124b3136052ca64cd945f636e8959a21.json @@ -0,0 +1,40 @@ +{ + "manifests": { + "artack/recaptcha-enterprise-bundle": { + "manifest": { + "bundles": { + "Artack\\RecaptchaEnterpriseBundle\\ArtackRecaptchaEnterpriseBundle": [ + "all" + ] + }, + "env": { + "ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID": "", + "ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY": "", + "ARTACK_RECAPTCHA_ENTERPRISE_API_KEY": "" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/artack_recaptcha_enterprise.yaml": { + "contents": [ + "artack_recaptcha_enterprise:", + " enabled: true", + " project_id: '%env(ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID)%'", + " site_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY)%'", + " api_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_API_KEY)%'", + " min_score: 0.5", + "", + "#when@dev:", + "# artack_recaptcha_enterprise:", + "# enabled: false", + "" + ], + "executable": false + } + }, + "ref": "d2cde389124b3136052ca64cd945f636e8959a21" + } + } +} diff --git a/artack.recaptcha-enterprise-bundle.0.1.json b/artack.recaptcha-enterprise-bundle.0.1.json new file mode 100644 index 00000000..cea7025d --- /dev/null +++ b/artack.recaptcha-enterprise-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "manifests": { + "artack/recaptcha-enterprise-bundle": { + "manifest": { + "bundles": { + "Artack\\RecaptchaEnterpriseBundle\\ArtackRecaptchaEnterpriseBundle": [ + "all" + ] + }, + "env": { + "ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID": "", + "ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY": "", + "ARTACK_RECAPTCHA_ENTERPRISE_API_KEY": "" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/artack_recaptcha_enterprise.yaml": { + "contents": [ + "artack_recaptcha_enterprise:", + " enabled: true", + " project_id: '%env(ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID)%'", + " site_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY)%'", + " api_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_API_KEY)%'", + " min_score: 0.5", + "", + "#when@dev:", + "# artack_recaptcha_enterprise:", + "# enabled: false", + "" + ], + "executable": false + } + }, + "ref": "d2cde389124b3136052ca64cd945f636e8959a21" + } + } +} diff --git a/index.json b/index.json index 867964eb..183971b1 100644 --- a/index.json +++ b/index.json @@ -94,6 +94,9 @@ "armin/scssphp-bundle": [ "1.0" ], + "artack/recaptcha-enterprise-bundle": [ + "0.1" + ], "artack/svg-inline-bundle": [ "1.0" ],