forked from DGNum/infrastructure
Tom Hubrecht
88d9b8c3e3
Signed-off-by: Tom Hubrecht <tom.hubrecht@dgnum.eu> Acked-by: Ryan Lahfa <ryan.lahfa@dgnum.eu> Acked-by: Maurice Debray <maurice.debray@dgnum.eu> Acked-by: Lubin Bailly <lubin.bailly@dgnum.eu> Acked-by: Jean-Marc Gailis <jean-marc.gailis@dgnum.eu> as the legal authority, at the time of writing, in DGNum. Acked-by: Elias Coppens <elias.coppens@dgnum.eu> as a member, at the time of writing, of the DGNum executive counsel.
18 lines
547 B
Nix
18 lines
547 B
Nix
# SPDX-FileCopyrightText: 2024 La Délégation Générale Numérique <contact@dgnum.eu>
|
|
#
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
(import ../../../../keys).mkSecrets [ "web03" ] [
|
|
# List of secrets for web03
|
|
"dj_annuaire-secret_key_file"
|
|
"dj_bocal-secret_key_file"
|
|
"dj_gestiojeux-secret_key_file"
|
|
"dj_interludes-email_host_password_file"
|
|
"dj_interludes-secret_key_file"
|
|
"dj_wikiens-secret_key_file"
|
|
"webhook-annuaire_token"
|
|
"webhook-bocal_token"
|
|
"webhook-gestiojeux_token"
|
|
"webhook-interludes_token"
|
|
"webhook-wikiens_token"
|
|
]
|