credhub
credhub copied to clipboard
CredHub centralizes and secures credential generation, storage, lifecycle management, and access
Bumps [passay](https://github.com/vt-middleware/passay) from 1.6.1 to 1.6.2. Release notes Sourced from passay's releases. v1.6.2 release See https://www.passay.org/download.html for change log and binaries. Commits 24e0874 Update version for 1.6.2 release. 2df08b1 Update...
Bumps `springBootVersion` from 2.6.8 to 2.7.2. Updates `spring-boot-gradle-plugin` from 2.6.8 to 2.7.2 Release notes Sourced from spring-boot-gradle-plugin's releases. v2.7.2 :lady_beetle: Bug Fixes Publishing a docker image to a private registry...
Bumps [proto-google-common-protos](https://github.com/googleapis/java-iam) from 2.9.1 to 2.9.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps `kotlinVersion` from 1.6.21 to 1.7.10. Updates `kotlin-gradle-plugin` from 1.6.21 to 1.7.10 Release notes Sourced from kotlin-gradle-plugin's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should...
Bumps [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.18 to 0.8.19. Release notes Sourced from protobuf-gradle-plugin's releases. v0.8.19 is released The coordinates of the plugin have changed (inadvertently, same as in gradle/plugin-portal-requests#124). If you are...
This fixes an issue with Postgres and instances with >= 32768 certificates available to a user. CertificateDataService.findAllValidMetadata(names) puts all cert names in a single IN (...) SQL query, which JdbcTemplate...
`CertificateDataService.findAllValidMetadata(names)` passes the list of certificate names into a `SELECT... IN (:names)` statement. JdbcTemplate turns `(:names)` into a list of bind variables `(?, ?, ?, ...)` – one per cert...
Bumps `springCloudContractVersion` from 2.2.8.RELEASE to 3.1.3. Updates `spring-cloud-contract-gradle-plugin` from 2.2.8.RELEASE to 3.1.3 Updates `spring-cloud-contract-dependencies` from 2.2.8.RELEASE to 3.1.3 Commits See full diff in compare view Dependabot will resolve any conflicts...
What version of the credhub server you are using? 2.11.1 What version of the credhub cli you are using? 2.9.0 If you were attempting to accomplish a task, what was...
**What version of the credhub server you are using?** We using the credhub bosh release with the version 2.12.0 As database we use a postgres server with version 11.10 **What...