diff --git a/spomky-labs/jose-bundle/2.2/manifest.json b/spomky-labs/jose-bundle/2.2/manifest.json index 2edb5c46..726bc042 100644 --- a/spomky-labs/jose-bundle/2.2/manifest.json +++ b/spomky-labs/jose-bundle/2.2/manifest.json @@ -3,6 +3,6 @@ "SpomkyLabs\\JoseBundle\\SpomkyLabsJoseBundle": ["all"] }, "copy-from-recipe": { - "config": "%CONFIG_DIR%/" + "config/": "%CONFIG_DIR%" } } diff --git a/spomky-labs/lexik-jose-bridge/1.0/config/packages/spomky_labs_lexik_jose_bridge_bundle.yaml b/spomky-labs/lexik-jose-bridge/1.0/config/packages/spomky_labs_lexik_jose_bridge_bundle.yaml new file mode 100644 index 00000000..896a9ed4 --- /dev/null +++ b/spomky-labs/lexik-jose-bridge/1.0/config/packages/spomky_labs_lexik_jose_bridge_bundle.yaml @@ -0,0 +1,15 @@ +lexik_jose: + ttl: 1000 + server_name: '%env(SL_JOSE_BRIDGE_SERVER_NAME)%' + key_storage_folder: '%env(SL_JOSE_BRIDGE_KEY_STORAGE_FOLDER)%/' + signature_algorithm: 'RS512' + signature_key_configuration: + kty: 'RSA' + size: 4096 + encryption: + enabled: true + encryption_key_configuration: + kty: 'oct' + size: 256 + key_encryption_algorithm: 'A256KW' + content_encryption_algorithm: 'A256CBC-HS512' diff --git a/spomky-labs/lexik-jose-bridge/1.0/manifest.json b/spomky-labs/lexik-jose-bridge/1.0/manifest.json new file mode 100644 index 00000000..70b4dc11 --- /dev/null +++ b/spomky-labs/lexik-jose-bridge/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "SpomkyLabs\\LexikJoseBundle\\SpomkyLabsLexikJoseBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "SL_JOSE_BRIDGE_SERVER_NAME": "https://www.my-service.com/", + "SL_JOSE_BRIDGE_KEY_STORAGE_FOLDER": "/tmp/sl_jose/" + } +} diff --git a/spomky-labs/lexik-jose-bridge/1.0/post-install.txt b/spomky-labs/lexik-jose-bridge/1.0/post-install.txt new file mode 100644 index 00000000..3a14183d --- /dev/null +++ b/spomky-labs/lexik-jose-bridge/1.0/post-install.txt @@ -0,0 +1,2 @@ + Next for SpomkyLabsLexikJoseBundle + Run make cache-warmup to generate keys.