forked from DGNum/infrastructure
feat(ds-fr): Update
This commit is contained in:
parent
16ae324b62
commit
7c977fc3d9
3 changed files with 3 additions and 23 deletions
|
@ -18,7 +18,7 @@ let
|
||||||
inherit (lib) getExe;
|
inherit (lib) getExe;
|
||||||
|
|
||||||
# Head of the DGNum repo
|
# Head of the DGNum repo
|
||||||
dgn-id = "8eecf28eeaf39bade8aed5e191a5bbf794dec4cc";
|
dgn-id = "12e4a32ca5d909a90ca6f7e53081cc6b6b14c416";
|
||||||
|
|
||||||
pname = "ds-fr";
|
pname = "ds-fr";
|
||||||
meta = import ./meta.nix;
|
meta = import ./meta.nix;
|
||||||
|
@ -116,7 +116,6 @@ stdenv.mkDerivation {
|
||||||
./patches/replay_routing_engine_for_a_cloned_procedure.patch
|
./patches/replay_routing_engine_for_a_cloned_procedure.patch
|
||||||
./patches/smtp_settings.patch
|
./patches/smtp_settings.patch
|
||||||
./patches/garage.patch
|
./patches/garage.patch
|
||||||
./patches/secrets-fc.patch
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
version = "2024-03-14-01";
|
version = "2024-03-22-04";
|
||||||
src-hash = "sha256-eWQp+c2k5GWBdJw7coK5dL7y6j8t6ZVUnYP7iasau/4=";
|
src-hash = "sha256-e+QXei09dJZ8Lbtrqv+6SbOpwMOedvASpvVy+LN29xs=";
|
||||||
deps-hash = "sha256-9HbZtk0sgBSWzzFrjXnSyEVWaQMiyC1v89vXB0UK9Hc=";
|
deps-hash = "sha256-9HbZtk0sgBSWzzFrjXnSyEVWaQMiyC1v89vXB0UK9Hc=";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
diff --git a/config/secrets.yml b/config/secrets.yml
|
|
||||||
index 866fa6159..6fd49ee59 100644
|
|
||||||
--- a/config/secrets.yml
|
|
||||||
+++ b/config/secrets.yml
|
|
||||||
@@ -23,10 +23,10 @@ defaults: &defaults
|
|
||||||
identifier: <%= ENV['FC_PARTICULIER_ID'] %>
|
|
||||||
secret: <%= ENV['FC_PARTICULIER_SECRET'] %>
|
|
||||||
redirect_uri: https://<%= ENV['APP_HOST'] %>/france_connect/particulier/callback
|
|
||||||
- authorization_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/api/v1/authorize
|
|
||||||
- token_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/api/v1/token
|
|
||||||
- userinfo_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/api/v1/userinfo
|
|
||||||
- logout_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/api/v1/logout
|
|
||||||
+ authorization_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/ui/oauth2
|
|
||||||
+ token_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/oauth2/token
|
|
||||||
+ userinfo_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/oauth2/openid/demarches_dgn/userinfo
|
|
||||||
+ logout_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/oauth2/token/revoke
|
|
||||||
agent_connect:
|
|
||||||
identifier: <%= ENV['AGENT_CONNECT_ID'] %>
|
|
||||||
secret: <%= ENV['AGENT_CONNECT_SECRET'] %>
|
|
Loading…
Reference in a new issue