From 9bb5bd1050954ec92601ad117af91d53f1b60853 Mon Sep 17 00:00:00 2001 From: Fred Cox Date: Mon, 21 Oct 2019 17:28:32 +0300 Subject: [PATCH] Add ekreative/health-check-bundle --- .../config/routes/ekreative_health_check.yaml | 2 ++ ekreative/health-check-bundle/1.5/manifest.json | 8 ++++++++ .../health-check-bundle/1.5/post-install.txt | 17 +++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 ekreative/health-check-bundle/1.5/config/routes/ekreative_health_check.yaml create mode 100644 ekreative/health-check-bundle/1.5/manifest.json create mode 100644 ekreative/health-check-bundle/1.5/post-install.txt diff --git a/ekreative/health-check-bundle/1.5/config/routes/ekreative_health_check.yaml b/ekreative/health-check-bundle/1.5/config/routes/ekreative_health_check.yaml new file mode 100644 index 00000000..6ca4630a --- /dev/null +++ b/ekreative/health-check-bundle/1.5/config/routes/ekreative_health_check.yaml @@ -0,0 +1,2 @@ +ekreative_health_check: + resource: '@EkreativeHealthCheckBundle/Resources/config/routes.xml' diff --git a/ekreative/health-check-bundle/1.5/manifest.json b/ekreative/health-check-bundle/1.5/manifest.json new file mode 100644 index 00000000..98dc0484 --- /dev/null +++ b/ekreative/health-check-bundle/1.5/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Ekreative\\HealthCheckBundle\\EkreativeHealthCheckBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/ekreative/health-check-bundle/1.5/post-install.txt b/ekreative/health-check-bundle/1.5/post-install.txt new file mode 100644 index 00000000..7f725483 --- /dev/null +++ b/ekreative/health-check-bundle/1.5/post-install.txt @@ -0,0 +1,17 @@ + + Next: EkreativeHealthCheckBundle Configuration + + + * You can add more doctrine/redis connections to your config in config/packages/ekreative_health_check.yaml + + *. Add healthcheck firewall to config/security.yaml file + + +security: + firewalls: + healthcheck: + pattern: ^/healthcheck + security: false + + + * Read the documentation at https://github.com/ekreative/health-check-bundle