Skip to content

Commit

Permalink
Merge pull request #120 from bcgov/develop/alex-GRAD2-2410
Browse files Browse the repository at this point in the history
Develop/alex grad2 2410
  • Loading branch information
kamal-mohammed committed Nov 23, 2023
2 parents 0d3a98d + 5125170 commit aec833c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ logging:
logging: ${SPRING_BOOT_AUTOCONFIG_LOG_LEVEL}

authorization:
user: ${STS_CLIENT_NAME}
password: ${STS_CLIENT_SECRET}
user: ${GRAD_STS_CLIENT_NAME}
password: ${GRAD_STS_CLIENT_SECRET}
token-expiry-offset: '30'

#API Documentation
Expand Down Expand Up @@ -111,7 +111,7 @@ resilience4j.retry:
#Endpoint properties
endpoint:
keycloak:
getToken: ${KEYCLOAK_TOKEN_URL}auth/realms/master/protocol/openid-connect/token
getToken: ${TOKEN_ISSUER_URL}/protocol/openid-connect/token
pen-student-api:
by-studentid:
url: ${PEN_API}api/v1/student/%s
Expand Down Expand Up @@ -145,4 +145,4 @@ endpoint:
#Splunk LogHelper
splunk:
log-helper:
enabled: ${ENABLE_SPLUNK_LOG_HELPER}
enabled: ${ENABLE_SPLUNK_LOG_HELPER}
2 changes: 2 additions & 0 deletions tools/openshift/api.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ objects:
name: educ-grad-api-config-map
- configMapRef:
name: educ-grad-business-api-config-map
- secretRef:
name: grad-client-secret
resources:
requests:
cpu: "${MIN_CPU}"
Expand Down

0 comments on commit aec833c

Please sign in to comment.