Skip to content

Commit

Permalink
Merge pull request #310 from bcgov/feature/GRAD2-3037
Browse files Browse the repository at this point in the history
GRAD2-3037 - adds new service client secret
  • Loading branch information
mightycox authored Jan 18, 2025
2 parents e572d9e + aef7641 commit 97d7ebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COMMON_NAMESPACE=$4
BUSINESS_NAMESPACE=$5
SPLUNK_TOKEN=$6
APP_LOG_LEVEL=$7
CLIENT_ID=educ-grad-graduation-report-api-service
CLIENT_SECRET_NAME=grad-graduation-report-api-client-secret

SPLUNK_URL="gww.splunk.educ.gov.bc.ca"
Expand Down
2 changes: 2 additions & 0 deletions tools/openshift/api.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ objects:
name: api-grad-report-db-secret
- secretRef:
name: grad-client-secret
- secretRef:
name: grad-graduation-report-api-client-secret
resources:
requests:
cpu: "${MIN_CPU}"
Expand Down

0 comments on commit 97d7ebb

Please sign in to comment.