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" + } + } +}