diff --git a/coka/api-bundle/4.0/config/packages/oka_api.yaml b/coka/api-bundle/4.0/config/packages/oka_api.yaml new file mode 100644 index 00000000..f3d03095 --- /dev/null +++ b/coka/api-bundle/4.0/config/packages/oka_api.yaml @@ -0,0 +1,6 @@ +oka_api: + cors: + default: + allow_credentials: true + expose_headers: ['Accept-Encoding'] + max_age: 3600 diff --git a/coka/api-bundle/4.0/manifest.json b/coka/api-bundle/4.0/manifest.json new file mode 100644 index 00000000..dc012b8a --- /dev/null +++ b/coka/api-bundle/4.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Oka\\ApiBundle\\OkaApiBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/coka/cors-bundle/1.0/config/packages/oka_cors.yaml b/coka/cors-bundle/1.0/config/packages/oka_cors.yaml new file mode 100644 index 00000000..f6046535 --- /dev/null +++ b/coka/cors-bundle/1.0/config/packages/oka_cors.yaml @@ -0,0 +1,4 @@ +oka_cors: + default: + expose_headers: ['Accept-Encoding'] + max_age: 3600 diff --git a/coka/cors-bundle/1.0/manifest.json b/coka/cors-bundle/1.0/manifest.json new file mode 100644 index 00000000..a9d65c52 --- /dev/null +++ b/coka/cors-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Oka\\CORSBundle\\OkaCORSBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml b/coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml new file mode 100644 index 00000000..06997e2b --- /dev/null +++ b/coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml @@ -0,0 +1,4 @@ +oka_wsse_authentication: + db_driver: orm + nonce: + save_path: '%kernel.cache_dir%/oka_wsse/nonces' diff --git a/coka/wsse-authentication-bundle/1.0/manifest.json b/coka/wsse-authentication-bundle/1.0/manifest.json new file mode 100644 index 00000000..be115763 --- /dev/null +++ b/coka/wsse-authentication-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Oka\\WSSEAuthenticationBundle\\OkaWSSEAuthenticationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}