Skip to content

feat(django_secret_key): dynamically generate a django secret key if one does not exist in the environment#149

Merged
samoehlert merged 1 commit intomainfrom
topic/soehlert/dynamically-generate-secret-key
Apr 14, 2025
Merged

feat(django_secret_key): dynamically generate a django secret key if one does not exist in the environment#149
samoehlert merged 1 commit intomainfrom
topic/soehlert/dynamically-generate-secret-key

Conversation

@samoehlert
Copy link
Copy Markdown
Collaborator

this lets us remove secrets from the repo (even though they are not actually a big risk)

…one does not exist in the environment

this lets us remove secrets from the repo (even though they are not actually a big risk)
@github-actions
Copy link
Copy Markdown

File Coverage
All files 84%
config/consumers.py 78%
config/urls.py 69%
config/settings/base.py 70%
config/settings/local.py 73%
scram/route_manager/admin.py 85%
scram/route_manager/models.py 70%
scram/route_manager/views.py 88%
scram/route_manager/api/serializers.py 73%
scram/route_manager/api/views.py 83%
scram/templates/403.html 91%
scram/templates/404.html 91%
scram/templates/base.html 99%

Minimum allowed coverage is 50%

Generated by 🐒 cobertura-action against 39ff526

Copy link
Copy Markdown
Collaborator

@crankynetman crankynetman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks for this!

@samoehlert samoehlert merged commit 7edcc0c into main Apr 14, 2025
20 checks passed
@samoehlert samoehlert deleted the topic/soehlert/dynamically-generate-secret-key branch April 14, 2025 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants