spring-cloud-config-aws-kms icon indicating copy to clipboard operation
spring-cloud-config-aws-kms copied to clipboard

Spring Cloud AWS add-on that provides encryption via AWS KMS

Results 24 spring-cloud-config-aws-kms issues
Sort by recently updated
recently updated
newest added

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.4.1. Release notes Sourced from maven-javadoc-plugin's releases. 3.4.1 [MJAVADOC-723] - Upgrade Maven Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0 (#158) @​pzygielo Skip Java...

dependencies

I am unable to perform decryption when using environment variables in `application.properties` file. Tried different combinations to integrate with the keyword `{cipher}` but none of them were successful. Could anyone...

Hi, I am trying to upgrade the spring boot to 2.6.6 I am trying to use zalando library for aws kms implementation. but it is failing in decryption process. getting...

Hi, I am trying to upgrade the spring boot to 2.6.6 I am trying to use zalando library for aws kms implementation. but it is failing in decryption process. getting...

Bumps spring-cloud-starter-parent from 2020.0.3 to 2021.0.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.cloud:spring-cloud-starter-parent&package-manager=maven&previous-version=2020.0.3&new-version=2021.0.3)](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 it yourself. You can also trigger a...

dependencies

Bumps nexus-staging-maven-plugin from 1.6.8 to 1.6.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonatype.plugins:nexus-staging-maven-plugin&package-manager=maven&previous-version=1.6.8&new-version=1.6.13)](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 it yourself. You can also trigger a...

dependencies

Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.7 to 0.8.8. Release notes Sourced from jacoco-maven-plugin's releases. 0.8.8 New Features JaCoCo now officially supports Java 17 and 18 (GitHub #1282, #1198). Experimental support for Java...

dependencies

Bumps [guava](https://github.com/google/guava) from 31.0.1-android to 31.1-android. Release notes Sourced from guava's releases. 31.1 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>31.1-jre</version> <!-- or, for Android: --> <version>31.1-android</version> </dependency> Jar files 31.1-jre.jar 31.1-android.jar Guava...

dependencies

Do you have any plan to support newer version of Spring-boot? I'm talking about 2.3, 2.4 or even 2.5 version. As far as I have attempted it's not compatible. It...

I am getting bs64 encrypted data even when I am using [plain] explicitly in application.yml. Input - secretKey: '{cipher}[output=plain]AQICAHgIQjiUCcEmiMlQkpKpQm9t6LVNLprl4kMCtLSOzmhW0wEiJ4yCAocdNg7/Le7BPvdAAAAAqzCBqAYJKoZIhvcNAQcGoIGaMIGXAgEAMIGRBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDFzlVJm3QRa5UVy9MQIBEIBkYkARHFeY+/l7MFbN2NfVwwIpuQoMHNAp+FruHPwBU6G8tK9OCLbo7TR0+3XrfQayxnHK447kQmRLJ+AyQHEm6VmHeAx+k9YgNk+eTLPCbPW8U5I+csZoDmFYrf9FLzJW0BKW0w==' output - **49ef6c32-cc8c-409c-aeb0-0392f405802b:c7bfc9c4-8a64-44e5-b2fa-fec172ad4da9** pom.xml details 1.8 Hoxton.SR5 1.11.774 5.1.2 Compared with...