Skip to content

Commit

Permalink
Merge pull request #715 from catenax-ng/feature/259-temporary-keys
Browse files Browse the repository at this point in the history
feat(impl):[#253] revert hardcoded keys
  • Loading branch information
ds-ext-kmassalski authored Jan 15, 2024
2 parents 14af40a + c62bec0 commit c916136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions irs-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ irs: # Application config
security:
api:
keys:
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
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

blobstore:
endpoint: "${MINIO_URL}" # S3 compatible API endpoint (e.g. Minio)
Expand Down

0 comments on commit c916136

Please sign in to comment.