services.kubernetes.apiserver.serviceAccountKeyFile

NixOS option

File containing PEM-encoded x509 RSA or ECDSA private or public keys, used to verify ServiceAccount tokens. The specified file can contain multiple keys, and the flag can be specified multiple times with different files. If unspecified, –tls-private-key-file is used. Must be specified when –service-account-signing-key is provided

type: absolute pathdeclared in: nixos/modules/services/cluster/kubernetes/apiserver.nixView source on NixOS/nixpkgs →