mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/matrix-authentication-service: test credentials behavior in VM-test
This commit is contained in:
parent
0ab75569e6
commit
24f95988be
1 changed files with 2 additions and 1 deletions
|
|
@ -237,13 +237,14 @@ in
|
|||
{
|
||||
id = masULID;
|
||||
client_id = oidcClientID;
|
||||
client_secret = oidcClientSecret;
|
||||
client_secret_file = "\${CREDENTIALS_DIRECTORY}/oidc_client_secret";
|
||||
issuer = "https://${dexDomain}:5556";
|
||||
scope = "openid email profile";
|
||||
token_endpoint_auth_method = "client_secret_post";
|
||||
}
|
||||
];
|
||||
};
|
||||
credentials.oidc_client_secret = "${pkgs.writeText "oidc-client-secret" oidcClientSecret}";
|
||||
};
|
||||
services.postgresql.authentication = pkgs.lib.mkOverride 10 ''
|
||||
local all all trust
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue