From fe277ac5ceb022d2946f5c20cd408a9372770d93 Mon Sep 17 00:00:00 2001 From: "Krzysztof Massalski (Extern)" Date: Fri, 12 Jan 2024 14:34:29 +0100 Subject: [PATCH] feat(impl):[#259] temporary keys --- irs-api/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irs-api/src/main/resources/application.yml b/irs-api/src/main/resources/application.yml index ecf233bb2b..fe590c46f4 100644 --- a/irs-api/src/main/resources/application.yml +++ b/irs-api/src/main/resources/application.yml @@ -97,8 +97,8 @@ irs: # Application config security: api: keys: - admin: ${API_KEY_ADMIN} # API Key to access IRS API with admin role - regular: ${API_KEY_REGULAR} # API Key to access IRS API with view role + admin: "8f976efe-ee07-4049-b851-07e38cc60baa" # API Key to access IRS API with admin role + regular: "4ec5a557-7c6d-48a4-af57-ab5016424c11" # API Key to access IRS API with view role blobstore: endpoint: "${MINIO_URL}" # S3 compatible API endpoint (e.g. Minio)