How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Best practice for managing secret credentials in Spring Boot using Bitbucket

calendar_today June 27, 2026 person Prince Kumar domain spring-boot

I am working on a Java Spring Boot application and would like to follow a professional approach for managing secret credentials (such as database passwords, API keys, etc.). I have the following questions: If my configuration repository is hosted in Bitbucket, what is the recommended way to store sensitive credentials? Should they be encrypted, or should secrets be managed outside the Git repository?

open_in_new Read original post