Commit 58a1a610 authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

nixos/tests/nginx-sso: use '_secret'

parent 415acef9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 = {