-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extra error handling around loading remote configuration data. (#229)
* Missing configuration value should be considered 'stale'. * Handle non-200 responses from the cli-config service. * Ensure in-memory config data structure contains values. * Typo. * Give context around non-200 error. * Update cmd/fastly/main.go Co-authored-by: Patrick Hamann <[email protected]> * Update pkg/config/data.go Co-authored-by: Patrick Hamann <[email protected]> Co-authored-by: Patrick Hamann <[email protected]>
- Loading branch information
1 parent
529a303
commit af2f052
Showing
4 changed files
with
39 additions
and
1 deletion.
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
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