Skip to content
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

Backend crashes when using docker #221

Closed
oysand opened this issue May 23, 2022 · 1 comment · Fixed by #230
Closed

Backend crashes when using docker #221

oysand opened this issue May 23, 2022 · 1 comment · Fixed by #230
Assignees
Labels
bug Something isn't working

Comments

@oysand
Copy link
Contributor

oysand commented May 23, 2022

Describe the bug
When running Flotilla using docker the backend crashes. It seem that the app does not have permission to read '/app/.IdentityService'.

To Reproduce
Run the following command: docker-compose up --build backend

Expected behavior
The backend should be able to run when running in docker.

Screenshots
image

@oysand oysand added the bug Something isn't working label May 23, 2022
@GodVenn
Copy link
Contributor

GodVenn commented May 23, 2022

This is most likely an issue with the usage of DefaultAzureCredentials as the credential handler for the backend, and we are surely not the first to encounter this issue so there is probably an easy fix to this.

@oysand oysand self-assigned this May 24, 2022
@aeshub aeshub changed the title Backend crashes when using docker. Backend crashes when using docker May 24, 2022
@GodVenn GodVenn self-assigned this Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants