mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
gitlab: Rename jws_private_key to openid_connect_signing_key
See
24d56df29b
This commit is contained in:
parent
0aa5e81443
commit
b95cdd4f6c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ let
|
||||||
secret_key_base: ${cfg.secrets.secret}
|
secret_key_base: ${cfg.secrets.secret}
|
||||||
otp_key_base: ${cfg.secrets.otp}
|
otp_key_base: ${cfg.secrets.otp}
|
||||||
db_key_base: ${cfg.secrets.db}
|
db_key_base: ${cfg.secrets.db}
|
||||||
jws_private_key: ${builtins.toJSON cfg.secrets.jws}
|
openid_connect_signing_key: ${builtins.toJSON cfg.secrets.jws}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
gitlabConfig = {
|
gitlabConfig = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue