From f63ad21e464178b9601903242fc99c1d27194aab Mon Sep 17 00:00:00 2001 From: Cedrick Oka Baidai Date: Mon, 14 Feb 2022 13:26:29 +0000 Subject: [PATCH] Added recipes for coka/doctrine-encrypt-bundle --- .../1.0/config/packages/oka_doctrine_encrypt.yaml | 2 ++ coka/doctrine-encrypt-bundle/1.0/manifest.json | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 coka/doctrine-encrypt-bundle/1.0/config/packages/oka_doctrine_encrypt.yaml create mode 100644 coka/doctrine-encrypt-bundle/1.0/manifest.json diff --git a/coka/doctrine-encrypt-bundle/1.0/config/packages/oka_doctrine_encrypt.yaml b/coka/doctrine-encrypt-bundle/1.0/config/packages/oka_doctrine_encrypt.yaml new file mode 100644 index 00000000..ff5b3888 --- /dev/null +++ b/coka/doctrine-encrypt-bundle/1.0/config/packages/oka_doctrine_encrypt.yaml @@ -0,0 +1,2 @@ +oka_doctrine_encrypt: + secret: '%env(OKA_DOCTRINE_ENCRYPT_SECRET)%' diff --git a/coka/doctrine-encrypt-bundle/1.0/manifest.json b/coka/doctrine-encrypt-bundle/1.0/manifest.json new file mode 100644 index 00000000..327069e3 --- /dev/null +++ b/coka/doctrine-encrypt-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Oka\\Doctrine\\EncryptBundle\\OkaDoctrineEncryptBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "OKA_DOCTRINE_ENCRYPT_SECRET": "%generate(secret)%%generate(secret)%" + } +}