From 9c4b81f31182424a3dd9cfb69af785ae686824ed Mon Sep 17 00:00:00 2001 From: hussainweb Date: Sat, 28 Oct 2023 11:46:48 -0400 Subject: [PATCH] feat: add idp integration --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/composer.json b/composer.json index 4d63a649..11c1c470 100644 --- a/composer.json +++ b/composer.json @@ -134,6 +134,16 @@ "password": "db", "database": "db" } + }, + "idp": { + "metadata": { + "annotations": {} + }, + "spec": { + "type": "website", + "lifecycle": "production", + "owner": "group:default/axelerant-coe-tech-internal" + } } } }