Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Build Pipeline | Can I hide the django SECRET_KEY from the repository?

daniel256Oct 21 2022

I am doing a build pipeline from a bitbucket repo, trying to build a simple django-app, and in the settings.py of the main folder there is in the code the SECRET_KEY=<secret>.
How can I hide the SECRET_KEY from the bitbucket repo but using it in the pipeline?

This post has been answered by daniel256 on Oct 24 2022
Jump to Answer
Comments
Post Details
Added on Oct 21 2022
1 comment
370 views