Skip to content

Commit 8fecf63

Browse files
chore: disable backend JWT enforcement until FAM login exists
The frontend only has mock auth (no Cognito/Amplify integration), so it cannot obtain tokens and every API call would 401. Run the backend with security disabled — the scaffold's local-dev placeholder principal — until FAM login is implemented in the frontend, then flip back to true.
1 parent 12bac89 commit 8fecf63

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

backend/openshift.deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,10 @@ objects:
127127
value: openshift,oracle
128128
- name: APP_VERSION
129129
value: ${IMAGE_TAG}
130+
# Interim: mock-auth frontend can't produce Cognito JWTs yet.
131+
# Flip to "true" when FAM login lands in the frontend.
130132
- name: ILCR_SECURITY_ENABLED
131-
value: "true"
133+
value: "false"
132134
- name: ILCR_DATASOURCE_ENABLED
133135
value: "true"
134136
- name: ORACLEDB_HOST

0 commit comments

Comments
 (0)