From b593916a92a6b31c946f23e45dfa7cb2a8df0686 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sun, 6 Oct 2024 09:32:53 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...9822d6df581f770838f4d4f447fffbfcba4ff.json | 30 +++++++++++++++++++ index.json | 3 ++ manojx.encrypter-bundle.1.0.json | 30 +++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 archived/manojx.encrypter-bundle/27e9822d6df581f770838f4d4f447fffbfcba4ff.json create mode 100644 manojx.encrypter-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index bbd781a3..91027ace 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -337,6 +337,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [makasim/yadm-bundle](https://packagist.org/packages/makasim/yadm-bundle) | [0.2](makasim/yadm-bundle/0.2) | | [maksze/telemetry-bundle](https://packagist.org/packages/maksze/telemetry-bundle) | [0.4](maksze/telemetry-bundle/0.4) | | [mangati/zenvia-notifier](https://packagist.org/packages/mangati/zenvia-notifier) | [1.0](mangati/zenvia-notifier/1.0) | +| [manojx/encrypter-bundle](https://packagist.org/packages/manojx/encrypter-bundle) | [1.0](manojx/encrypter-bundle/1.0) | | [mapado/rest-client-sdk-bundle](https://packagist.org/packages/mapado/rest-client-sdk-bundle) | [0.24](mapado/rest-client-sdk-bundle/0.24) | | [maps_red/ticketing-bundle](https://packagist.org/packages/maps_red/ticketing-bundle) | [0.6](maps_red/ticketing-bundle/0.6) | | [mbarbey/u2f-security-bundle](https://packagist.org/packages/mbarbey/u2f-security-bundle) | [1.0](mbarbey/u2f-security-bundle/1.0) | diff --git a/archived/manojx.encrypter-bundle/27e9822d6df581f770838f4d4f447fffbfcba4ff.json b/archived/manojx.encrypter-bundle/27e9822d6df581f770838f4d4f447fffbfcba4ff.json new file mode 100644 index 00000000..9af1a7d7 --- /dev/null +++ b/archived/manojx.encrypter-bundle/27e9822d6df581f770838f4d4f447fffbfcba4ff.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "manojx/encrypter-bundle": { + "manifest": { + "bundles": { + "ManojX\\EncrypterBundle\\EncrypterBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ENCRYPTER_SECRET": "your_secret_key_here" + } + }, + "files": { + "config/packages/encrypter.yaml": { + "contents": [ + "encrypter:", + " secret: '%env(ENCRYPTER_SECRET)%'", + "" + ], + "executable": false + } + }, + "ref": "27e9822d6df581f770838f4d4f447fffbfcba4ff" + } + } +} diff --git a/index.json b/index.json index af6700e2..5a345bf7 100644 --- a/index.json +++ b/index.json @@ -1060,6 +1060,9 @@ "mangati/zenvia-notifier": [ "1.0" ], + "manojx/encrypter-bundle": [ + "1.0" + ], "mapado/rest-client-sdk-bundle": [ "0.24" ], diff --git a/manojx.encrypter-bundle.1.0.json b/manojx.encrypter-bundle.1.0.json new file mode 100644 index 00000000..9af1a7d7 --- /dev/null +++ b/manojx.encrypter-bundle.1.0.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "manojx/encrypter-bundle": { + "manifest": { + "bundles": { + "ManojX\\EncrypterBundle\\EncrypterBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ENCRYPTER_SECRET": "your_secret_key_here" + } + }, + "files": { + "config/packages/encrypter.yaml": { + "contents": [ + "encrypter:", + " secret: '%env(ENCRYPTER_SECRET)%'", + "" + ], + "executable": false + } + }, + "ref": "27e9822d6df581f770838f4d4f447fffbfcba4ff" + } + } +}