@cryptotaxi247 / infra / commits / 8b828165

bastion: AcceptEnv FASTLY_API_KEY

Allow to propagate the Fastly API key on SSH login

zimbatm committed Nov 19, 2018 at 20:40 UTC 8b8281656e5dfc1ac0f8df93cb329e01f3770e84
1 file changed +1 -1
bastion/network.nix
+1 -1
@@ -129,7 +129,7 @@ in
129 # Temporary hack until we have proper users/roles.
130 services.openssh.extraConfig =
131 ''
132 - AcceptEnv AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
132 + AcceptEnv AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY FASTLY_API_KEY
133 '';
134 };
135 }