From 299dc42ddfea791d2b0dc88580125fce6106077e Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Mon, 14 Dec 2020 17:12:45 +0100 Subject: [PATCH] update December 14th --- docs/java_frameworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java_frameworks.md b/docs/java_frameworks.md index 534d9acd..b11c8110 100644 --- a/docs/java_frameworks.md +++ b/docs/java_frameworks.md @@ -126,7 +126,7 @@ optimizing Enterprise Java for the microservices architecture. - [redhat.com: Spring Boot Microservices on Red Hat OpenShift Container Platform 3 - Software Stack - Externalized Configuration](https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/spring_boot_microservices_on_red_hat_openshift_container_platform_3/index#spring_cloud_config) [Spring Cloud Config](https://cloud.spring.io/spring-cloud-config/spring-cloud-config.html) provides server and client-side support for externalized configuration in a distributed system. With the Config Server you have a central place to manage external properties for applications across all environments. ##### Secure Secrets with Spring Cloud Vault and alternatives -- [cloud.spring.io: Spring Cloud Vault](https://cloud.spring.io/spring-cloud-vault/reference/html/) +- [cloud.spring.io: Spring Cloud Vault 🌟](https://cloud.spring.io/spring-cloud-vault/reference/html/) - [developer.okta.com: Secure Secrets With Spring Cloud Config and Vault 🌟](https://developer.okta.com/blog/2020/05/04/spring-vault) Nowadays it is widely recommended to never store secret values in code. Therefore, this tutorial will demonstrate the following alternatives: - Using environment variables for Spring Boot secrets - Secrets encryption with Spring Cloud Config