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

fix: panic when ftl-controller trying to access config and secrets #1592

Merged
merged 1 commit into from
May 28, 2024

Conversation

wesbillman
Copy link
Member

Fixes #1588 by providing a workaround to load ftl-project.tomls from paths specified in command line args or FTL_CONFIG env.

I doubt we want this long-term given the work that is being done with AWS secrets manager, db config, and AdminService but this might help unblock the deployment work for now.

@wesbillman wesbillman requested review from a team and worstell and removed request for a team May 28, 2024 21:44
@ftl-robot ftl-robot mentioned this pull request May 28, 2024
Copy link
Collaborator

@alecthomas alecthomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed.

@wesbillman wesbillman merged commit d339228 into main May 28, 2024
28 checks passed
@wesbillman wesbillman deleted the fix-config-secrets-panic-in-prod branch May 28, 2024 22:18
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.

Panic thrown by controller when deploying modules
2 participants