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

saurabh
you need to drop all the objects belonging to tom manually. you can do is
imp user/password file=file.dmp log=logfile.log show=y
This is the dummy import it will not actually import the data instead it will display all the sql statements that will be executed will importing the dump file. Then using these information you can delete the tables and all object belonging to tom.
1 - 1

Post Details

Added on Oct 21 2022
1 comment
353 views