diff --git a/.github/workflows/verify_consumer_pacts.yml b/.github/workflows/verify_consumer_pacts.yml index b2d7aea5..aadecbbb 100644 --- a/.github/workflows/verify_consumer_pacts.yml +++ b/.github/workflows/verify_consumer_pacts.yml @@ -223,7 +223,7 @@ jobs: echo "env.PROVIDER_BRANCH=${{ env.PROVIDER_BRANCH }} # This reflects the provider branch to switch to for pact verification" echo "env.CONSUMER_VERSION=${{ env.CONSUMER_VERSION }} # This reflects the consumer version for pact verification (generated by Pact Broker)" echo "env.PROVIDER_VERSION=${{ env.PROVIDER_VERSION }} # Deprecate env.PACT_PROVIDER_COMMIT. This new envvar is used for migrating GIT hash to app versioning" - ./gradlew --build-cache verifyPacts + ./gradlew --build-cache verifyPacts --scan can-i-deploy: # The can-i-deploy job will run as a result of a PR. It reports the pact verification statuses on all deployed environments. runs-on: ubuntu-latest diff --git a/service/build.gradle b/service/build.gradle index 4575ef16..1fde1ca2 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation platform('com.google.cloud:libraries-bom:26.55.0') implementation 'com.google.cloud:google-cloud-pubsub' implementation 'com.google.cloud:google-cloud-datastore' - implementation 'com.google.cloud:spring-cloud-gcp-starter-logging:4.9.0' + implementation 'com.google.cloud:spring-cloud-gcp-starter-logging:6.0.0' annotationProcessor 'org.immutables:value:2.10.1' implementation('bio.terra:terra-common-lib:1.1.35-SNAPSHOT') { diff --git a/service/src/main/resources/application.yml b/service/src/main/resources/application.yml index 3271c12b..2b9fca05 100644 --- a/service/src/main/resources/application.yml +++ b/service/src/main/resources/application.yml @@ -69,6 +69,11 @@ spring: application.name: externalcreds application.version: ${externalcreds.version.gitHash:unknown} + cloud: + gcp: + secretmanager: + enabled: false + config.import: classpath:providers.yml,optional:classpath:rendered/version.properties;optional:classpath:rendered/allowed_jwks.yaml;optional:classpath:rendered/allowed_jwt_issuers.yaml datasource: