From 655c9dc16ad17c661ae2ebba323f4a08ef15d862 Mon Sep 17 00:00:00 2001 From: Gabriel BONDAZ Date: Tue, 4 May 2021 17:10:59 +0200 Subject: [PATCH] Add IDCIKeycloakSecurityBundle recipe --- .../1.0/config/packages/idci_keycloak_security.yaml | 6 ++++++ idci/keycloak-security-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 idci/keycloak-security-bundle/1.0/config/packages/idci_keycloak_security.yaml create mode 100644 idci/keycloak-security-bundle/1.0/manifest.json diff --git a/idci/keycloak-security-bundle/1.0/config/packages/idci_keycloak_security.yaml b/idci/keycloak-security-bundle/1.0/config/packages/idci_keycloak_security.yaml new file mode 100644 index 00000000..be690667 --- /dev/null +++ b/idci/keycloak-security-bundle/1.0/config/packages/idci_keycloak_security.yaml @@ -0,0 +1,6 @@ +idci_keycloak_security: + server_url: 'http://localhost:8080/auth' + realm: 'MyRealm' + client_id: 'my-client' + client_secret: 'my-client-secret' + default_target_path: 'app_home' \ No newline at end of file diff --git a/idci/keycloak-security-bundle/1.0/manifest.json b/idci/keycloak-security-bundle/1.0/manifest.json new file mode 100644 index 00000000..8e84a044 --- /dev/null +++ b/idci/keycloak-security-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "IDCI\\Bundle\\KeycloakSecurityBundle\\": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}