generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Secrets list
Derek Roberts edited this page Aug 2, 2024
·
11 revisions
This page details the list of secrets that the SPAR apps uses on the frontend and back-nd.
Although some of the values aren't strictly secrets but rather usernames, it is still a good practice to obscure the information.
Secrets | Description | Used for | Rotation? |
---|---|---|---|
CYPRESS_USERNAME | The test BCeID account username | Frontend | N |
CYPRESS_PASSWORD | The test BCeID account password | Frontend | Y |
ORACLE_PASSWORD | Password to access the Oracle DB | Backend (Oracle) | Y |
FORESTCLIENTAPI_KEY | API key used for the Forest Client API | Backend | Y |
OC_TOKEN | The token for accessing OpenShift | CI/CD | Y |
SONAR_BACKEND | The token for SonarCloud report on backend | CI/CD | Y |
SONAR_FRONTEND | The token for SonarCloud report on frontend | CI/CD | Y |
SONAR_ORACLE_API | The token for SonarCloud report on Oracle API | CI/CD | Y |
Welcome to Evergreen Team Wiki page.
- Problem Statement and Goals
- Architecture
- Pull Request Guideline
- Cypress testing Documentation
- Sysdig integration