-
Notifications
You must be signed in to change notification settings - Fork 58
[FEATURE] Migrer les applications en BDD (PIX-16590). #11434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pix-service-auto-merge
merged 6 commits into
dev
from
pix-16590-migrate-applications-in-database
Feb 18, 2025
Merged
[FEATURE] Migrer les applications en BDD (PIX-16590). #11434
pix-service-auto-merge
merged 6 commits into
dev
from
pix-16590-migrate-applications-in-database
Feb 18, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
4ae0228
to
3e9648c
Compare
61b5d38
to
3c10f7e
Compare
bpetetot
reviewed
Feb 18, 2025
65bf00d
to
508b25c
Compare
508b25c
to
8233dd9
Compare
nlepage
approved these changes
Feb 18, 2025
HEYGUL
approved these changes
Feb 18, 2025
Co-authored-by: Vincent Hardouin <vincent.hardouin@pix.fr>
Co-authored-by: Vincent Hardouin <vincent.hardouin@pix.fr>
Co-authored-by: Nicolas Lepage <19571875+nlepage@users.noreply.github.com>
Co-authored-by: Guillaume Lagorce <guillaume.lagorce@pix.fr> Co-authored-by: Nicolas Lepage <19571875+nlepage@users.noreply.github.com>
Co-authored-by: Nicolas Lepage <nicolas.lepage@pix.fr> Co-authored-by: Vincent Hardouin <vincent.hardouin@pix.fr>
Co-authored-by: Ce que tu veux <guillaume.lagorce@pix.fr> Co-authored-by: Vincent Hardouin <vincent.hardouin@pix.fr>
8233dd9
to
8f41d95
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Func Review OK
PO validated functionally the PR
🚀 Ready to Merge
team-acces
team-maddo
Mise à Dispo de Données
Tech Review OK
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🥞 Problème
Actuellement, toutes les applications sont définies directement dans la configuration grâce à des variables d'environnement. C'est par conséquent chronophage d'ajouter de nouveau client et ce n'est pas très scalable.
🥓 Proposition
Stocker les applications en BDD.
🧃 Remarques
AUTH_SECRET
pour signer les jwt des clients au lieu d'avoir un SECRET par client.😋 Pour tester