Skip to content

Commit

Permalink
trying to find a workaround to spire not supporting cgroupv2
Browse files Browse the repository at this point in the history
  • Loading branch information
telliere committed Mar 21, 2024
1 parent b83f951 commit def9ea0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/container_preparation/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [ -n "$encrypted" ]; then
fi


ps -p $spire_agent_pid > /dev/null || ( echo "spire agent died, aborting" ; end_entrypoint "$spire_agent_pid" 1)
ps $spire_agent_pid > /dev/null || ( echo "spire agent died, aborting" ; end_entrypoint "$spire_agent_pid" 1)

#
## [END] Perform node attestation
Expand Down
5 changes: 3 additions & 2 deletions server/tools/digests
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
lumi-sd/data_prep:latest
sd-container/client:latest
ghcr.io/cscfi/hpcs/data-prep:dockerfile_everywhere
ghcr.io/cscfi/hpcs/container-prep:dockerfile_everywhere
ghcr.io/cscfi/hpcs/job-prep:dockerfile_everywhere
7 changes: 6 additions & 1 deletion utils/agent-on-the-fly.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ plugins {
}

WorkloadAttestor "unix" {
plugin_data {}
plugin_data {
discover_workload_path = true
}
}

WorkloadAttestor "systemd" {
}

WorkloadAttestor "docker" {
Expand Down

0 comments on commit def9ea0

Please sign in to comment.