mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/tests/nginx-sso: use '_secret'
This commit is contained in:
parent
415acef9c9
commit
58a1a6107d
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
|||
listen = { addr = "127.0.0.1"; port = 8080; };
|
||||
|
||||
providers.token.tokens = {
|
||||
myuser = "MyToken";
|
||||
myuser = {
|
||||
_secret = pkgs.writeText "secret-token" "MyToken";
|
||||
};
|
||||
};
|
||||
|
||||
acl = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue