generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: jcrichlake <[email protected]>
- Loading branch information
1 parent
3db2264
commit e830c63
Showing
2 changed files
with
8 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# FAQ | ||
|
||
- We don't load configs in the PR environment. | ||
- We use the partner's organization name in ReportStream as the partner ID | ||
- Config files are the partner ID plus `.json` | ||
- Config keys in code are the partner ID | ||
- We don't load configs in the PR environment | ||
- See [The partner settings struct](/src/config/config.go) for the config structure | ||
- Configs load prior to the application running. Any changes to the config will require a restart of the Azure container to load those changes | ||
- For local non-partner specific testing, we have a Flexion based config that can be used in non-prod environments | ||
|
||
- Config files should only contain non-secret values. Secrets will remain in Azure Key Vault | ||
- secrets will use a consistent naming pattern based on the same partner ID used in config | ||
(so we can dynamically assemble the key names in code) |