generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adr for public and private keys (#583)
* Pushing draft adr for public and private keys * Updating key names * Updating ADR file
- Loading branch information
1 parent
7f3bbe2
commit cbb05f9
Showing
4 changed files
with
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 14. Keys | ||
|
||
Date: 2023-10-23 | ||
|
||
## Decision | ||
|
||
### Internal Keys | ||
|
||
These keys are used for the intermediary's internal use. These keys will follow the following naming paradigm... | ||
|
||
`trusted-intermediary-<key type>-key-<environment>`. | ||
|
||
For example, `trusted-intermediary-private-key-staging` or `trusted-intermediary-public-key-prod`. | ||
|
||
### Organization Keys | ||
|
||
These are keys for external orgs to authenticate with us. Currently, report stream is the only organization we have. The pattern for the name of these keys is | ||
|
||
`organization-<org name>-<key type>-key-<environment>`. | ||
|
||
For example, `organization-report-stream-public-key-staging` | ||
|
||
## Status | ||
|
||
Accepted. | ||
|
||
## Context | ||
|
||
This naming convention applies to all locations where our keys are stored. Previously, we didn't have a consistent naming convention across all our locations which caused confusion on which key was to be used in which context and environment. | ||
|
||
### Related Issues | ||
|
||
- #584 |
File renamed without changes.
File renamed without changes.