Deploy Authentik identity provider (C2 Mikado) #227

Merged
eblume merged 23 commits from feature/deploy-authentik into main 2026-02-20 12:56:00 -08:00
Showing only changes of commit 41ee4161a9 - Show all commits

Add coreutils to authentik container
All checks were successful
Build Container / build (push) Successful in 2s
Build Container (Nix) / build (push) Successful in 1m9s

The ak wrapper script requires mkdir (and likely other coreutils)
to create runtime directories.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-02-20 10:54:40 -08:00

View file

@ -10,6 +10,7 @@ pkgs.dockerTools.buildLayeredImage {
contents = [ contents = [
pkgs.authentik pkgs.authentik
pkgs.bashInteractive pkgs.bashInteractive
pkgs.coreutils
pkgs.cacert pkgs.cacert
pkgs.tzdata pkgs.tzdata
]; ];