Spring Boot | Manage your credentials using AWS Secrets Manager | RDS | JavaTechie

preview_player
Показать описание
In this tutorial I’m going to show you How to use AWS secrets-manager for storing and retrieving Datasource properties of RDS and make connection from spring boot application

#javatechie #SpringBoot #AWS #SecretsManager

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie

Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community , you are free to use source code from above mentioned GitHub account
Рекомендации по теме
Комментарии
Автор

Thank you so much!! My enjoy is watching your video.

nguyenquan
Автор

Java Techie, you helped me a lot this week at my job, thanks your video. Thanks very much!

PhilipsMonsters
Автор

thanks so much. well explained video series which was really helpful to get a deep idea about the deployment process of AWS very quickly. thanks again. keep it up !!! (From Sri lanka)

jpssasadara
Автор

Thanks so much, brother. It's an amazing video.

jasper
Автор

Instead of providing client id and secret in yml, we can make use of aws roles if application is deployed in EC2 and get the secret using that role.

jeevanragula
Автор

thx! as always your videos are always usefull

phanimc
Автор

Great video, realy helped me to get this working quickly. keep up the good work !!!

mohakgupta
Автор

Very Good work Sir, Please Keep It Up, It take Lot of of effort to provide such point to point content in very easy way, Thanks sir

tanujagrawal
Автор

Please post a video A synchronous communication between micro services using apache Kafka

srinath
Автор

Please provide a video for .. how transactions happen in micro services by using Sega design pattern

thajmulhussain
Автор

Thanks Basant sir, it is really good that you are explaining live. I have a question on this how we can do configuration for multiple database is it possible with same or we should use parameter store

vickeychoudhary
Автор

Excellent Demo, But don't you think accessKey and SecretKey in itself credentials and we should not be storing them in properties?

SunnySingh
Автор

@Basant, could you please create a video for storing JKS and Truststore files in secret manager and use them in spring boot class while making call to a third party client using rest api with sending request body?

KrishnaVlogs
Автор

Thanks for the video Basant. I have a question, we cannot deploy application to production with our access keys and secret keys. How do you deploy without using access key or secret key?

pranavmahajan
Автор

Sir, a complete tutorial video on "Keycloak"...pls!🙏

aadiraj
Автор

Great explanation, I have doubt, is it not important to store the acess key and secret key like database passwords. If we have to not use access and secret key directly how can we do @javatechie. Here we are using directly by declaring in yml file.

csebreach
Автор

could you also explain other way to integrate with secret manager in spring boot using secret manager config dependency

sravanthik
Автор

Thanks for the nice video. What if for the secret I fetching I need to inject the it into a property define in the property file for example application.secretkey = {{key placeholder}}. How can we achieve that ?

kevinjia
Автор

you have hard coded the secret key and secret ID
but it changes frequency
this is not right way to retrieve the credential

YogeshKumar-yend
Автор

Can you please create a video to call third party api from aws lambda function and handle file downloads and processing inside aws lambda function

rakeshuppala