From a2d27597cc4356ae19e1a2e7583b4d0384d8ddfe Mon Sep 17 00:00:00 2001 From: Kip Parker Date: Tue, 25 Jun 2024 16:38:18 +0100 Subject: [PATCH] Fix client id and client secret --- resource/copilot/perseus-resource/manifest.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resource/copilot/perseus-resource/manifest.yml b/resource/copilot/perseus-resource/manifest.yml index 6a2ce0d..d718002 100644 --- a/resource/copilot/perseus-resource/manifest.yml +++ b/resource/copilot/perseus-resource/manifest.yml @@ -33,7 +33,13 @@ network: variables: # Pass environment variables as key value pairs. LOG_LEVEL: info ISSUER_URL: "https://perseus-demo-authentication.ib1.org" + CLIENT_ID: f67916ce-de33-4e2f-a8e3-cbd5f6459c30 + + # You can override any of the values defined above by environment. +secrets: + CLIENT_SECRET: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/client_secret + environments: prod: http: