From a323031f9905f4557ee15f82bb316a63197d642d Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 19 Feb 2022 09:38:56 +0000 Subject: [PATCH] Update Flex endpoint --- ...01a4fa1a537375c079e952e75338d017d6dae.json | 32 +++++++++++++++++++ index.json | 3 ++ nzo.url-encryptor-bundle.6.0.json | 32 +++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 archived/nzo.url-encryptor-bundle/42101a4fa1a537375c079e952e75338d017d6dae.json create mode 100644 nzo.url-encryptor-bundle.6.0.json diff --git a/archived/nzo.url-encryptor-bundle/42101a4fa1a537375c079e952e75338d017d6dae.json b/archived/nzo.url-encryptor-bundle/42101a4fa1a537375c079e952e75338d017d6dae.json new file mode 100644 index 00000000..c2c7f9f6 --- /dev/null +++ b/archived/nzo.url-encryptor-bundle/42101a4fa1a537375c079e952e75338d017d6dae.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "nzo/url-encryptor-bundle": { + "manifest": { + "bundles": { + "Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "NZO_ENCRYPTOR_SECRET": "change_me", + "NZO_ENCRYPTOR_IV": "change_me" + } + }, + "files": { + "config/packages/nzo_encryptor.yaml": { + "contents": [ + "nzo_encryptor:", + " secret_key: '%env(NZO_ENCRYPTOR_SECRET)%'", + " secret_iv: '%env(NZO_ENCRYPTOR_IV)%'", + "" + ], + "executable": false + } + }, + "ref": "42101a4fa1a537375c079e952e75338d017d6dae" + } + } +} diff --git a/index.json b/index.json index 9b605467..80efca89 100644 --- a/index.json +++ b/index.json @@ -1017,6 +1017,9 @@ "numberninecms/cms": [ "0.2" ], + "nzo/url-encryptor-bundle": [ + "6.0" + ], "oat-sa/bundle-health-check": [ "1.0" ], diff --git a/nzo.url-encryptor-bundle.6.0.json b/nzo.url-encryptor-bundle.6.0.json new file mode 100644 index 00000000..c2c7f9f6 --- /dev/null +++ b/nzo.url-encryptor-bundle.6.0.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "nzo/url-encryptor-bundle": { + "manifest": { + "bundles": { + "Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "NZO_ENCRYPTOR_SECRET": "change_me", + "NZO_ENCRYPTOR_IV": "change_me" + } + }, + "files": { + "config/packages/nzo_encryptor.yaml": { + "contents": [ + "nzo_encryptor:", + " secret_key: '%env(NZO_ENCRYPTOR_SECRET)%'", + " secret_iv: '%env(NZO_ENCRYPTOR_IV)%'", + "" + ], + "executable": false + } + }, + "ref": "42101a4fa1a537375c079e952e75338d017d6dae" + } + } +}