gitlab: Rename jws_private_key to openid_connect_signing_key
See
24d56df29b
This commit is contained in:
parent
0aa5e81443
commit
b95cdd4f6c
@ -70,7 +70,7 @@ let
|
||||
secret_key_base: ${cfg.secrets.secret}
|
||||
otp_key_base: ${cfg.secrets.otp}
|
||||
db_key_base: ${cfg.secrets.db}
|
||||
jws_private_key: ${builtins.toJSON cfg.secrets.jws}
|
||||
openid_connect_signing_key: ${builtins.toJSON cfg.secrets.jws}
|
||||
'';
|
||||
|
||||
gitlabConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user