Skip to content

spire-0.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 13:07
5e84479

A Helm chart for deploying spire-server and spire-agent.

Warning: Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server.

Note: Minimum Spire version is v1.5.3.

To enable Projected Service Account Tokens on Docker for Mac/Windows run the following command to SSH into the Docker Desktop K8s VM.

docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh

Then add the following to /etc/kubernetes/manifests/kube-apiserver.yaml

spec:
  containers:
    - command:
      - kube-apiserver
      - --api-audiences=api,spire-server
      - --service-account-issuer=api,spire-agent
      - --service-account-key-file=/run/config/pki/sa.pub
      - --service-account-signing-key-file=/run/config/pki/sa.key

What's Changed

  • Hotfix spire-server, k8s-workload-registrar, spire-agent, and upstream-ca-secret by @marcofranssen in #109

Full Changelog: spire-0.10.1...spire-0.10.2