Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Initial attempt currently failing on sasl handshake * Enables sasl_ssl for our kafka broker and clients * More changes * Fix for integration test * Remove comments and unnecessary duplication of ssl * Automated commit: Unpin versions of updated images * Bump org.springframework.boot:spring-boot-autoconfigure from 3.2.2 to 3.2.3 (#2659) Bump org.springframework.boot:spring-boot-autoconfigure Bumps [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cheng <[email protected]> * EP Merge: Special Issue Code workaround for testing (#2645) Made special issue code an environment variable, so it can be switched without code change. * Update QA BGS URL (#2622) * Update to use vault values, added to dev and integration test yamls * Update the remaining environments * Updating the names of the topics and add the tls certs needed for communication. * Add the var initialization to setenv.sh * Update urls to dev from tst * Update Contention Event to use new updated topic names * Update BieMessagePayload to use new updated topic names * Updating Login config to only include Kafka user and no default value * Bump org.eclipse.jgit:org.eclipse.jgit from 6.8.0.202311291450-r to 6.9.0.202403050737-r (#2725) Bump org.eclipse.jgit:org.eclipse.jgit Bumps org.eclipse.jgit:org.eclipse.jgit from 6.8.0.202311291450-r to 6.9.0.202403050737-r. --- updated-dependencies: - dependency-name: org.eclipse.jgit:org.eclipse.jgit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ponnia <[email protected]> * Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2 (#2728) Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.1 to 2.16.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ponnia <[email protected]> * Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 (#2727) Bumps org.apache.commons:commons-compress from 1.26.0 to 1.26.1. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ponnia <[email protected]> * Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.16.2 (#2726) Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.16.2. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ponnia <[email protected]> * EP Merge: Updated logging of errors and warnings (#2733) * Updated logging of errors and warnings * Simplify EP Merge integration test sorter (#2683) Co-authored-by: Erik Nelsestuen <[email protected]> Co-authored-by: Derek Fitchett <[email protected]> * Github action version rollback (#2737) * rollback version for yoomlam/delete-older-releases * Revert "rollback version for yoomlam/delete-older-releases" This reverts commit 19ad81e. * rollback github-action version * EPMerge: Fix serialization issue resulting in bad request response from BIP API (#2732) Changed rest template to use configured objectmapper * mock-bip-claims-api: Updated mocks for new EE EP Merge End2End tests. (#2746) Updated mocks for new EE EP Merge End2End tests. * EP Merge: add checks for get EP400 claim details (#2747) * Added checks for EP 400 claim details to only allow claims with EP codes in [400, 409] with a benefit claim type code of '400SUPP' * bump pydantic version for Contention Classification App (#2674) bump pydantic version, use model validator w/ mode="before" for validating CfI Co-authored-by: Erik Nelsestuen <[email protected]> * #2749: PROD FIX, Increase rabbitmq container memory (#2750) Production FIX: Increase the rabbitmq container memory * Update SpringBootStarterWeb (#2752) Snyk fix, update spring-boot-web to 3.2.3 * Upgrade spring-boot-starter-web package version (#2754) Upgrade spring-boot-starter-web package version * remove all versioning (#2741) * remove all versioning * undo some changes * run image-names script * add back sourcing file * Update the substring env instead of a prefix for bia kafka topics. * Experiment with bie-kafka-end2end-test.yml * Experiment with bie-kafka-end2end-test.yml * Experiment with bie-kafka-end2end-test.yml * Update group-id * Add V02 to the end of topic names * Update the escaped "" * Changes to the key and value -deserializer * Changes to the key and value -deserializer * Add deserializer delegate class * Add deserializer delegate class * Fix integration test attempt #1 * Update kafka cert generation script to only generate the truststore. * Add yes back * Revert config * Update application yamls * Debug application integration test yaml * Changes to bie kafka docker vars * Changes to bie kafka docker vars * Changes to bie kafka docker vars * Add truststore back * Edits to ssl/sasl connection * Updates to docker-entryprep.sh to ignore the keystore creation/verification * Remove references to keystore file * Add a ssl piece to the properties file * Add ssl truststore everywhere. * Change shape of schema.registry.truststore.* * Add in USER_INFO basic auth for schema registry * Revert higher environments for RBAC to match develop * Small nits and update to infix from env * rm unnecessary Kafka cert gen * Add qa and sandbox as well * Revert mock BIE kafka to existing state * Revert local config * RBAC user id password are not needed for local test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Cheng <[email protected]> Co-authored-by: VRO Machine User <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Derek Fitchett <[email protected]> Co-authored-by: Mason Watson <[email protected]> Co-authored-by: Ponnia <[email protected]> Co-authored-by: YANG YANG <[email protected]> Co-authored-by: Erik Nelsestuen <[email protected]> Co-authored-by: Luke Short <[email protected]>
- Loading branch information