Comments on: Vault on Kubernetes with Spring Cloud https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 24 Mar 2023 15:44:54 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud/#comment-1924 Fri, 24 Mar 2023 15:44:54 +0000 https://piotrminkowski.com/?p=10399#comment-1924 In reply to Can.

Hello,
But where that https – between the app and vault?

In that case you need to configure SSL on the client side:
spring.cloud.vault:
ssl:
trust-store: classpath:keystore.jks
trust-store-password: changeit

]]>
By: Can https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud/#comment-1921 Thu, 23 Mar 2023 13:58:50 +0000 https://piotrminkowski.com/?p=10399#comment-1921 Hello Piotr,
do you have an example the same but for https?Thanks for the article

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud/#comment-1337 Sun, 02 Jan 2022 00:22:18 +0000 https://piotrminkowski.com/?p=10399#comment-1337 In reply to szopal.

Yes, it is deprecated.

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud/#comment-1336 Sun, 02 Jan 2022 00:20:02 +0000 https://piotrminkowski.com/?p=10399#comment-1336 In reply to Mohammed Zoheb Shaik.

Hi,
Try now. I forgot to push the image before

]]>
By: Mohammed Zoheb Shaik https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud/#comment-1335 Sat, 01 Jan 2022 10:29:01 +0000 https://piotrminkowski.com/?p=10399#comment-1335 Hi Piotr,

I hope you are doing good.

Amazing stuff, thanks for this.

I am unable to pull this image – piomin/sample-app

could you please help, pod is in crashloopback and in postgresdb user is not there. As this pod is not coming up

]]>
By: szopal https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud/#comment-1333 Sat, 01 Jan 2022 09:51:35 +0000 https://piotrminkowski.com/?p=10399#comment-1333 In the newest Spring Boot, bootstrap.yml is deprecated, instead we should use application.yml and config.import.

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud/#comment-1332 Fri, 31 Dec 2021 13:41:32 +0000 https://piotrminkowski.com/?p=10399#comment-1332 In reply to Sandy.

Hello,
Thanks:) I hope it helps you.

]]>
By: Sandy https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud/#comment-1331 Fri, 31 Dec 2021 05:39:54 +0000 https://piotrminkowski.com/?p=10399#comment-1331 Hello Piotr, this is exactly I was looking for my local k8s cluster and had a very hard time with figuring out the Vault injector mechanism.

I will definitely try this out. Please keep writing such amazing posts. I am subscriber now and Google recommended this article on my Google Feed on my mobile device

Regards,
Sandy

]]>