generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16453 from CDCgov/deployment/2024-11-05
Deployment of 2024-11-05
- Loading branch information
Showing
73 changed files
with
2,225 additions
and
3,076 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
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,29 @@ | ||
--- | ||
name: Platform Epic | ||
about: Platform team's Epic template | ||
title: Platform Epic Title | ||
labels: platform | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Outcome/Objective | ||
|
||
## Description | ||
|
||
## Product Requirement(s) | ||
|
||
## Use Case(s) | ||
|
||
## Dependencies | ||
|
||
## Acceptance criteria | ||
|
||
## Technical Requirement(s) | ||
<!--- | ||
- Architecture: What existing patterns and frameworks will be used for this work? What new ones will be added? What additional libraries need to be used? | ||
- Data model: What changes are there to the data model, and how will those changes be implemented (i.e. requires migration)? | ||
- APIs: What existing services are involved? What new ones will be added? | ||
- Technical Constraint(s) | ||
- Integrations: What integrations are involved? | ||
--> |
This file was deleted.
Oops, something went wrong.
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,13 @@ | ||
# Okta-side configuration | ||
|
||
Our frontend is configured to identify as the "Web" application. | ||
|
||
## Dev-side configuration | ||
|
||
Our use of okta in frontend is configured by the following environment variables whose values can be found in the application listing within Okta: | ||
-VITE_OKTA_CLIENTID | ||
-VITE_OKTA_URL | ||
|
||
These variables can be assigned locally for local development (.env.*.local) or by github actions (using values in secrets storage either in github itself or azure). | ||
|
||
We use Okta's [Embedded Sign-In Widget for React](https://developer.okta.com/docs/guides/sign-in-to-spa-embedded-widget/react/main/), which includes other Okta-related libraries for react, to handle okta workflows. |
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
Oops, something went wrong.