From 666cdb7dccd1c137ab0a8a76de7f14f16244a6ae Mon Sep 17 00:00:00 2001 From: Francesco Zanini Date: Mon, 4 Jan 2021 17:52:28 +0100 Subject: [PATCH] nginxModules.akamai-token-validate: init at 2020-06-26 --- pkgs/servers/http/nginx/modules.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix index 9f358f1a0df..b6f60d4de79 100644 --- a/pkgs/servers/http/nginx/modules.nix +++ b/pkgs/servers/http/nginx/modules.nix @@ -22,6 +22,17 @@ in fastcgi-cache-purge = throw "fastcgi-cache-purge was renamed to cache-purge"; ngx_aws_auth = throw "ngx_aws_auth was renamed to aws-auth"; + akamai-token-validate = { + src = fetchFromGitHub { + name = "akamai-token-validate"; + owner = "kaltura"; + repo = "nginx-akamai-token-validate-module"; + rev = "34fd0c94d2c43c642f323491c4f4a226cd83b962"; + sha256 = "0yf34s11vgkcl03wbl6gjngm3p9hs8vvm7hkjkwhjh39vkk2a7cy"; + }; + inputs = [ pkgs.openssl ]; + }; + aws-auth = { src = fetchFromGitHub { name = "aws-auth";