Skip to content

Fix: cors origin #639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 17, 2023
Merged

Fix: cors origin #639

merged 4 commits into from
Jun 17, 2023

Conversation

eisbilir
Copy link
Member

No description provided.

- Update tc-deploy-scripts to v1.4.15 to set environment variables for enabling ecs-containers-readonly-access
- Modify Dockerfile to replace 'yarn start' with 'node /challenge-api/app.js' to ensure compatibility with read-only file systems

Enabling ecs-containers-readonly-access ensures that the container file system is read-only, reducing the risk of unauthorized modifications to the application files during runtime. Replacing 'yarn start' with 'node /challenge-api/app.js' addresses potential issues with Yarn requiring a writable file system for certain operations, ensuring a smooth deployment on a read-only environment.

Signed-off-by: Rakib Ansary <[email protected]>
…readonly-access

fix: enable ecs-containers-readonly-access and update docker cmd
fix: user with topcoder user role should not be allowed create/modify/delete challenges
@eisbilir eisbilir merged commit 552448d into qa Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants