Skip to content

Conversation

@soyouzpanda
Copy link
Contributor

Related to #909

@soyouzpanda soyouzpanda force-pushed the feature/environment-variables-file branch 3 times, most recently from 98a7eaa to d47c362 Compare April 28, 2025 19:12
@soyouzpanda soyouzpanda marked this pull request as ready for review April 28, 2025 19:13
@lunika
Copy link
Member

lunika commented Apr 29, 2025

I suggest to add this in https://github.com/suitenumerique/django-lasuite/

As you are doing nix packages for all projects, you will need it everywhere. Instead copy/pasting it, do it in the django-lasuite package.

Thanks

@soyouzpanda
Copy link
Contributor Author

I suggest to add this in https://github.com/suitenumerique/django-lasuite/

As you are doing nix packages for all projects, you will need it everywhere. Instead copy/pasting it, do it in the django-lasuite package.

Thanks

Should I wait that the PR suitenumerique/django-lasuite#15 is merged ? (I think so)

@soyouzpanda soyouzpanda force-pushed the feature/environment-variables-file branch 3 times, most recently from 4ee6ab8 to ab1de49 Compare May 21, 2025 10:23
Allow configuration variables that handles secrets, like `DJANGO_SECRET_KEY` to be able to read from a file which is given through an environment file. For example, if `DJANGO_SECRET_KEY_FILE` is set to `/var/lib/docs/django-secret-key`, the value of `DJANGO_SECRET_KEY` will be the content of `/var/lib/docs/django-secret-key`.
@soyouzpanda soyouzpanda force-pushed the feature/environment-variables-file branch from ab1de49 to fcdf9e6 Compare July 1, 2025 08:33
Allow configuration variables that handles secrets to be read from a file given in an environment variable.
@soyouzpanda soyouzpanda force-pushed the feature/environment-variables-file branch from fcdf9e6 to 6c3850b Compare July 1, 2025 08:48
@lunika lunika merged commit 6c3850b into suitenumerique:main Jul 1, 2025
22 of 24 checks passed
@AntoLC AntoLC mentioned this pull request Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants