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%/" + } +}