Skip to content

Commit

Permalink
Fix client id and client secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kipparker committed Jun 25, 2024
1 parent 16db966 commit a2d2759
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resource/copilot/perseus-resource/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a2d2759

Please sign in to comment.