Skip to content

Commit

Permalink
chore: remove the skipIdentity workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Dec 28, 2024
1 parent 7a2a933 commit 1af5abb
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 46 deletions.
3 changes: 0 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ services:
expose:
- 50061
environment:
# Workaround to avoid connecting to the identity service,
# which is currently broken in the autopilot service.
SKIP_IDENTITY: "true"
OPENAI_API_KEY: ${OPENAI_API_KEY}
AWS_S3_ACCESS_KEY_ID: ${AWS_S3_ACCESS_KEY_ID}
AWS_S3_SECRET_ACCESS_KEY: ${AWS_S3_SECRET_ACCESS_KEY}
Expand Down
113 changes: 70 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1af5abb

Please sign in to comment.