-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move encryption initialization to "main"
Superkey depends on Sources API Go, and when updating its dependencies, launching the application with the Clowder configuration enabled was causing panics. It turned out that it was due to how encryption is initialized, which pulls the Sources API Go config and attempts to read it. Obviously, when this happened in the Superkey application, it caused panics because the configuration for the Superkey worker and the Sources API Go application is different.
- Loading branch information
1 parent
2cebc9a
commit cc48786
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters