Pull request #3979 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 75f34a50dbcf05074eea60ad1b070efe2775b48b+7c172932d67f5deb00d2ba71bf7bdd749298babf (43c7d14393721caa7ddfab76dc9b100108f57993) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11213798776857430871.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10465778058904228762.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6063214961927610628.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5125054147622958750.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16761497836671727832.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3979/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh10122673191959118617.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-21377’ Running on prd-ubuntu20.04-docker-8c-8g-21381 in /w/workspace/edgexfoundry_edgex-go_PR-3979 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 7c172932d67f5deb00d2ba71bf7bdd749298babf into PR head commit 75f34a50dbcf05074eea60ad1b070efe2775b48b Merge succeeded, producing 75f34a50dbcf05074eea60ad1b070efe2775b48b Checking out Revision 75f34a50dbcf05074eea60ad1b070efe2775b48b (PR-3979) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3979/head:refs/remotes/origin/PR-3979 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7c172932d67f5deb00d2ba71bf7bdd749298babf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-19T19:06:33.232Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-19T19:06:33.366Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-19T19:06:33.456Z] ========================================================= [2022-04-19T19:06:33.456Z] EdgeX Global Pipelines Version Info [2022-04-19T19:06:33.456Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-19T19:06:34.275Z] ------------------- [2022-04-19T19:06:34.275Z] stable info: [2022-04-19T19:06:34.275Z] ------------------- [2022-04-19T19:06:34.275Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T19:06:34.275Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-19T19:06:34.275Z] Message: update stable to v1.0.221 [2022-04-19T19:06:34.856Z] ------------------- [2022-04-19T19:06:34.856Z] experimental info: [2022-04-19T19:06:34.856Z] ------------------- [2022-04-19T19:06:34.856Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T19:06:34.856Z] Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d [2022-04-19T19:06:34.856Z] Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-19T19:06:35.105Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-19T19:06:35.145Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-19T19:06:35.188Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-19T19:06:35.229Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-19T19:06:35.269Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-19T19:06:35.308Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-19T19:06:35.344Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-19T19:06:35.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-19T19:06:35.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-19T19:06:35.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-19T19:06:35.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-19T19:06:35.550Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-19T19:06:35.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-19T19:06:35.633Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-19T19:06:35.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-19T19:06:35.712Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T19:06:35.750Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T19:06:35.783Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-19T19:06:35.823Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-19T19:06:35.863Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-19T19:06:35.903Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-19T19:06:35.945Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-19T19:06:35.986Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3979 [Pipeline] echo [2022-04-19T19:06:36.023Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3979 [Pipeline] echo [2022-04-19T19:06:36.067Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3979 [Pipeline] echo [2022-04-19T19:06:36.108Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75f34a50dbcf05074eea60ad1b070efe2775b48b [Pipeline] echo [2022-04-19T19:06:36.149Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 75f34a5 [Pipeline] echo [2022-04-19T19:06:36.190Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T19:06:36.302Z] provisioning config files... [2022-04-19T19:06:36.323Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6974886042169651126tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T19:06:36.675Z] ---> docker-login.sh [2022-04-19T19:06:36.675Z] nexus3.edgexfoundry.org:10001 [2022-04-19T19:06:36.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:06:36.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:06:36.939Z] Configure a credential helper to remove this warning. See [2022-04-19T19:06:36.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:06:36.939Z] [2022-04-19T19:06:36.939Z] Login Succeeded [2022-04-19T19:06:36.939Z] nexus3.edgexfoundry.org:10002 [2022-04-19T19:06:37.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:06:37.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:06:37.199Z] Configure a credential helper to remove this warning. See [2022-04-19T19:06:37.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:06:37.199Z] [2022-04-19T19:06:37.199Z] Login Succeeded [2022-04-19T19:06:37.199Z] nexus3.edgexfoundry.org:10003 [2022-04-19T19:06:37.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:06:37.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:06:37.199Z] Configure a credential helper to remove this warning. See [2022-04-19T19:06:37.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:06:37.199Z] [2022-04-19T19:06:37.199Z] Login Succeeded [2022-04-19T19:06:37.199Z] nexus3.edgexfoundry.org:10004 [2022-04-19T19:06:37.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:06:37.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:06:37.461Z] Configure a credential helper to remove this warning. See [2022-04-19T19:06:37.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:06:37.461Z] [2022-04-19T19:06:37.461Z] Login Succeeded [2022-04-19T19:06:37.461Z] docker.io [2022-04-19T19:06:37.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:06:38.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:06:38.035Z] Configure a credential helper to remove this warning. See [2022-04-19T19:06:38.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:06:38.035Z] [2022-04-19T19:06:38.035Z] Login Succeeded [2022-04-19T19:06:38.035Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T19:06:38.065Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T19:06:38.475Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-04-19T19:06:38.475Z] + + dirname cmd/core-command/Dockerfile [2022-04-19T19:06:38.475Z] cut -d/ -f2 [2022-04-19T19:06:38.475Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-19T19:06:38.475Z] + dirname cmd/core-data/Dockerfile [2022-04-19T19:06:38.475Z] + cut -d/ -f2 [2022-04-19T19:06:38.475Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-19T19:06:38.475Z] + + dirname cmd/core-metadata/Dockerfile [2022-04-19T19:06:38.475Z] cut -d/ -f2 [2022-04-19T19:06:38.475Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-19T19:06:38.475Z] + + dirname cmd/security-bootstrapper/Dockerfile [2022-04-19T19:06:38.475Z] cut -d/ -f2 [2022-04-19T19:06:38.475Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-19T19:06:38.475Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-19T19:06:38.475Z] + cut -d/ -f2 [2022-04-19T19:06:38.475Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-19T19:06:38.475Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-19T19:06:38.475Z] + cut -d/ -f2 [2022-04-19T19:06:38.475Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-19T19:06:38.475Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-19T19:06:38.475Z] + cut -d/ -f2 [2022-04-19T19:06:38.475Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-19T19:06:38.475Z] + dirname cmd/security-spire-agent/Dockerfile [2022-04-19T19:06:38.475Z] + cut -d/ -f2 [2022-04-19T19:06:38.475Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-19T19:06:38.475Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-19T19:06:38.476Z] + cut -d/ -f2 [2022-04-19T19:06:38.476Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-19T19:06:38.476Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-19T19:06:38.476Z] + cut -d/ -f2 [2022-04-19T19:06:38.476Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-19T19:06:38.476Z] + dirname cmd/support-notifications/Dockerfile [2022-04-19T19:06:38.476Z] + cut -d/ -f2 [2022-04-19T19:06:38.476Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-19T19:06:38.476Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-19T19:06:38.476Z] + cut -d/ -f2 [2022-04-19T19:06:38.476Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-19T19:06:38.476Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-19T19:06:38.476Z] + cut -d/ -f2 [2022-04-19T19:06:38.476Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-19T19:06:38.624Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-19T19:06:39.139Z] + git rev-list -1 --merges 75f34a50dbcf05074eea60ad1b070efe2775b48b~1..75f34a50dbcf05074eea60ad1b070efe2775b48b [Pipeline] echo [2022-04-19T19:06:39.174Z] -----------> git rev-list -1 --merges 75f34a50dbcf05074eea60ad1b070efe2775b48b~1..75f34a50dbcf05074eea60ad1b070efe2775b48b 75f34a50dbcf05074eea60ad1b070efe2775b48b [false] [Pipeline] sh [2022-04-19T19:06:39.488Z] + git log --format=format:%s -1 75f34a50dbcf05074eea60ad1b070efe2775b48b [Pipeline] echo [2022-04-19T19:06:39.522Z] ========================================================= [2022-04-19T19:06:39.522Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-19T19:06:39.522Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-19T19:06:39.987Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-19T19:06:39.987Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-19T19:06:39.987Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-19T19:06:39.987Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-19T19:06:39.987Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-19T19:06:39.987Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-19T19:06:39.987Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:06:40.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T19:06:40.368Z] [2022-04-19T19:06:40.368Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:06:40.715Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T19:06:40.715Z] latest: Pulling from edgex-devops/git-semver [2022-04-19T19:06:40.715Z] a0d0a0d46f8b: Pulling fs layer [2022-04-19T19:06:40.715Z] 3e5f54012d9b: Pulling fs layer [2022-04-19T19:06:40.715Z] 4c7163046ea9: Pulling fs layer [2022-04-19T19:06:40.715Z] 0c2d73faf560: Pulling fs layer [2022-04-19T19:06:40.715Z] 3e5f54012d9b: Download complete [2022-04-19T19:06:40.715Z] a0d0a0d46f8b: Download complete [2022-04-19T19:06:40.715Z] 0c2d73faf560: Verifying Checksum [2022-04-19T19:06:40.715Z] 0c2d73faf560: Download complete [2022-04-19T19:06:40.978Z] 4c7163046ea9: Verifying Checksum [2022-04-19T19:06:40.978Z] 4c7163046ea9: Download complete [2022-04-19T19:06:40.978Z] a0d0a0d46f8b: Pull complete [2022-04-19T19:06:40.978Z] 3e5f54012d9b: Pull complete [2022-04-19T19:06:41.552Z] 4c7163046ea9: Pull complete [2022-04-19T19:06:41.552Z] 0c2d73faf560: Pull complete [2022-04-19T19:06:41.552Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-19T19:06:41.552Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T19:06:41.552Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-19T19:06:41.660Z] prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container [2022-04-19T19:06:41.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-19T19:06:42.486Z] $ docker top 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-19T19:06:42.686Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T19:06:42.686Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T19:06:42.830Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T19:06:42.834Z] $ docker exec 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce ssh-agent [2022-04-19T19:06:42.956Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLpgcaI/agent.15 [2022-04-19T19:06:42.956Z] SSH_AGENT_PID=21 [2022-04-19T19:06:42.965Z] Running ssh-add (command line suppressed) [2022-04-19T19:06:43.087Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6844307082539119844.key (/w/workspace/edgex-go/1@tmp/private_key_6844307082539119844.key) [2022-04-19T19:06:43.102Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T19:06:43.431Z] + git tag --points-at HEAD [Pipeline] } [2022-04-19T19:06:43.456Z] $ docker exec --env ******** --env ******** 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce ssh-agent -k [2022-04-19T19:06:43.577Z] unset SSH_AUTH_SOCK; [2022-04-19T19:06:43.578Z] unset SSH_AGENT_PID; [2022-04-19T19:06:43.578Z] echo Agent pid 21 killed; [2022-04-19T19:06:43.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-19T19:06:43.670Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T19:06:43.670Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T19:06:43.807Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T19:06:43.812Z] $ docker exec 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce ssh-agent [2022-04-19T19:06:43.951Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXGPlhMe/agent.54 [2022-04-19T19:06:43.951Z] SSH_AGENT_PID=60 [2022-04-19T19:06:43.957Z] Running ssh-add (command line suppressed) [2022-04-19T19:06:44.083Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7836039383431433240.key (/w/workspace/edgex-go/1@tmp/private_key_7836039383431433240.key) [2022-04-19T19:06:44.099Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T19:06:44.434Z] + git semver init [2022-04-19T19:06:44.434Z] # -> Open(): unable to determine branch for HEAD [2022-04-19T19:06:44.434Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-04-19T19:06:44.434Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-04-19T19:06:44.434Z] # $SEMVER_REMOTE_NAME = origin [2022-04-19T19:06:44.434Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-19T19:06:44.434Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-19T19:06:44.434Z] # $SEMVER_BRANCH = PR-3979 [2022-04-19T19:06:44.434Z] # $SEMVER_TEMP = /tmp/semver-754028709 [2022-04-19T19:06:44.434Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-19T19:06:59.350Z] # '/tmp/semver-754028709' -> '/w/workspace/edgex-go/1/.semver' [2022-04-19T19:06:59.350Z] # -> Force: false [2022-04-19T19:06:59.350Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-04-19T19:06:59.379Z] $ docker exec --env ******** --env ******** 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce ssh-agent -k [2022-04-19T19:06:59.509Z] unset SSH_AUTH_SOCK; [2022-04-19T19:06:59.510Z] unset SSH_AGENT_PID; [2022-04-19T19:06:59.510Z] echo Agent pid 60 killed; [2022-04-19T19:06:59.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T19:06:59.933Z] + git semver [Pipeline] } [2022-04-19T19:06:59.965Z] $ docker stop --time=1 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce [2022-04-19T19:07:01.677Z] $ docker rm -f 395761b4a81d02b686c2f3451f0dbdca4303159f5b84ca4bf2a4ab26c82fd2ce [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T19:07:02.111Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-19T19:07:02.428Z] Stashed 1 file(s) [Pipeline] echo [2022-04-19T19:07:02.446Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-04-19T19:07:02.932Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T19:07:02.962Z] ========================================================= [2022-04-19T19:07:02.962Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-19T19:07:02.962Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:07:03.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T19:07:03.307Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-19T19:07:03.307Z] 59bf1c3509f3: Pulling fs layer [2022-04-19T19:07:03.307Z] 666ba61612fd: Pulling fs layer [2022-04-19T19:07:03.307Z] 8ed8ca486205: Pulling fs layer [2022-04-19T19:07:03.307Z] 4fe6c5a15a65: Pulling fs layer [2022-04-19T19:07:03.307Z] 22a0e8bec74d: Pulling fs layer [2022-04-19T19:07:03.307Z] 640e595b4fbd: Pulling fs layer [2022-04-19T19:07:03.307Z] 763cafe07f6e: Pulling fs layer [2022-04-19T19:07:03.307Z] 0c0b528cf693: Pulling fs layer [2022-04-19T19:07:03.307Z] 10935f4eaf8b: Pulling fs layer [2022-04-19T19:07:03.307Z] 4fe6c5a15a65: Waiting [2022-04-19T19:07:03.307Z] 22a0e8bec74d: Waiting [2022-04-19T19:07:03.307Z] 640e595b4fbd: Waiting [2022-04-19T19:07:03.307Z] 763cafe07f6e: Waiting [2022-04-19T19:07:03.307Z] 0c0b528cf693: Waiting [2022-04-19T19:07:03.307Z] 10935f4eaf8b: Waiting [2022-04-19T19:07:03.307Z] 8ed8ca486205: Download complete [2022-04-19T19:07:03.307Z] 666ba61612fd: Verifying Checksum [2022-04-19T19:07:03.307Z] 666ba61612fd: Download complete [2022-04-19T19:07:03.307Z] 22a0e8bec74d: Verifying Checksum [2022-04-19T19:07:03.307Z] 22a0e8bec74d: Download complete [2022-04-19T19:07:03.307Z] 640e595b4fbd: Verifying Checksum [2022-04-19T19:07:03.307Z] 640e595b4fbd: Download complete [2022-04-19T19:07:03.307Z] 763cafe07f6e: Verifying Checksum [2022-04-19T19:07:03.307Z] 763cafe07f6e: Download complete [2022-04-19T19:07:03.307Z] 59bf1c3509f3: Download complete [2022-04-19T19:07:03.570Z] 0c0b528cf693: Verifying Checksum [2022-04-19T19:07:03.570Z] 0c0b528cf693: Download complete [2022-04-19T19:07:03.570Z] 59bf1c3509f3: Pull complete [2022-04-19T19:07:03.570Z] 666ba61612fd: Pull complete [2022-04-19T19:07:03.833Z] 8ed8ca486205: Pull complete [2022-04-19T19:07:04.097Z] 10935f4eaf8b: Verifying Checksum [2022-04-19T19:07:04.097Z] 10935f4eaf8b: Download complete [2022-04-19T19:07:04.097Z] 4fe6c5a15a65: Verifying Checksum [2022-04-19T19:07:04.097Z] 4fe6c5a15a65: Download complete [2022-04-19T19:07:09.391Z] 4fe6c5a15a65: Pull complete [2022-04-19T19:07:09.391Z] 22a0e8bec74d: Pull complete [2022-04-19T19:07:09.391Z] 640e595b4fbd: Pull complete [2022-04-19T19:07:09.391Z] 763cafe07f6e: Pull complete [2022-04-19T19:07:09.391Z] 0c0b528cf693: Pull complete [2022-04-19T19:07:11.310Z] 10935f4eaf8b: Pull complete [2022-04-19T19:07:11.310Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-19T19:07:11.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T19:07:11.310Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:07:11.675Z] + + docker build -t ci-base-image-x86_64 -f - . [2022-04-19T19:07:11.675Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T19:07:11.675Z] WORKDIR /edgex [2022-04-19T19:07:11.675Z] COPY go.mod . [2022-04-19T19:07:11.675Z] RUN go mod download [2022-04-19T19:07:13.068Z] Sending build context to Docker daemon 334.9MB [2022-04-19T19:07:13.068Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T19:07:13.068Z] ---> 99d49a6021b9 [2022-04-19T19:07:13.068Z] Step 2/4 : WORKDIR /edgex [2022-04-19T19:07:14.985Z] ---> Running in 50ba05cb397f [2022-04-19T19:07:14.985Z] Removing intermediate container 50ba05cb397f [2022-04-19T19:07:14.985Z] ---> 4b2562977b91 [2022-04-19T19:07:14.985Z] Step 3/4 : COPY go.mod . [2022-04-19T19:07:14.985Z] ---> fb09d85672d3 [2022-04-19T19:07:14.985Z] Step 4/4 : RUN go mod download [2022-04-19T19:07:15.247Z] ---> Running in f8c70145604d [2022-04-19T19:07:17.749Z] Still waiting to schedule task [2022-04-19T19:07:17.750Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-21378’ [2022-04-19T19:07:30.160Z] Removing intermediate container f8c70145604d [2022-04-19T19:07:30.160Z] ---> d08710cf11b1 [2022-04-19T19:07:30.160Z] Successfully built d08710cf11b1 [2022-04-19T19:07:30.160Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:07:30.489Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T19:07:30.489Z] . [Pipeline] withDockerContainer [2022-04-19T19:07:30.584Z] prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container [2022-04-19T19:07:30.628Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-19T19:07:31.077Z] $ docker top f88f45a63f6560b3ad309cf48bd51e56e9d4c83995f7137b06862f5ee542bff8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:07:31.500Z] + go version [2022-04-19T19:07:31.500Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-19T19:07:31.536Z] $ docker stop --time=1 f88f45a63f6560b3ad309cf48bd51e56e9d4c83995f7137b06862f5ee542bff8 [2022-04-19T19:07:32.874Z] $ docker rm -f f88f45a63f6560b3ad309cf48bd51e56e9d4c83995f7137b06862f5ee542bff8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:07:33.728Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T19:07:33.728Z] . [Pipeline] withDockerContainer [2022-04-19T19:07:33.824Z] prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container [2022-04-19T19:07:33.872Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-19T19:07:34.270Z] $ docker top 0061489714a8c29b979248670bda24db233b3075dcac88c9808c40af74eca0d1 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-19T19:07:34.403Z] ========================================================= [2022-04-19T19:07:34.403Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-19T19:07:34.403Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:07:34.834Z] + make test [2022-04-19T19:07:34.834Z] go mod tidy -compat=1.17 [2022-04-19T19:07:35.139Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-19T19:07:41.848Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-19T19:07:51.826Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-19T19:07:51.826Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-19T19:07:52.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-19T19:07:53.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.097s coverage: 28.7% of statements [2022-04-19T19:07:53.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-19T19:07:53.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-19T19:07:54.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.110s coverage: 98.5% of statements [2022-04-19T19:07:54.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-19T19:07:54.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 53.4% of statements [2022-04-19T19:07:54.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-19T19:07:54.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-19T19:07:58.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.798s coverage: 89.2% of statements [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:07:58.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.076s coverage: 84.4% of statements [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-19T19:07:58.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.449s coverage: 95.6% of statements [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:07:58.903Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.073s coverage: 72.2% of statements [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-19T19:07:58.903Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.061s coverage: 60.0% of statements [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-19T19:07:58.903Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.095s coverage: 0.9% of statements [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-19T19:07:58.903Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2022-04-19T19:07:58.903Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements [2022-04-19T19:07:58.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-19T19:07:58.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements [2022-04-19T19:07:58.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements [2022-04-19T19:07:58.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements [2022-04-19T19:07:58.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2022-04-19T19:07:58.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2022-04-19T19:08:08.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2022-04-19T19:08:08.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2022-04-19T19:08:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.191s coverage: 82.5% of statements [2022-04-19T19:08:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 58.8% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.0% of statements [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.071s coverage: 87.2% of statements [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 85.4% of statements [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.2% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 64.4% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 65.4% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 43.8% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-19T19:08:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-19T19:08:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.154s coverage: 92.3% of statements [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-19T19:08:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-19T19:08:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.101s coverage: 97.7% of statements [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-19T19:08:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.066s coverage: 28.9% of statements [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-19T19:08:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-19T19:08:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-04-19T19:08:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements [2022-04-19T19:08:19.481Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-04-19T19:08:37.582Z] GO111MODULE=on go vet ./... [2022-04-19T19:08:40.877Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T19:08:41.138Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T19:08:41.398Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-19T19:08:42.000Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-19T19:08:42.315Z] + ls -al . [2022-04-19T19:08:42.315Z] total 672 [2022-04-19T19:08:42.315Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 19:08 . [2022-04-19T19:08:42.315Z] drwxr-xr-x 4 root root 4096 Apr 19 19:07 .. [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 19:06 .dockerignore [2022-04-19T19:08:42.315Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 19:06 .git [2022-04-19T19:08:42.315Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 19:06 .github [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 879 Apr 19 19:06 .gitignore [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 42 Apr 19 19:06 .golangci.yml [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 87 Apr 19 19:06 .hadolint.yml [2022-04-19T19:08:42.315Z] drwx------ 3 1001 1001 4096 Apr 19 19:06 .semver [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 19:06 .sonarcloud.properties [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 1171 Apr 19 19:06 ADOPTERS.md [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 10086 Apr 19 19:06 Attribution.txt [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 51732 Apr 19 19:06 CHANGELOG.md [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:06 CONTRIBUTING.md [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 677 Apr 19 19:06 GOVERNANCE.md [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 850 Apr 19 19:06 Jenkinsfile [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:06 LICENSE [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 10389 Apr 19 19:06 Makefile [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 582 Apr 19 19:06 OWNERS.md [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 9120 Apr 19 19:06 README.md [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 6912 Apr 19 19:06 SECURITY.md [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 19:07 VERSION [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:06 ZMQWindows.md [2022-04-19T19:08:42.315Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 19:06 bin [2022-04-19T19:08:42.315Z] drwxrwxr-x 18 1001 1001 4096 Apr 19 19:06 cmd [2022-04-19T19:08:42.315Z] -rw-r--r-- 1 root root 435134 Apr 19 19:08 coverage.out [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 3256 Apr 19 19:06 go.mod [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 35162 Apr 19 19:07 go.sum [2022-04-19T19:08:42.315Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 19:06 internal [2022-04-19T19:08:42.315Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 19:06 openapi [2022-04-19T19:08:42.315Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 19:06 snap [2022-04-19T19:08:42.315Z] -rw-rw-r-- 1 1001 1001 204 Apr 19 19:06 version.go [Pipeline] sh [2022-04-19T19:08:42.633Z] + '[' -e coverage.out ] [2022-04-19T19:08:42.633Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-19T19:08:42.744Z] Stashed 1 file(s) [Pipeline] sh [2022-04-19T19:08:43.041Z] + make build [2022-04-19T19:08:43.041Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-19T19:08:57.947Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-19T19:09:06.106Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-19T19:09:06.107Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-19T19:09:12.682Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-19T19:09:12.683Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-19T19:09:12.683Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-19T19:09:14.064Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-19T19:09:14.636Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-19T19:09:16.014Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-19T19:09:16.582Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-19T19:09:17.154Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-19T19:09:18.534Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-19T19:09:19.952Z] $ docker stop --time=1 0061489714a8c29b979248670bda24db233b3075dcac88c9808c40af74eca0d1 [2022-04-19T19:09:22.498Z] $ docker rm -f 0061489714a8c29b979248670bda24db233b3075dcac88c9808c40af74eca0d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:09:23.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T19:09:23.724Z] [2022-04-19T19:09:23.724Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:09:24.068Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T19:09:24.068Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-19T19:09:24.068Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-19T19:09:24.068Z] ca9280d653b3: Pulling fs layer [2022-04-19T19:09:24.068Z] 7e9c9ca2126c: Pulling fs layer [2022-04-19T19:09:24.068Z] cbdbe7a5bc2a: Download complete [2022-04-19T19:09:24.328Z] ca9280d653b3: Verifying Checksum [2022-04-19T19:09:24.328Z] ca9280d653b3: Download complete [2022-04-19T19:09:24.328Z] cbdbe7a5bc2a: Pull complete [2022-04-19T19:09:24.587Z] 7e9c9ca2126c: Download complete [2022-04-19T19:09:24.850Z] ca9280d653b3: Pull complete [2022-04-19T19:09:28.140Z] 7e9c9ca2126c: Pull complete [2022-04-19T19:09:28.140Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-19T19:09:28.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T19:09:28.400Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-19T19:09:28.490Z] prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container [2022-04-19T19:09:28.540Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-19T19:09:31.138Z] $ docker top c43b96d1edaf088a07b1ea76e4e4c9d290a5a3ad3ed035db0a3cadccae7d5890 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:09:31.553Z] + docker-compose build --help [2022-04-19T19:09:31.553Z] + grep parallel [2022-04-19T19:09:32.173Z] --parallel Build images in parallel. [Pipeline] } [2022-04-19T19:09:32.233Z] $ docker stop --time=1 c43b96d1edaf088a07b1ea76e4e4c9d290a5a3ad3ed035db0a3cadccae7d5890 [2022-04-19T19:09:33.557Z] $ docker rm -f c43b96d1edaf088a07b1ea76e4e4c9d290a5a3ad3ed035db0a3cadccae7d5890 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:09:34.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T19:09:34.127Z] . [Pipeline] withDockerContainer [2022-04-19T19:09:34.235Z] prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container [2022-04-19T19:09:34.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-19T19:09:34.691Z] $ docker top 2cfc8dbf1da2d83eee787dcaa53f02a00ce9bf96827918a42ff842f5f23cead3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:09:35.093Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-19T19:09:35.665Z] Building core-command ... [2022-04-19T19:09:35.665Z] Building core-data ... [2022-04-19T19:09:35.665Z] Building core-metadata ... [2022-04-19T19:09:35.665Z] Building security-bootstrapper ... [2022-04-19T19:09:35.665Z] Building security-proxy-setup ... [2022-04-19T19:09:35.665Z] Building security-secretstore-setup ... [2022-04-19T19:09:35.665Z] Building security-spiffe-token-provider ... [2022-04-19T19:09:35.665Z] Building security-spire-agent ... [2022-04-19T19:09:35.665Z] Building security-spire-config ... [2022-04-19T19:09:35.665Z] Building security-spire-server ... [2022-04-19T19:09:35.665Z] Building support-notifications ... [2022-04-19T19:09:35.665Z] Building support-scheduler ... [2022-04-19T19:09:35.665Z] Building sys-mgmt-agent ... [2022-04-19T19:09:35.665Z] Building security-spire-config [2022-04-19T19:09:35.665Z] Building security-secretstore-setup [2022-04-19T19:09:35.665Z] Building sys-mgmt-agent [2022-04-19T19:09:35.665Z] Building security-proxy-setup [2022-04-19T19:09:35.665Z] Building security-spire-agent [2022-04-19T19:09:50.556Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:09:50.556Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:09:50.556Z] ---> d08710cf11b1 [2022-04-19T19:09:50.556Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:09:50.817Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:09:50.817Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:09:50.817Z] ---> d08710cf11b1 [2022-04-19T19:09:50.817Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:09:50.817Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:09:50.817Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:09:50.817Z] ---> d08710cf11b1 [2022-04-19T19:09:50.817Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T19:09:50.817Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:09:50.817Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:09:50.817Z] ---> d08710cf11b1 [2022-04-19T19:09:50.817Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T19:09:50.817Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:09:50.817Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:09:50.817Z] ---> d08710cf11b1 [2022-04-19T19:09:50.817Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T19:09:55.024Z] ---> Running in 08b51b79e89a [2022-04-19T19:09:55.024Z] ---> Running in bd56258a57fa [2022-04-19T19:09:55.024Z] ---> Running in 30777a21a1fb [2022-04-19T19:09:55.024Z] ---> Running in 4d40f7b62498 [2022-04-19T19:09:55.024Z] ---> Running in 972dc72db58f [2022-04-19T19:09:55.024Z] Removing intermediate container 972dc72db58f [2022-04-19T19:09:55.024Z] ---> ab27ae75a664 [2022-04-19T19:09:55.024Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:09:55.024Z] Removing intermediate container 08b51b79e89a [2022-04-19T19:09:55.024Z] ---> 4f66832e76f9 [2022-04-19T19:09:55.024Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:09:55.024Z] Removing intermediate container bd56258a57fa [2022-04-19T19:09:55.024Z] Removing intermediate container 30777a21a1fb [2022-04-19T19:09:55.024Z] ---> 5aae278e9b45 [2022-04-19T19:09:55.024Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:09:55.024Z] ---> b9c6aec0566d [2022-04-19T19:09:55.024Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:09:55.024Z] Removing intermediate container 4d40f7b62498 [2022-04-19T19:09:55.024Z] ---> 92b935af24ec [2022-04-19T19:09:55.024Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:09:55.024Z] ---> Running in b2f483c6f2db [2022-04-19T19:09:55.024Z] ---> Running in 428ce3231959 [2022-04-19T19:09:55.024Z] ---> Running in e18cf2c827c2 [2022-04-19T19:09:55.024Z] ---> Running in 1adf2b1b8a3c [2022-04-19T19:09:55.024Z] ---> Running in f6108fdf5bfb [2022-04-19T19:09:55.593Z] Removing intermediate container 428ce3231959 [2022-04-19T19:09:55.593Z] ---> 667ea0395c18 [2022-04-19T19:09:55.593Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T19:09:55.593Z] ---> Running in 732a39eb5a9f [2022-04-19T19:09:55.593Z] Removing intermediate container b2f483c6f2db [2022-04-19T19:09:55.593Z] ---> 8c4fe8ebaaae [2022-04-19T19:09:55.593Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:09:55.593Z] ---> Running in b50b3b13ea9c [2022-04-19T19:09:56.162Z] Removing intermediate container e18cf2c827c2 [2022-04-19T19:09:56.162Z] ---> d5194ade0f55 [2022-04-19T19:09:56.162Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-19T19:09:56.162Z] Removing intermediate container f6108fdf5bfb [2022-04-19T19:09:56.162Z] ---> f332b9afd008 [2022-04-19T19:09:56.162Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:09:56.162Z] ---> Running in dbffdb02f4c3 [2022-04-19T19:09:56.162Z] ---> Running in ba62a08e2e57 [2022-04-19T19:09:56.162Z] Removing intermediate container 1adf2b1b8a3c [2022-04-19T19:09:56.162Z] ---> 37b98a2e32c4 [2022-04-19T19:09:56.162Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-19T19:09:56.162Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:56.162Z] ---> Running in b0dfcb441669 [2022-04-19T19:09:56.421Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:56.688Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:56.688Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:56.688Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:56.951Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:57.214Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:57.473Z] OK: 221 MiB in 52 packages [2022-04-19T19:09:57.473Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:57.473Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:57.473Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:57.732Z] Removing intermediate container 732a39eb5a9f [2022-04-19T19:09:57.732Z] ---> 6af3e1728f74 [2022-04-19T19:09:57.732Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:09:57.732Z] OK: 221 MiB in 52 packages [2022-04-19T19:09:57.991Z] OK: 221 MiB in 52 packages [2022-04-19T19:09:57.991Z] ---> 9b2e14300caf [2022-04-19T19:09:57.991Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:09:57.991Z] OK: 221 MiB in 52 packages [2022-04-19T19:09:57.991Z] OK: 221 MiB in 52 packages [2022-04-19T19:09:57.991Z] ---> Running in afd5fbd88205 [2022-04-19T19:09:58.559Z] Removing intermediate container dbffdb02f4c3 [2022-04-19T19:09:58.559Z] ---> 1d5d7cbbc7a0 [2022-04-19T19:09:58.559Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:09:58.559Z] Removing intermediate container ba62a08e2e57 [2022-04-19T19:09:58.559Z] ---> f3626896925d [2022-04-19T19:09:58.559Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T19:09:58.559Z] Removing intermediate container b50b3b13ea9c [2022-04-19T19:09:58.559Z] ---> 7851eb36167f [2022-04-19T19:09:58.559Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T19:09:58.559Z] Removing intermediate container b0dfcb441669 [2022-04-19T19:09:58.559Z] ---> 6b1247737b32 [2022-04-19T19:09:58.559Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T19:09:58.559Z] ---> 27b0cac5ebdf [2022-04-19T19:09:58.559Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:09:58.559Z] ---> 03365774bc23 [2022-04-19T19:09:58.559Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:09:58.559Z] ---> Running in e3b580514594 [2022-04-19T19:09:58.818Z] ---> Running in d1fefb71dbe3 [2022-04-19T19:09:58.818Z] ---> b5f3b8284686 [2022-04-19T19:09:58.818Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:09:58.818Z] ---> Running in 10562552973a [2022-04-19T19:09:58.818Z] ---> 2e2ef39026f4 [2022-04-19T19:09:58.818Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:09:58.818Z] ---> Running in ac5808eeec94 [2022-04-19T19:09:59.757Z] Removing intermediate container afd5fbd88205 [2022-04-19T19:09:59.757Z] ---> 1ed406704a80 [2022-04-19T19:09:59.757Z] Step 8/22 : COPY . . [2022-04-19T19:09:59.757Z] Removing intermediate container e3b580514594 [2022-04-19T19:09:59.757Z] ---> 25a2776feda2 [2022-04-19T19:09:59.757Z] Step 8/23 : COPY . . [2022-04-19T19:09:59.757Z] Removing intermediate container 10562552973a [2022-04-19T19:09:59.757Z] ---> 4b9d17254e32 [2022-04-19T19:09:59.757Z] Step 8/26 : COPY . . [2022-04-19T19:10:01.134Z] Removing intermediate container d1fefb71dbe3 [2022-04-19T19:10:01.134Z] ---> 4cfedb8ab2dc [2022-04-19T19:10:01.134Z] Step 8/26 : COPY . . [2022-04-19T19:10:05.330Z] Removing intermediate container ac5808eeec94 [2022-04-19T19:10:05.330Z] ---> 51bb72bda8e2 [2022-04-19T19:10:05.330Z] Step 8/25 : COPY . . [2022-04-19T19:10:07.238Z] ---> 33ffcfb3b7ba [2022-04-19T19:10:07.238Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-19T19:10:07.238Z] ---> a9131c8600ee [2022-04-19T19:10:07.238Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-19T19:10:07.238Z] ---> 451f29163de9 [2022-04-19T19:10:07.238Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:10:07.238Z] ---> 0c0c80aee15e [2022-04-19T19:10:07.238Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:10:07.498Z] ---> Running in 75166a250563 [2022-04-19T19:10:07.498Z] ---> Running in 30094f94a557 [2022-04-19T19:10:07.498Z] ---> Running in 244c7be09f62 [2022-04-19T19:10:07.498Z] ---> Running in 8a78cb5bab2c [2022-04-19T19:10:07.498Z] Removing intermediate container 244c7be09f62 [2022-04-19T19:10:07.498Z] ---> 57e0df9c8871 [2022-04-19T19:10:07.498Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T19:10:07.759Z] Removing intermediate container 8a78cb5bab2c [2022-04-19T19:10:07.759Z] ---> 2f7f61d16a21 [2022-04-19T19:10:07.759Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T19:10:07.759Z] ---> Running in 3492bb1c4eda [2022-04-19T19:10:07.759Z] ---> Running in 0f59a927663b [2022-04-19T19:10:08.017Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-19T19:10:08.017Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-19T19:10:08.956Z] Removing intermediate container 0f59a927663b [2022-04-19T19:10:08.956Z] ---> 7555d278537a [2022-04-19T19:10:08.956Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T19:10:09.230Z] Removing intermediate container 3492bb1c4eda [2022-04-19T19:10:09.230Z] ---> 841cde103ff7 [2022-04-19T19:10:09.230Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T19:10:09.230Z] ---> Running in eaa46833dd4e [2022-04-19T19:10:09.230Z] ---> Running in df387be4b786 [2022-04-19T19:10:09.489Z] Removing intermediate container eaa46833dd4e [2022-04-19T19:10:09.489Z] ---> 91e616cb9aff [2022-04-19T19:10:09.489Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-19T19:10:09.754Z] ---> Running in 9e672e952534 [2022-04-19T19:10:10.014Z] Removing intermediate container df387be4b786 [2022-04-19T19:10:10.014Z] ---> f63934163068 [2022-04-19T19:10:10.014Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-19T19:10:10.272Z] ---> Running in da2be649e144 [2022-04-19T19:10:10.841Z] spire-1.2.1/ [2022-04-19T19:10:10.841Z] spire-1.2.1/.data/ [2022-04-19T19:10:10.841Z] spire-1.2.1/.data/.file [2022-04-19T19:10:10.841Z] spire-1.2.1/.dockerignore [2022-04-19T19:10:10.841Z] spire-1.2.1/.gitattributes [2022-04-19T19:10:10.841Z] spire-1.2.1/.githooks/ [2022-04-19T19:10:10.841Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/ [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:10:10.841Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:10:10.841Z] spire-1.2.1/.gitignore [2022-04-19T19:10:10.841Z] spire-1.2.1/.go-version [2022-04-19T19:10:10.841Z] spire-1.2.1/.golangci.yml [2022-04-19T19:10:10.841Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:10:10.841Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:10:10.841Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:10:10.841Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:10:10.841Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:10:10.841Z] spire-1.2.1/Dockerfile [2022-04-19T19:10:10.841Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:10:10.841Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:10:10.841Z] spire-1.2.1/LICENSE [2022-04-19T19:10:10.841Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:10:10.841Z] spire-1.2.1/Makefile [2022-04-19T19:10:10.841Z] spire-1.2.1/README.md [2022-04-19T19:10:10.841Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:10:10.841Z] spire-1.2.1/SECURITY.md [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:10:10.841Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:10:10.841Z] spire-1.2.1/conf/ [2022-04-19T19:10:10.841Z] spire-1.2.1/conf/agent/ [2022-04-19T19:10:10.841Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:10:10.841Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:10:10.841Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:10:10.841Z] spire-1.2.1/conf/server/ [2022-04-19T19:10:10.841Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:10:10.841Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:10:10.841Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:10:10.841Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/ [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/ [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:10:10.841Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:10:10.841Z] spire-1.2.1/examples/ [2022-04-19T19:10:10.841Z] spire-1.2.1/examples/README.md [2022-04-19T19:10:10.841Z] spire-1.2.1/go.mod [2022-04-19T19:10:10.841Z] spire-1.2.1/go.sum [2022-04-19T19:10:10.841Z] spire-1.2.1/pkg/ [2022-04-19T19:10:10.841Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:10:10.841Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:10:10.841Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:10:10.841Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:10:10.841Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:10:10.841Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:10:10.841Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:10:10.842Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:10:10.843Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:10:10.844Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:10:11.105Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:10:11.106Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/private/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:10:11.107Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:10:11.107Z] spire-1.2.1/release/ [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire/ [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:10:11.107Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/script/ [2022-04-19T19:10:11.107Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:10:11.107Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:10:11.107Z] spire-1.2.1/support/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:10:11.107Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/clock/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:10:11.107Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/common [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:10:11.107Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:10:11.108Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:10:11.109Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:10:11.109Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/testca/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/testkey/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:10:11.109Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/util/ [2022-04-19T19:10:11.109Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/util/race.go [2022-04-19T19:10:11.109Z] spire-1.2.1/test/util/util.go [2022-04-19T19:10:11.109Z] building spire from source... [2022-04-19T19:10:11.109Z] ---> 4db102087c57 [2022-04-19T19:10:11.109Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-19T19:10:11.397Z] Installing go1.17.7... [2022-04-19T19:10:11.714Z] spire-1.2.1/ [2022-04-19T19:10:11.714Z] spire-1.2.1/.data/ [2022-04-19T19:10:11.714Z] spire-1.2.1/.data/.file [2022-04-19T19:10:11.714Z] spire-1.2.1/.dockerignore [2022-04-19T19:10:11.714Z] spire-1.2.1/.gitattributes [2022-04-19T19:10:11.714Z] spire-1.2.1/.githooks/ [2022-04-19T19:10:11.714Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/ [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:10:11.714Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:10:11.714Z] spire-1.2.1/.gitignore [2022-04-19T19:10:11.714Z] spire-1.2.1/.go-version [2022-04-19T19:10:11.714Z] spire-1.2.1/.golangci.yml [2022-04-19T19:10:11.714Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:10:11.714Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:10:11.714Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:10:11.714Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:10:11.714Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:10:11.714Z] spire-1.2.1/Dockerfile [2022-04-19T19:10:11.714Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:10:11.714Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:10:11.714Z] spire-1.2.1/LICENSE [2022-04-19T19:10:11.714Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:10:11.714Z] spire-1.2.1/Makefile [2022-04-19T19:10:11.714Z] spire-1.2.1/README.md [2022-04-19T19:10:11.714Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:10:11.714Z] spire-1.2.1/SECURITY.md [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:10:11.714Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:10:11.715Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:10:11.715Z] spire-1.2.1/conf/ [2022-04-19T19:10:11.715Z] spire-1.2.1/conf/agent/ [2022-04-19T19:10:11.715Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:10:11.715Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:10:11.715Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:10:11.715Z] spire-1.2.1/conf/server/ [2022-04-19T19:10:11.715Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:10:11.715Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:10:11.715Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:10:11.715Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/ [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/ [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:10:11.715Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:10:11.715Z] spire-1.2.1/examples/ [2022-04-19T19:10:11.715Z] spire-1.2.1/examples/README.md [2022-04-19T19:10:11.715Z] spire-1.2.1/go.mod [2022-04-19T19:10:11.715Z] spire-1.2.1/go.sum [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:10:11.715Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:10:11.716Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:10:11.717Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:10:11.718Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:10:11.719Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/private/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:10:11.720Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:10:11.720Z] spire-1.2.1/release/ [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire/ [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:10:11.720Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:10:11.720Z] spire-1.2.1/script/ [2022-04-19T19:10:11.720Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:10:11.720Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:10:11.720Z] spire-1.2.1/support/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:10:11.720Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:10:11.720Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:10:11.720Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:10:11.721Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:10:11.721Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:10:11.721Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:10:11.721Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:10:11.721Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:10:11.721Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:10:11.721Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:10:11.721Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:10:11.721Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/clock/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:10:11.721Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/common [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:10:11.721Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:10:11.722Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:10:11.722Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:10:11.722Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:10:11.722Z] spire-1.2.1/test/testca/ [2022-04-19T19:10:11.723Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:10:11.723Z] spire-1.2.1/test/testkey/ [2022-04-19T19:10:11.723Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:10:11.723Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:10:11.723Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:10:11.723Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:10:11.723Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:10:11.723Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:10:11.723Z] spire-1.2.1/test/util/ [2022-04-19T19:10:11.723Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:10:11.723Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:10:11.723Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:10:11.723Z] spire-1.2.1/test/util/race.go [2022-04-19T19:10:11.723Z] spire-1.2.1/test/util/util.go [2022-04-19T19:10:11.723Z] building spire from source... [2022-04-19T19:10:11.982Z] Installing go1.17.7... [2022-04-19T19:10:12.242Z] ---> Running in 0416b9e619c6 [2022-04-19T19:10:12.807Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-19T19:10:14.153Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21383 in /w/workspace/edgexfoundry_edgex-go_PR-3979 [Pipeline] { [Pipeline] ws [2022-04-19T19:10:14.191Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-04-19T19:10:14.639Z] The recommended git tool is: git [2022-04-19T19:10:16.995Z] Building bin/spire-server... [2022-04-19T19:10:16.995Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:10:16.995Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:10:16.995Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:10:16.995Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:10:16.995Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:10:16.995Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:10:16.995Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:10:16.995Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:10:16.995Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:10:17.253Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:10:17.253Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:10:17.253Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:10:17.253Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:10:17.253Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:10:17.253Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:10:17.253Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:10:17.253Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:10:17.253Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:10:17.253Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:10:17.513Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:10:17.513Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:10:17.513Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:10:17.513Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:10:17.513Z] Building bin/spire-server... [2022-04-19T19:10:17.513Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:10:17.513Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:10:17.513Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:10:17.513Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:10:17.513Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:10:17.513Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:10:17.513Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:10:17.513Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:10:17.513Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:10:17.513Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:10:17.513Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:10:17.513Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:10:17.513Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:10:17.513Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:10:17.513Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:10:17.513Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:10:17.771Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:10:17.771Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:10:17.771Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:10:17.771Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:10:17.771Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:10:17.771Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:10:17.771Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:10:17.771Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:10:17.771Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:10:17.771Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:10:17.771Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:10:17.771Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:10:17.771Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:10:17.771Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:10:17.771Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:10:17.771Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:10:17.771Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:10:17.771Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:10:18.029Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:10:18.029Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:10:18.029Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:10:18.029Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:10:18.029Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:10:18.029Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:10:18.029Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:10:18.029Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:10:18.029Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:10:18.288Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:10:18.288Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:10:18.288Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:10:18.553Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:10:18.553Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:10:18.553Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:10:18.553Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:10:18.553Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:10:18.553Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:10:18.553Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:10:18.553Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:10:18.553Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:10:18.553Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:10:18.553Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:10:18.553Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:10:18.553Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:10:18.553Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:10:18.553Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:10:18.553Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:10:18.553Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:10:18.812Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:10:18.812Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:10:18.812Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:10:18.812Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:10:18.812Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:10:18.812Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:10:18.812Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:10:18.812Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:10:19.070Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:10:19.070Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:10:19.070Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:10:19.070Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:10:19.070Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:10:19.070Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:10:19.070Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:10:19.328Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:10:19.587Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:10:20.154Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:10:20.154Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:10:20.154Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:10:20.154Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:10:20.154Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:10:20.154Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:10:20.154Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:10:20.154Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:10:20.154Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:10:20.413Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:10:20.413Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:10:20.413Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:10:21.348Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:10:21.348Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:10:21.348Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:10:21.348Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:10:21.348Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:10:22.824Z] using credential edgex-jenkins-ssh [2022-04-19T19:10:22.845Z] Cloning the remote Git repository [2022-04-19T19:10:22.920Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-19T19:10:23.043Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-04-19T19:10:23.169Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-19T19:10:23.170Z] > git --version # timeout=10 [2022-04-19T19:10:23.195Z] > git --version # 'git version 2.25.1' [2022-04-19T19:10:23.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T19:10:23.295Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T19:10:23.879Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:10:23.879Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:10:23.879Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:10:23.879Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:10:23.879Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:10:24.137Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:10:24.137Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:10:24.137Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:10:24.137Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:10:24.395Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:10:25.332Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:10:25.332Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:10:25.332Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:10:25.332Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:10:25.332Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:10:25.332Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:10:25.332Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:10:25.590Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:10:25.590Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:10:25.590Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:10:25.590Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:10:25.590Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:10:25.851Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:10:25.851Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:10:25.851Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:10:26.110Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:10:26.110Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:10:26.110Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:10:26.110Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:10:26.110Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:10:26.110Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:10:26.110Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:10:26.390Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:10:26.390Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:10:26.649Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:10:26.649Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:10:26.649Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:10:26.649Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-19T19:10:26.649Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:10:26.649Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:10:26.649Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:10:26.649Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:10:26.649Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:10:26.649Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:10:26.649Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:10:26.649Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:10:26.907Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:10:26.907Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:10:26.907Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:10:27.165Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:10:27.165Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:10:27.423Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:10:27.423Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:10:27.423Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:10:27.715Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:10:27.980Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:10:27.980Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:10:27.980Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:10:27.980Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:10:27.980Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:10:27.980Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:10:27.980Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:10:27.980Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:10:27.980Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:10:28.238Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:10:28.238Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:10:28.238Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:10:28.238Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:10:28.238Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:10:28.238Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:10:28.238Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:10:28.238Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:10:28.238Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:10:28.238Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:10:28.238Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:10:28.499Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:10:28.499Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:10:28.499Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:10:28.499Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:10:28.499Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:10:28.499Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:10:28.499Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:10:28.499Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:10:28.499Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:10:28.499Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:10:28.499Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:10:28.499Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:10:28.499Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:10:28.499Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:10:28.499Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:10:28.499Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:10:28.499Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:10:28.499Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:10:28.760Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:10:28.760Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:10:28.760Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:10:28.760Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:10:28.760Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:10:28.760Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:10:28.760Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:10:28.760Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:10:29.020Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:10:29.020Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:10:29.020Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:10:29.020Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:10:29.020Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:10:29.020Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:10:29.020Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:10:29.020Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:10:29.020Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:10:29.020Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:10:29.020Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:10:29.020Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:10:29.020Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:10:29.020Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:10:29.020Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:10:29.020Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:10:29.020Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:10:29.588Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:10:29.588Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:10:29.588Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:10:29.588Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:10:29.588Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:10:29.851Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:10:29.851Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:10:29.851Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:10:29.851Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:10:29.851Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:10:29.851Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:10:30.111Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:10:30.111Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:10:30.111Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:10:30.111Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:10:30.111Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:10:30.111Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:10:30.111Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:10:30.111Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:10:30.111Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:10:30.111Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:10:30.730Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:10:30.730Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:10:30.730Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:10:30.730Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:10:30.730Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:10:30.730Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:10:31.034Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:10:31.034Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:10:31.034Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:10:31.034Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:10:31.034Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:10:31.034Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:10:31.034Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:10:31.498Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:10:31.498Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:10:31.498Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:10:31.498Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:10:31.498Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:10:31.498Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:10:31.498Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:10:31.498Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:10:31.498Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:10:31.498Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:10:31.759Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:10:31.759Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:10:31.759Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:10:31.759Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-19T19:10:35.973Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:10:35.973Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:10:36.917Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:10:36.917Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:10:42.362Z] Merging remotes/origin/main commit 7c172932d67f5deb00d2ba71bf7bdd749298babf into PR head commit 75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:10:42.778Z] Merge succeeded, producing 75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:10:42.778Z] Checking out Revision 75f34a50dbcf05074eea60ad1b070efe2775b48b (PR-3979) [2022-04-19T19:10:41.518Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-19T19:10:41.541Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T19:10:41.572Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-19T19:10:41.613Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-19T19:10:41.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T19:10:41.637Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3979/head:refs/remotes/origin/PR-3979 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-19T19:10:42.386Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T19:10:42.403Z] > git checkout -f 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 [2022-04-19T19:10:42.665Z] > git remote # timeout=10 [2022-04-19T19:10:42.686Z] > git config --get remote.origin.url # timeout=10 [2022-04-19T19:10:42.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T19:10:42.733Z] > git merge 7c172932d67f5deb00d2ba71bf7bdd749298babf # timeout=10 [2022-04-19T19:10:42.763Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-19T19:10:42.789Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T19:10:42.801Z] > git checkout -f 75f34a50dbcf05074eea60ad1b070efe2775b48b # timeout=10 [2022-04-19T19:10:47.204Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-04-19T19:10:47.278Z] > git --version # timeout=10 [2022-04-19T19:10:47.292Z] > git --version # 'git version 2.25.1' [2022-04-19T19:10:47.307Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-19T19:10:48.453Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-19T19:10:48.453Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T19:10:48.453Z] Dload Upload Total Spent Left Speed [2022-04-19T19:10:48.453Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 202k 0 --:--:-- --:--:-- --:--:-- 202k [Pipeline] sh [2022-04-19T19:10:49.015Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-19T19:10:49.455Z] + sudo tee /etc/docker/daemon.new [2022-04-19T19:10:49.455Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-19T19:10:49.455Z] { [2022-04-19T19:10:49.455Z] "registry-mirrors": [ [2022-04-19T19:10:49.455Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-19T19:10:49.455Z] ], [2022-04-19T19:10:49.455Z] "bip": "10.250.0.254/24", [2022-04-19T19:10:49.455Z] "hosts": [ [2022-04-19T19:10:49.455Z] "tcp://0.0.0.0:5555", [2022-04-19T19:10:49.455Z] "unix:///var/run/docker.sock" [2022-04-19T19:10:49.455Z] ], [2022-04-19T19:10:49.455Z] "mtu": 1458, [2022-04-19T19:10:49.455Z] "selinux-enabled": true, [2022-04-19T19:10:49.455Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-19T19:10:49.455Z] } [Pipeline] sh [2022-04-19T19:10:49.809Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-19T19:10:50.162Z] + sudo service docker restart [2022-04-19T19:10:55.051Z] Removing intermediate container 75166a250563 [2022-04-19T19:10:55.051Z] ---> 5083d2076837 [2022-04-19T19:10:55.051Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-19T19:10:55.369Z] ---> Running in c50e9322ef4c [2022-04-19T19:10:55.369Z] Removing intermediate container 0416b9e619c6 [2022-04-19T19:10:55.369Z] ---> bde13a96fd91 [2022-04-19T19:10:55.369Z] [2022-04-19T19:10:55.369Z] Step 10/25 : FROM alpine:3.14 [2022-04-19T19:10:55.369Z] Removing intermediate container 30094f94a557 [2022-04-19T19:10:55.369Z] ---> 09e1f545d117 [2022-04-19T19:10:55.369Z] [2022-04-19T19:10:55.369Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:10:55.974Z] 3.14: Pulling from library/alpine [2022-04-19T19:10:55.974Z] 3.14: Pulling from library/alpine [2022-04-19T19:10:55.974Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-19T19:10:57.349Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T19:10:57.349Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T19:10:57.349Z] ---> e04c818066af [2022-04-19T19:10:57.349Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-19T19:10:57.349Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T19:10:57.349Z] Status: Image is up to date for alpine:3.14 [2022-04-19T19:10:57.349Z] ---> e04c818066af [2022-04-19T19:10:57.349Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-19T19:10:57.916Z] ---> Running in 0917230d5231 [2022-04-19T19:10:58.175Z] ---> Running in 1be663ddf280 [2022-04-19T19:10:58.175Z] Removing intermediate container c50e9322ef4c [2022-04-19T19:10:58.175Z] ---> caadf4e9609e [2022-04-19T19:10:58.175Z] [2022-04-19T19:10:58.175Z] Step 11/23 : FROM docker:20.10.14 [2022-04-19T19:10:58.437Z] 20.10.14: Pulling from library/docker [2022-04-19T19:10:59.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:59.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:59.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:59.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:59.820Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-19T19:10:59.820Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:10:59.820Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-19T19:10:59.820Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-19T19:10:59.820Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-19T19:11:00.080Z] (5/6) Installing curl (7.79.1-r0) [2022-04-19T19:11:00.080Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-19T19:11:00.080Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:11:00.080Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-19T19:11:00.080Z] (3/3) Installing su-exec (0.2-r1) [2022-04-19T19:11:00.080Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:11:00.080Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:11:00.080Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:11:00.080Z] OK: 8 MiB in 20 packages [2022-04-19T19:11:00.080Z] OK: 6 MiB in 17 packages [2022-04-19T19:11:02.617Z] Removing intermediate container 1be663ddf280 [2022-04-19T19:11:02.617Z] ---> 0effef1a2c63 [2022-04-19T19:11:02.617Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T19:11:02.617Z] Removing intermediate container 0917230d5231 [2022-04-19T19:11:02.617Z] ---> 6624ce6deca6 [2022-04-19T19:11:02.617Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T19:11:02.617Z] ---> Running in 23d72e93d402 [2022-04-19T19:11:02.617Z] ---> Running in 8c87e33e3b08 [2022-04-19T19:11:02.876Z] Removing intermediate container 23d72e93d402 [2022-04-19T19:11:02.876Z] ---> 3a145875a6e1 [2022-04-19T19:11:02.876Z] Step 13/25 : WORKDIR / [2022-04-19T19:11:02.876Z] Removing intermediate container 8c87e33e3b08 [2022-04-19T19:11:02.876Z] ---> 7b2a0258c991 [2022-04-19T19:11:02.876Z] Step 13/22 : WORKDIR /edgex [2022-04-19T19:11:03.138Z] ---> Running in ffb58ff6cdae [2022-04-19T19:11:03.138Z] ---> Running in e941943b560a [2022-04-19T19:11:03.396Z] Removing intermediate container ffb58ff6cdae [2022-04-19T19:11:03.396Z] ---> fc331c779fc4 [2022-04-19T19:11:03.396Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-04-19T19:11:03.396Z] Removing intermediate container e941943b560a [2022-04-19T19:11:03.396Z] ---> f6f6d1b5eaf2 [2022-04-19T19:11:03.396Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-19T19:11:03.962Z] ---> e4b693c64009 [2022-04-19T19:11:03.962Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-19T19:11:03.962Z] ---> 4d606753ec72 [2022-04-19T19:11:03.962Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-04-19T19:11:04.536Z] ---> 233261ed4bc0 [2022-04-19T19:11:04.536Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-19T19:11:04.796Z] ---> 6ea1f793370f [2022-04-19T19:11:04.796Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-19T19:11:05.364Z] ---> fe8820b0a3d3 [2022-04-19T19:11:05.364Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-04-19T19:11:06.299Z] ---> 81e6927ed3e0 [2022-04-19T19:11:06.299Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-19T19:11:06.299Z] ---> e4fe4bb91661 [2022-04-19T19:11:06.299Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T19:11:07.680Z] ---> 80932063b84a [2022-04-19T19:11:07.680Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-19T19:11:08.247Z] ---> Running in 8e6d36d5a2c9 [2022-04-19T19:11:08.247Z] ---> b60d16b8308b [2022-04-19T19:11:08.247Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T19:11:08.566Z] provisioning config files... [2022-04-19T19:11:08.595Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3902573334090152278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T19:11:09.192Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-19T19:11:09.192Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-19T19:11:09.192Z] ---> 7417809fdb73 [2022-04-19T19:11:09.192Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:11:09.225Z] ---> docker-login.sh [2022-04-19T19:11:09.226Z] nexus3.edgexfoundry.org:10001 [2022-04-19T19:11:09.452Z] ---> Running in d0299b84dde4 [2022-04-19T19:11:09.452Z] ---> 3cbb715ed9a2 [2022-04-19T19:11:09.452Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T19:11:09.717Z] Removing intermediate container d0299b84dde4 [2022-04-19T19:11:09.717Z] ---> 12fe06e45dd2 [2022-04-19T19:11:09.717Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-04-19T19:11:09.717Z] ---> Running in 42e2eb619d6b [2022-04-19T19:11:09.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:11:09.976Z] ---> f5cdecd489d7 [2022-04-19T19:11:09.976Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-04-19T19:11:09.976Z] ---> Running in 2ab60b89bdc4 [2022-04-19T19:11:10.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:11:10.104Z] Configure a credential helper to remove this warning. See [2022-04-19T19:11:10.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:11:10.104Z] [2022-04-19T19:11:10.104Z] Login Succeeded [2022-04-19T19:11:10.104Z] nexus3.edgexfoundry.org:10002 [2022-04-19T19:11:10.236Z] Removing intermediate container 8e6d36d5a2c9 [2022-04-19T19:11:10.236Z] ---> 81ecab832c58 [2022-04-19T19:11:10.236Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T19:11:10.236Z] ---> Running in c5402e70559e [2022-04-19T19:11:10.501Z] Removing intermediate container c5402e70559e [2022-04-19T19:11:10.501Z] ---> 36c192c8f04d [2022-04-19T19:11:10.501Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T19:11:10.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:11:10.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:11:10.705Z] Configure a credential helper to remove this warning. See [2022-04-19T19:11:10.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:11:10.705Z] [2022-04-19T19:11:10.705Z] Login Succeeded [2022-04-19T19:11:10.705Z] nexus3.edgexfoundry.org:10003 [2022-04-19T19:11:10.760Z] ---> Running in 18d959cdf06d [2022-04-19T19:11:10.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:11:11.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:11:11.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:11:11.024Z] Removing intermediate container 18d959cdf06d [2022-04-19T19:11:11.024Z] ---> afc1b8b6f53f [2022-04-19T19:11:11.024Z] Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:11:11.024Z] ---> Running in cf1fed34911b [2022-04-19T19:11:11.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:11:11.264Z] Configure a credential helper to remove this warning. See [2022-04-19T19:11:11.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:11:11.264Z] [2022-04-19T19:11:11.264Z] Login Succeeded [2022-04-19T19:11:11.264Z] nexus3.edgexfoundry.org:10004 [2022-04-19T19:11:11.283Z] (1/43) Installing readline (8.1.1-r0) [2022-04-19T19:11:11.284Z] (2/43) Installing bash (5.1.16-r0) [2022-04-19T19:11:11.284Z] Executing bash-5.1.16-r0.post-install [2022-04-19T19:11:11.284Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:11:11.284Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T19:11:11.284Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-19T19:11:11.284Z] (6/43) Installing curl (7.80.0-r0) [2022-04-19T19:11:11.284Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-19T19:11:11.284Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-19T19:11:11.284Z] (9/43) Installing expat (2.4.7-r0) [2022-04-19T19:11:11.284Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-19T19:11:11.284Z] (11/43) Installing gdbm (1.22-r0) [2022-04-19T19:11:11.284Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-19T19:11:11.284Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-19T19:11:11.284Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-19T19:11:11.284Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-19T19:11:11.284Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-19T19:11:11.284Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-19T19:11:11.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:11:11.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:11:11.539Z] Configure a credential helper to remove this warning. See [2022-04-19T19:11:11.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:11:11.539Z] [2022-04-19T19:11:11.539Z] Login Succeeded [2022-04-19T19:11:11.539Z] docker.io [2022-04-19T19:11:11.855Z] Removing intermediate container cf1fed34911b [2022-04-19T19:11:11.855Z] ---> 7707c593fe19 [2022-04-19T19:11:11.855Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:11:11.855Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-19T19:11:11.855Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-19T19:11:11.855Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-19T19:11:11.855Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-19T19:11:12.114Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-19T19:11:12.114Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-19T19:11:12.114Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-19T19:11:12.114Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-19T19:11:12.114Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-19T19:11:12.114Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-19T19:11:12.114Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-19T19:11:12.114Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-19T19:11:12.114Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-19T19:11:12.114Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-19T19:11:12.114Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-19T19:11:12.114Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-19T19:11:12.114Z] ---> Running in 34309ca2122d [2022-04-19T19:11:12.114Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-19T19:11:12.114Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-19T19:11:12.114Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-19T19:11:12.114Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-19T19:11:12.114Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-19T19:11:12.114Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-19T19:11:12.114Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-19T19:11:12.114Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-19T19:11:12.114Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-19T19:11:12.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:11:12.373Z] Removing intermediate container 2ab60b89bdc4 [2022-04-19T19:11:12.373Z] ---> 714ab8047b9e [2022-04-19T19:11:12.373Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T19:11:12.373Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-19T19:11:12.373Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:11:12.373Z] OK: 83 MiB in 65 packages [2022-04-19T19:11:12.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:11:12.415Z] Configure a credential helper to remove this warning. See [2022-04-19T19:11:12.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:11:12.415Z] [2022-04-19T19:11:12.415Z] Login Succeeded [2022-04-19T19:11:12.415Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T19:11:12.443Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-04-19T19:11:12.631Z] ---> Running in 360df036f629 [Pipeline] echo [2022-04-19T19:11:12.863Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [2022-04-19T19:11:12.888Z] Removing intermediate container 34309ca2122d [2022-04-19T19:11:12.888Z] ---> 9dc0f86f7113 [2022-04-19T19:11:12.888Z] [2022-04-19T19:11:12.888Z] Successfully built 9dc0f86f7113 [2022-04-19T19:11:12.888Z] Successfully tagged security-proxy-setup:latest [2022-04-19T19:11:12.888Z] Building support-scheduler [Pipeline] echo [2022-04-19T19:11:12.901Z] ========================================================= [2022-04-19T19:11:12.901Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-19T19:11:12.901Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:11:13.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T19:11:13.455Z]  Building security-proxy-setup ... done Collecting docker-compose==1.23.2 [2022-04-19T19:11:13.585Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-19T19:11:13.585Z] 9b3977197b4f: Pulling fs layer [2022-04-19T19:11:13.585Z] 1a89e8eeedd5: Pulling fs layer [2022-04-19T19:11:13.585Z] 94645a83ff95: Pulling fs layer [2022-04-19T19:11:13.585Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-19T19:11:13.585Z] 0c92f367c5e7: Pulling fs layer [2022-04-19T19:11:13.585Z] f7c0051592d6: Pulling fs layer [2022-04-19T19:11:13.585Z] a227ed2f7395: Pulling fs layer [2022-04-19T19:11:13.585Z] 7b1c46037f91: Pulling fs layer [2022-04-19T19:11:13.585Z] 0c92f367c5e7: Waiting [2022-04-19T19:11:13.585Z] f7c0051592d6: Waiting [2022-04-19T19:11:13.585Z] a227ed2f7395: Waiting [2022-04-19T19:11:13.585Z] 3f3a8bcf1eab: Waiting [2022-04-19T19:11:13.585Z] 94645a83ff95: Verifying Checksum [2022-04-19T19:11:13.585Z] 94645a83ff95: Download complete [2022-04-19T19:11:13.585Z] 1a89e8eeedd5: Verifying Checksum [2022-04-19T19:11:13.585Z] 1a89e8eeedd5: Download complete [2022-04-19T19:11:13.585Z] 0c92f367c5e7: Verifying Checksum [2022-04-19T19:11:13.585Z] 0c92f367c5e7: Download complete [2022-04-19T19:11:13.585Z] f7c0051592d6: Verifying Checksum [2022-04-19T19:11:13.585Z] f7c0051592d6: Download complete [2022-04-19T19:11:13.585Z] 9b3977197b4f: Download complete [2022-04-19T19:11:13.585Z] a227ed2f7395: Verifying Checksum [2022-04-19T19:11:13.585Z] a227ed2f7395: Download complete [2022-04-19T19:11:13.713Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-19T19:11:13.713Z] Removing intermediate container 360df036f629 [2022-04-19T19:11:13.713Z] ---> 1383eefbed3b [2022-04-19T19:11:13.713Z] Step 23/25 : LABEL arch=x86_64 [2022-04-19T19:11:13.713Z] Collecting PyYAML<4,>=3.10 [2022-04-19T19:11:13.713Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-19T19:11:14.597Z] 9b3977197b4f: Pull complete [2022-04-19T19:11:14.650Z] Collecting cached-property<2,>=1.2.0 [2022-04-19T19:11:14.651Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-19T19:11:14.651Z] ---> Running in 246e4ce5c524 [2022-04-19T19:11:14.651Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-19T19:11:14.651Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-19T19:11:14.651Z] Collecting jsonschema<3,>=2.5.1 [2022-04-19T19:11:14.651Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-19T19:11:14.651Z] Collecting docker<4.0,>=3.6.0 [2022-04-19T19:11:14.876Z] 1a89e8eeedd5: Pull complete [2022-04-19T19:11:14.909Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-19T19:11:14.909Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-19T19:11:14.909Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-19T19:11:15.167Z] Removing intermediate container 246e4ce5c524 [2022-04-19T19:11:15.167Z] ---> ad9e60b203b3 [2022-04-19T19:11:15.167Z] Step 24/25 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:11:15.167Z] ---> Running in 14bfae83b5ef [2022-04-19T19:11:15.167Z] Collecting texttable<0.10,>=0.9.0 [2022-04-19T19:11:15.168Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-19T19:11:15.426Z] Removing intermediate container 14bfae83b5ef [2022-04-19T19:11:15.426Z] ---> 483bd279802c [2022-04-19T19:11:15.426Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T19:11:15.488Z] 94645a83ff95: Pull complete [2022-04-19T19:11:15.688Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-04-19T19:11:15.688Z] ---> Running in ff51cb95d925 [2022-04-19T19:11:15.688Z] Collecting docopt<0.7,>=0.6.1 [2022-04-19T19:11:15.688Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-19T19:11:15.765Z] 7b1c46037f91: Verifying Checksum [2022-04-19T19:11:15.765Z] 7b1c46037f91: Download complete [2022-04-19T19:11:15.946Z] Removing intermediate container ff51cb95d925 [2022-04-19T19:11:15.946Z] ---> 4ac164f7a018 [2022-04-19T19:11:15.946Z] [2022-04-19T19:11:15.946Z] Successfully built 4ac164f7a018 [2022-04-19T19:11:15.946Z] Successfully tagged security-secretstore-setup:latest [2022-04-19T19:11:16.206Z]  Building security-secretstore-setup ... done Building core-data [2022-04-19T19:11:16.206Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-19T19:11:16.206Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-19T19:11:16.206Z] Collecting docker-pycreds>=0.4.0 [2022-04-19T19:11:16.206Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-19T19:11:16.206Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-19T19:11:16.206Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-19T19:11:16.369Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-19T19:11:16.369Z] 3f3a8bcf1eab: Download complete [2022-04-19T19:11:16.465Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-19T19:11:16.465Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-19T19:11:16.465Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-04-19T19:11:16.465Z] Collecting idna<2.8,>=2.5 [2022-04-19T19:11:16.465Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-19T19:11:16.465Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-19T19:11:16.465Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-19T19:11:16.465Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-19T19:11:16.465Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-19T19:11:16.465Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-19T19:11:16.465Z] Attempting uninstall: urllib3 [2022-04-19T19:11:16.465Z] Found existing installation: urllib3 1.26.7 [2022-04-19T19:11:16.465Z] Uninstalling urllib3-1.26.7: [2022-04-19T19:11:16.465Z] Successfully uninstalled urllib3-1.26.7 [2022-04-19T19:11:16.724Z] Attempting uninstall: idna [2022-04-19T19:11:16.724Z] Found existing installation: idna 3.3 [2022-04-19T19:11:16.724Z] Uninstalling idna-3.3: [2022-04-19T19:11:16.724Z] Successfully uninstalled idna-3.3 [2022-04-19T19:11:16.982Z] Attempting uninstall: requests [2022-04-19T19:11:16.982Z] Found existing installation: requests 2.26.0 [2022-04-19T19:11:16.982Z] Uninstalling requests-2.26.0: [2022-04-19T19:11:17.240Z] Successfully uninstalled requests-2.26.0 [2022-04-19T19:11:17.240Z] Running setup.py install for texttable: started [2022-04-19T19:11:17.812Z] Running setup.py install for texttable: finished with status 'done' [2022-04-19T19:11:17.812Z] Running setup.py install for PyYAML: started [2022-04-19T19:11:18.070Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-19T19:11:18.070Z] Running setup.py install for docopt: started [2022-04-19T19:11:18.636Z] Running setup.py install for docopt: finished with status 'done' [2022-04-19T19:11:18.636Z] Running setup.py install for dockerpty: started [2022-04-19T19:11:18.896Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-19T19:11:19.159Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-04-19T19:11:23.377Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:11:23.377Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:11:23.377Z] ---> d08710cf11b1 [2022-04-19T19:11:23.377Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:11:23.377Z] ---> Using cache [2022-04-19T19:11:23.377Z] ---> b9c6aec0566d [2022-04-19T19:11:23.377Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:11:23.377Z] ---> Using cache [2022-04-19T19:11:23.377Z] ---> 37b98a2e32c4 [2022-04-19T19:11:23.377Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T19:11:23.377Z] ---> Using cache [2022-04-19T19:11:23.377Z] ---> 6b1247737b32 [2022-04-19T19:11:23.377Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:11:23.377Z] ---> Using cache [2022-04-19T19:11:23.377Z] ---> 2e2ef39026f4 [2022-04-19T19:11:23.377Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:11:23.377Z] ---> Using cache [2022-04-19T19:11:23.377Z] ---> 51bb72bda8e2 [2022-04-19T19:11:23.377Z] Step 8/22 : COPY . . [2022-04-19T19:11:23.377Z] ---> Using cache [2022-04-19T19:11:23.377Z] ---> 4db102087c57 [2022-04-19T19:11:23.377Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-19T19:11:25.278Z] ---> Running in af54aaf37988 [2022-04-19T19:11:25.278Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:11:25.278Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:11:25.278Z] ---> d08710cf11b1 [2022-04-19T19:11:25.278Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:11:25.278Z] ---> Using cache [2022-04-19T19:11:25.278Z] ---> b9c6aec0566d [2022-04-19T19:11:25.278Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:11:25.278Z] ---> Using cache [2022-04-19T19:11:25.278Z] ---> 37b98a2e32c4 [2022-04-19T19:11:25.279Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-19T19:11:26.217Z] ---> Running in 488642f42aed [2022-04-19T19:11:27.152Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-19T19:11:27.721Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:11:28.661Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:11:28.787Z] 3f3a8bcf1eab: Pull complete [2022-04-19T19:11:28.787Z] 0c92f367c5e7: Pull complete [2022-04-19T19:11:28.923Z] OK: 221 MiB in 52 packages [2022-04-19T19:11:29.063Z] f7c0051592d6: Pull complete [2022-04-19T19:11:29.340Z] a227ed2f7395: Pull complete [2022-04-19T19:11:29.857Z] Removing intermediate container 42e2eb619d6b [2022-04-19T19:11:29.857Z] ---> c2682ce0b925 [2022-04-19T19:11:29.857Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-19T19:11:30.117Z] ---> Running in 4ab283fd19b8 [2022-04-19T19:11:30.117Z] Removing intermediate container 488642f42aed [2022-04-19T19:11:30.117Z] ---> d60999efaa6c [2022-04-19T19:11:30.117Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:11:30.683Z] Removing intermediate container 4ab283fd19b8 [2022-04-19T19:11:30.683Z] ---> aa2ffc43c9a6 [2022-04-19T19:11:30.683Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-19T19:11:30.683Z] ---> Running in 0a4840ad5767 [2022-04-19T19:11:30.944Z] ---> 36a902d936bd [2022-04-19T19:11:30.944Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:11:30.944Z] ---> Running in ce625f427492 [2022-04-19T19:11:31.202Z] Removing intermediate container 0a4840ad5767 [2022-04-19T19:11:31.202Z] ---> 5addf6da09e8 [2022-04-19T19:11:31.202Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-19T19:11:32.579Z] ---> fc0aff81b6c2 [2022-04-19T19:11:32.579Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-19T19:11:33.147Z] ---> 0e67971a09c8 [2022-04-19T19:11:33.148Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-19T19:11:33.715Z] Removing intermediate container ce625f427492 [2022-04-19T19:11:33.715Z] ---> acab2832fbcb [2022-04-19T19:11:33.715Z] Step 8/23 : COPY . . [2022-04-19T19:11:34.652Z] ---> 6aed4b825fc7 [2022-04-19T19:11:34.652Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-19T19:11:37.187Z] ---> Running in 1cd20e0354da [2022-04-19T19:11:37.667Z] 7b1c46037f91: Pull complete [2022-04-19T19:11:37.667Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-19T19:11:37.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T19:11:37.667Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:11:38.097Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T19:11:38.097Z] WORKDIR /edgex [2022-04-19T19:11:38.097Z] COPY go.mod . [2022-04-19T19:11:38.097Z] RUN go mod download [2022-04-19T19:11:38.097Z] + docker build -t ci-base-image-arm64 -f - . [2022-04-19T19:11:38.184Z] Removing intermediate container 1cd20e0354da [2022-04-19T19:11:38.184Z] ---> 6ef46867dccc [2022-04-19T19:11:38.184Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:11:38.754Z] ---> Running in 7d8f3bba6ccd [2022-04-19T19:11:40.144Z] Removing intermediate container 7d8f3bba6ccd [2022-04-19T19:11:40.144Z] ---> a41204002eb8 [2022-04-19T19:11:40.144Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T19:11:40.144Z] ---> Running in 43062268071e [2022-04-19T19:11:40.144Z] ---> 707d2dbd5d09 [2022-04-19T19:11:40.144Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-19T19:11:40.144Z] ---> Running in fd52f08af9e3 [2022-04-19T19:11:40.405Z] Removing intermediate container 43062268071e [2022-04-19T19:11:40.405Z] ---> de04c5dbf894 [2022-04-19T19:11:40.405Z] Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:11:40.405Z] ---> Running in e055094a40cc [2022-04-19T19:11:40.739Z] Sending build context to Docker daemon 169.2MB [2022-04-19T19:11:40.739Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T19:11:40.739Z] ---> f79e39bc4007 [2022-04-19T19:11:40.739Z] Step 2/4 : WORKDIR /edgex [2022-04-19T19:11:40.972Z] Removing intermediate container e055094a40cc [2022-04-19T19:11:40.972Z] ---> 0a9ebd09cf03 [2022-04-19T19:11:40.972Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:11:40.972Z] ---> Running in 94c3d3939703 [2022-04-19T19:11:41.541Z] Removing intermediate container 94c3d3939703 [2022-04-19T19:11:41.541Z] ---> 590e6e1c3248 [2022-04-19T19:11:41.541Z] [2022-04-19T19:11:41.541Z] Successfully built 590e6e1c3248 [2022-04-19T19:11:41.541Z] Successfully tagged sys-mgmt-agent:latest [2022-04-19T19:11:41.541Z]  Building sys-mgmt-agent ... done Building security-bootstrapper [2022-04-19T19:11:41.541Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-19T19:11:42.731Z] ---> Running in 8d4d51e7bcd7 [2022-04-19T19:11:42.732Z] Removing intermediate container 8d4d51e7bcd7 [2022-04-19T19:11:42.732Z] ---> 50a311bd69c8 [2022-04-19T19:11:42.732Z] Step 3/4 : COPY go.mod . [2022-04-19T19:11:43.337Z] ---> 7a4c454c0ff7 [2022-04-19T19:11:43.337Z] Step 4/4 : RUN go mod download [2022-04-19T19:11:43.615Z] ---> Running in dc28e323931b [2022-04-19T19:11:45.726Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:11:45.726Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:11:45.726Z] ---> d08710cf11b1 [2022-04-19T19:11:45.726Z] Step 3/31 : WORKDIR /edgex-go [2022-04-19T19:11:45.726Z] ---> Using cache [2022-04-19T19:11:45.726Z] ---> b9c6aec0566d [2022-04-19T19:11:45.726Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:11:45.726Z] ---> Using cache [2022-04-19T19:11:45.726Z] ---> 37b98a2e32c4 [2022-04-19T19:11:45.726Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-19T19:11:45.726Z] ---> Using cache [2022-04-19T19:11:45.726Z] ---> 6b1247737b32 [2022-04-19T19:11:45.726Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-19T19:11:45.726Z] ---> Using cache [2022-04-19T19:11:45.726Z] ---> 2e2ef39026f4 [2022-04-19T19:11:45.726Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:11:45.726Z] ---> Using cache [2022-04-19T19:11:45.726Z] ---> 51bb72bda8e2 [2022-04-19T19:11:45.726Z] Step 8/31 : COPY . . [2022-04-19T19:11:45.726Z] ---> Using cache [2022-04-19T19:11:45.726Z] ---> 4db102087c57 [2022-04-19T19:11:45.726Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-19T19:11:49.038Z] ---> Running in c3b1251652fe [2022-04-19T19:11:49.981Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-19T19:12:08.079Z] Removing intermediate container af54aaf37988 [2022-04-19T19:12:08.079Z] ---> 36d6233c5299 [2022-04-19T19:12:08.079Z] [2022-04-19T19:12:08.079Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:12:08.079Z] ---> e04c818066af [2022-04-19T19:12:08.079Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:12:08.079Z] ---> Running in 03ad9ea2db01 [2022-04-19T19:12:08.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:08.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:08.903Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T19:12:08.903Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:12:08.903Z] OK: 6 MiB in 15 packages [2022-04-19T19:12:10.804Z] Removing intermediate container 03ad9ea2db01 [2022-04-19T19:12:10.804Z] ---> 2f8a25aaf270 [2022-04-19T19:12:10.804Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:12:11.062Z] ---> Running in 7666f4354b00 [2022-04-19T19:12:12.060Z] Removing intermediate container 7666f4354b00 [2022-04-19T19:12:12.060Z] ---> 071d9c748ad2 [2022-04-19T19:12:12.060Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-19T19:12:12.361Z] ---> Running in b1195d7afa95 [2022-04-19T19:12:12.621Z] Removing intermediate container b1195d7afa95 [2022-04-19T19:12:12.621Z] ---> 458454d07692 [2022-04-19T19:12:12.621Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T19:12:12.881Z] ---> Running in 1d94b1468fed [2022-04-19T19:12:12.881Z] Removing intermediate container 1d94b1468fed [2022-04-19T19:12:12.881Z] ---> 248332679c54 [2022-04-19T19:12:12.881Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:12:13.142Z] ---> 4fb5b8773666 [2022-04-19T19:12:13.142Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-19T19:12:14.520Z] ---> eaa16cc4cc93 [2022-04-19T19:12:14.520Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-19T19:12:15.088Z] ---> c45c67e29e58 [2022-04-19T19:12:15.088Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-19T19:12:15.088Z] ---> Running in ecec91775efc [2022-04-19T19:12:15.346Z] Removing intermediate container fd52f08af9e3 [2022-04-19T19:12:15.347Z] ---> 8c50938ce4ae [2022-04-19T19:12:15.347Z] [2022-04-19T19:12:15.347Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:12:15.347Z] ---> e04c818066af [2022-04-19T19:12:15.347Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-19T19:12:15.609Z] ---> Running in 5f13a30f5b16 [2022-04-19T19:12:15.609Z] Removing intermediate container ecec91775efc [2022-04-19T19:12:15.609Z] ---> 14cd2dcb6786 [2022-04-19T19:12:15.609Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:12:15.609Z] ---> Running in 2c68b97f23bf [2022-04-19T19:12:15.870Z] Removing intermediate container 5f13a30f5b16 [2022-04-19T19:12:15.870Z] ---> 3dc145580c9c [2022-04-19T19:12:15.870Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-19T19:12:15.870Z] ---> Running in 4ba3684f9555 [2022-04-19T19:12:15.870Z] Removing intermediate container 2c68b97f23bf [2022-04-19T19:12:15.870Z] ---> 382674b4e959 [2022-04-19T19:12:15.870Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T19:12:16.130Z] ---> Running in 515327e81c67 [2022-04-19T19:12:16.130Z] Removing intermediate container 4ba3684f9555 [2022-04-19T19:12:16.130Z] ---> f5c37d92c2d6 [2022-04-19T19:12:16.130Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-19T19:12:16.130Z] ---> Running in b340d2d7dade [2022-04-19T19:12:16.130Z] Removing intermediate container 515327e81c67 [2022-04-19T19:12:16.130Z] ---> d364a4e31efd [2022-04-19T19:12:16.130Z] Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:12:16.130Z] ---> Running in c7bc94e19c82 [2022-04-19T19:12:16.391Z] Removing intermediate container b340d2d7dade [2022-04-19T19:12:16.391Z] ---> cebd304e354c [2022-04-19T19:12:16.391Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:12:16.391Z] Removing intermediate container c3b1251652fe [2022-04-19T19:12:16.391Z] ---> f7834e02d105 [2022-04-19T19:12:16.391Z] [2022-04-19T19:12:16.391Z] Step 10/31 : FROM alpine:3.14 [2022-04-19T19:12:16.391Z] ---> e04c818066af [2022-04-19T19:12:16.391Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-19T19:12:16.391Z] ---> Running in d9a695876d9d [2022-04-19T19:12:16.391Z] Removing intermediate container c7bc94e19c82 [2022-04-19T19:12:16.391Z] ---> 2ddc0d878a72 [2022-04-19T19:12:16.391Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:12:16.391Z] ---> Running in 3d1aeefca1e5 [2022-04-19T19:12:16.650Z] ---> Running in 44b3f4222e9a [2022-04-19T19:12:16.650Z] Removing intermediate container 3d1aeefca1e5 [2022-04-19T19:12:16.650Z] ---> 51b4b26acde7 [2022-04-19T19:12:16.650Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-19T19:12:16.650Z] ---> Running in f2184434b60d [2022-04-19T19:12:16.650Z] Removing intermediate container 44b3f4222e9a [2022-04-19T19:12:16.650Z] ---> b51ba8fb9d5f [2022-04-19T19:12:16.650Z] [2022-04-19T19:12:16.650Z] Successfully built b51ba8fb9d5f [2022-04-19T19:12:16.650Z] Successfully tagged support-scheduler:latest [2022-04-19T19:12:16.650Z] Building security-spiffe-token-provider [2022-04-19T19:12:16.916Z]  Building support-scheduler ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:17.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:17.177Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-19T19:12:17.177Z] (2/2) Installing su-exec (0.2-r1) [2022-04-19T19:12:17.177Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:12:17.177Z] OK: 6 MiB in 16 packages [2022-04-19T19:12:20.619Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:12:20.619Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:12:20.619Z] ---> d08710cf11b1 [2022-04-19T19:12:20.619Z] Step 3/20 : WORKDIR /edgex-go [2022-04-19T19:12:20.619Z] ---> Using cache [2022-04-19T19:12:20.619Z] ---> b9c6aec0566d [2022-04-19T19:12:20.619Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-19T19:12:20.880Z] Removing intermediate container d9a695876d9d [2022-04-19T19:12:20.881Z] ---> 3f7c6288db94 [2022-04-19T19:12:20.881Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-19T19:12:20.881Z] ---> Running in 2b637ee81288 [2022-04-19T19:12:20.881Z] Removing intermediate container f2184434b60d [2022-04-19T19:12:20.881Z] ---> fe8daf7f91b8 [2022-04-19T19:12:20.881Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-19T19:12:21.142Z] ---> Running in 204edd51a794 [2022-04-19T19:12:21.142Z] ---> Running in 1a370fc315e5 [2022-04-19T19:12:21.142Z] Removing intermediate container 1a370fc315e5 [2022-04-19T19:12:21.142Z] ---> 4dcbfb2066aa [2022-04-19T19:12:21.142Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-19T19:12:21.142Z] ---> Running in 291b50452146 [2022-04-19T19:12:21.402Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:21.402Z] Removing intermediate container 291b50452146 [2022-04-19T19:12:21.402Z] ---> 2d92706cf358 [2022-04-19T19:12:21.402Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-19T19:12:21.402Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:21.402Z] ---> Running in cc08333082d4 [2022-04-19T19:12:21.976Z] Removing intermediate container cc08333082d4 [2022-04-19T19:12:21.976Z] ---> d99182f5f5f2 [2022-04-19T19:12:21.976Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-19T19:12:22.237Z] ---> Running in 7587a64e56a2 [2022-04-19T19:12:22.237Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:22.237Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:22.237Z] Removing intermediate container 7587a64e56a2 [2022-04-19T19:12:22.237Z] ---> 79c69a86dbac [2022-04-19T19:12:22.237Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-19T19:12:22.498Z] ---> 5b860cd5bf32 [2022-04-19T19:12:22.498Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-19T19:12:22.498Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-19T19:12:22.498Z] ---> Running in 892d25cb2b3c [2022-04-19T19:12:22.498Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-19T19:12:22.763Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-19T19:12:22.763Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:12:22.763Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:12:22.763Z] OK: 15866 distinct packages available [2022-04-19T19:12:22.763Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:22.763Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-19T19:12:22.763Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-19T19:12:23.025Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-19T19:12:23.025Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:12:23.025Z] OK: 8 MiB in 20 packages [2022-04-19T19:12:23.025Z] Removing intermediate container 892d25cb2b3c [2022-04-19T19:12:23.025Z] ---> e3fd42c381f8 [2022-04-19T19:12:23.025Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:12:23.292Z] ---> fe67d3daea85 [2022-04-19T19:12:23.292Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-19T19:12:23.553Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:23.553Z] Removing intermediate container 204edd51a794 [2022-04-19T19:12:23.553Z] ---> e55f5c2368fa [2022-04-19T19:12:23.553Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:12:23.811Z] ---> 543be486c72e [2022-04-19T19:12:23.811Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-19T19:12:23.811Z] ---> 1e34d7a55c4d [2022-04-19T19:12:23.811Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-19T19:12:23.811Z] OK: 221 MiB in 52 packages [2022-04-19T19:12:24.083Z] ---> 48334d112e62 [2022-04-19T19:12:24.083Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-19T19:12:24.083Z] ---> c8a9e1205d80 [2022-04-19T19:12:24.083Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-19T19:12:24.343Z] ---> 98c9c36a8528 [2022-04-19T19:12:24.343Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-19T19:12:24.343Z] Removing intermediate container 2b637ee81288 [2022-04-19T19:12:24.343Z] ---> 89b2f0100a7a [2022-04-19T19:12:24.343Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-19T19:12:24.343Z] ---> 7e8aaabee249 [2022-04-19T19:12:24.343Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-19T19:12:24.343Z] ---> Running in 2aa04a28f530 [2022-04-19T19:12:24.606Z] ---> 970ff275d2a0 [2022-04-19T19:12:24.606Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-19T19:12:24.606Z] ---> Running in 2fa819265de9 [2022-04-19T19:12:24.606Z] ---> 178f211b8e98 [2022-04-19T19:12:24.606Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:12:24.606Z] Removing intermediate container 2aa04a28f530 [2022-04-19T19:12:24.606Z] ---> c7bd567f6bb4 [2022-04-19T19:12:24.606Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:12:24.606Z] ---> Running in 9093d088be94 [2022-04-19T19:12:24.867Z] ---> Running in 300ea6790a01 [2022-04-19T19:12:24.867Z] Removing intermediate container 2fa819265de9 [2022-04-19T19:12:24.867Z] ---> 0356872d92a9 [2022-04-19T19:12:24.867Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-19T19:12:24.867Z] Removing intermediate container 300ea6790a01 [2022-04-19T19:12:24.867Z] ---> 54c0ff51b2c1 [2022-04-19T19:12:24.867Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T19:12:25.127Z] ---> bc7bdb2cc110 [2022-04-19T19:12:25.127Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-19T19:12:25.127Z] ---> Running in 5f6a7f402db7 [2022-04-19T19:12:25.393Z] ---> Running in 0e5fcf730122 [2022-04-19T19:12:25.981Z] Removing intermediate container 5f6a7f402db7 [2022-04-19T19:12:25.981Z] ---> 66f422a707ce [2022-04-19T19:12:25.981Z] Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:12:25.981Z] ---> Running in 710337ef0d68 [2022-04-19T19:12:26.242Z] Removing intermediate container 9093d088be94 [2022-04-19T19:12:26.242Z] ---> 6f979e99aba1 [2022-04-19T19:12:26.242Z] Step 7/20 : COPY . . [2022-04-19T19:12:26.242Z] Removing intermediate container 710337ef0d68 [2022-04-19T19:12:26.242Z] ---> 660e579e0518 [2022-04-19T19:12:26.242Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:12:28.187Z] ---> Running in 3ba241bdbed9 [2022-04-19T19:12:28.463Z] Removing intermediate container 3ba241bdbed9 [2022-04-19T19:12:28.463Z] ---> 9606043370e5 [2022-04-19T19:12:28.463Z] [2022-04-19T19:12:28.463Z] Removing intermediate container 0e5fcf730122 [2022-04-19T19:12:28.463Z] ---> 3d9642ba2bd4 [2022-04-19T19:12:28.463Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-19T19:12:28.725Z] Successfully built 9606043370e5 [2022-04-19T19:12:28.725Z] Successfully tagged core-data:latest [2022-04-19T19:12:28.725Z]  Building core-data ... done Building support-notifications [2022-04-19T19:12:28.725Z] ---> Running in c730441cf8a1 [2022-04-19T19:12:29.661Z] Removing intermediate container c730441cf8a1 [2022-04-19T19:12:29.661Z] ---> caa2bef44256 [2022-04-19T19:12:29.661Z] Step 28/31 : CMD ["gate"] [2022-04-19T19:12:30.622Z] Removing intermediate container dc28e323931b [2022-04-19T19:12:30.622Z] ---> 4a84a9e68dca [2022-04-19T19:12:30.622Z] Successfully built 4a84a9e68dca [2022-04-19T19:12:30.622Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:12:30.990Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T19:12:30.990Z] . [Pipeline] withDockerContainer [2022-04-19T19:12:31.240Z] prd-ubuntu20.04-docker-arm64-4c-16g-21383 does not seem to be running inside a container [2022-04-19T19:12:31.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-19T19:12:32.196Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:12:32.196Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:12:32.196Z] ---> d08710cf11b1 [2022-04-19T19:12:32.196Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:12:32.196Z] ---> Using cache [2022-04-19T19:12:32.196Z] ---> b9c6aec0566d [2022-04-19T19:12:32.196Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:12:32.196Z] ---> Using cache [2022-04-19T19:12:32.196Z] ---> 37b98a2e32c4 [2022-04-19T19:12:32.196Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-19T19:12:32.538Z] $ docker top 0ace8a6f74ba9bb3cda3fd743789faf3b961b81ab375cbfd6a5f37ad0514ae97 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:12:33.138Z] ---> Running in 06c6dc5113a4 [2022-04-19T19:12:33.413Z] ---> Running in 0a2818bef001 [2022-04-19T19:12:33.494Z] + go version [2022-04-19T19:12:33.494Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-19T19:12:33.532Z] $ docker stop --time=1 0ace8a6f74ba9bb3cda3fd743789faf3b961b81ab375cbfd6a5f37ad0514ae97 [2022-04-19T19:12:33.671Z] Removing intermediate container 06c6dc5113a4 [2022-04-19T19:12:33.671Z] ---> 71660f7c1e5e [2022-04-19T19:12:33.671Z] Step 29/31 : LABEL arch=x86_64 [2022-04-19T19:12:33.671Z] ---> dccf83c0363c [2022-04-19T19:12:33.671Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-19T19:12:33.671Z] ---> Running in 773f220a14e0 [2022-04-19T19:12:33.671Z] ---> Running in 8cf8cb0359a4 [2022-04-19T19:12:33.931Z] Removing intermediate container 773f220a14e0 [2022-04-19T19:12:33.931Z] ---> 465f30e53719 [2022-04-19T19:12:33.931Z] Step 30/31 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:12:33.931Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:33.931Z] ---> Running in bc9c57232d00 [2022-04-19T19:12:34.192Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-19T19:12:34.192Z] Removing intermediate container bc9c57232d00 [2022-04-19T19:12:34.192Z] ---> f2e8b1dafaf5 [2022-04-19T19:12:34.192Z] Step 31/31 : LABEL version=0.0.0 [2022-04-19T19:12:34.450Z] ---> Running in ec9b4fd12df6 [2022-04-19T19:12:34.710Z] Removing intermediate container ec9b4fd12df6 [2022-04-19T19:12:34.710Z] ---> 2d2f39bac2c1 [2022-04-19T19:12:34.710Z] [2022-04-19T19:12:34.710Z] Successfully built 2d2f39bac2c1 [2022-04-19T19:12:34.710Z] Successfully tagged security-bootstrapper:latest [2022-04-19T19:12:34.710Z]  Building security-bootstrapper ... done Building core-metadata [2022-04-19T19:12:34.710Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:34.969Z] OK: 221 MiB in 52 packages [2022-04-19T19:12:35.126Z] $ docker rm -f 0ace8a6f74ba9bb3cda3fd743789faf3b961b81ab375cbfd6a5f37ad0514ae97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:12:36.074Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T19:12:36.074Z] . [Pipeline] withDockerContainer [2022-04-19T19:12:36.312Z] prd-ubuntu20.04-docker-arm64-4c-16g-21383 does not seem to be running inside a container [2022-04-19T19:12:36.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-19T19:12:37.568Z] $ docker top db987da7e6f1476ffe57736dc6351ab0de9cea9d31afa873040e6e4461441609 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-19T19:12:37.873Z] ========================================================= [2022-04-19T19:12:37.873Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-19T19:12:37.873Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:12:38.341Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:12:38.341Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:12:38.341Z] ---> d08710cf11b1 [2022-04-19T19:12:38.341Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:12:38.341Z] ---> Using cache [2022-04-19T19:12:38.341Z] ---> b9c6aec0566d [2022-04-19T19:12:38.341Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:12:38.341Z] ---> Using cache [2022-04-19T19:12:38.341Z] ---> 37b98a2e32c4 [2022-04-19T19:12:38.341Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T19:12:38.341Z] ---> Using cache [2022-04-19T19:12:38.341Z] ---> 6b1247737b32 [2022-04-19T19:12:38.341Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:12:38.341Z] ---> Using cache [2022-04-19T19:12:38.341Z] ---> 2e2ef39026f4 [2022-04-19T19:12:38.341Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:12:38.341Z] ---> Using cache [2022-04-19T19:12:38.341Z] ---> 51bb72bda8e2 [2022-04-19T19:12:38.341Z] Step 8/23 : COPY . . [2022-04-19T19:12:38.341Z] ---> Using cache [2022-04-19T19:12:38.341Z] ---> 4db102087c57 [2022-04-19T19:12:38.341Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-19T19:12:38.571Z] + make test [2022-04-19T19:12:38.571Z] go mod tidy -compat=1.17 [2022-04-19T19:12:39.550Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-19T19:12:39.722Z] ---> Running in 10f3013cc60f [2022-04-19T19:12:39.983Z] Removing intermediate container 0a2818bef001 [2022-04-19T19:12:39.983Z] ---> 0d211ecacc98 [2022-04-19T19:12:39.983Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:12:40.242Z] ---> 6aa45cce4ea8 [2022-04-19T19:12:40.242Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:12:40.500Z] ---> Running in 7cb9b1d904fb [2022-04-19T19:12:40.500Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-19T19:12:42.404Z] Removing intermediate container 7cb9b1d904fb [2022-04-19T19:12:42.404Z] ---> 4b82abd9efbc [2022-04-19T19:12:42.404Z] Step 8/22 : COPY . . [2022-04-19T19:12:50.528Z] ---> 0d698da8996b [2022-04-19T19:12:50.528Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-19T19:12:50.787Z] ---> Running in f3edbe42681d [2022-04-19T19:12:51.722Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-19T19:12:55.008Z] Removing intermediate container 8cf8cb0359a4 [2022-04-19T19:12:55.008Z] ---> 865011e67ff5 [2022-04-19T19:12:55.008Z] [2022-04-19T19:12:55.008Z] Step 9/20 : FROM alpine:3.15 [2022-04-19T19:12:55.008Z] 3.15: Pulling from library/alpine [2022-04-19T19:12:55.008Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-19T19:12:55.008Z] Status: Downloaded newer image for alpine:3.15 [2022-04-19T19:12:55.008Z] ---> 0ac33e5f5afa [2022-04-19T19:12:55.009Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T19:12:55.581Z] ---> Running in a36d6a61def7 [2022-04-19T19:12:55.842Z] Removing intermediate container a36d6a61def7 [2022-04-19T19:12:55.842Z] ---> 300789b50ea7 [2022-04-19T19:12:55.842Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:12:55.842Z] ---> Running in 1a68f369d0ed [2022-04-19T19:12:57.220Z] Removing intermediate container 1a68f369d0ed [2022-04-19T19:12:57.220Z] ---> be78f47d8105 [2022-04-19T19:12:57.220Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-19T19:12:57.479Z] ---> Running in 9d9b4f33d1bb [2022-04-19T19:12:58.415Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:59.352Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:59.352Z] Removing intermediate container 10f3013cc60f [2022-04-19T19:12:59.352Z] ---> 7640f08425b4 [2022-04-19T19:12:59.352Z] [2022-04-19T19:12:59.352Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:12:59.352Z] ---> e04c818066af [2022-04-19T19:12:59.352Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:12:59.352Z] ---> Using cache [2022-04-19T19:12:59.352Z] ---> 2f8a25aaf270 [2022-04-19T19:12:59.352Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:12:59.352Z] ---> Using cache [2022-04-19T19:12:59.352Z] ---> 071d9c748ad2 [2022-04-19T19:12:59.352Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-19T19:12:59.352Z] ---> Running in 30368edf4a3e [2022-04-19T19:12:59.611Z] Removing intermediate container 30368edf4a3e [2022-04-19T19:12:59.611Z] ---> c5d4ebcd9d07 [2022-04-19T19:12:59.611Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T19:12:59.611Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:12:59.611Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:12:59.611Z] OK: 15855 distinct packages available [2022-04-19T19:12:59.611Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:59.611Z] ---> Running in f8e6e81e903b [2022-04-19T19:13:00.190Z] Removing intermediate container f8e6e81e903b [2022-04-19T19:13:00.190Z] ---> 76151f694ee1 [2022-04-19T19:13:00.190Z] Step 15/23 : WORKDIR / [2022-04-19T19:13:00.450Z] ---> Running in f838b5ceffcd [2022-04-19T19:13:00.450Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:13:00.709Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-19T19:13:00.709Z] Removing intermediate container f838b5ceffcd [2022-04-19T19:13:00.709Z] ---> bba17541f4e8 [2022-04-19T19:13:00.709Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:13:00.968Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:13:00.968Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T19:13:00.968Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-19T19:13:01.231Z] (5/9) Installing curl (7.80.0-r0) [2022-04-19T19:13:01.231Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-19T19:13:01.231Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-19T19:13:01.231Z] ---> d22c332550b0 [2022-04-19T19:13:01.231Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-19T19:13:01.493Z] (8/9) Installing libucontext (1.1-r0) [2022-04-19T19:13:01.493Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-19T19:13:01.493Z] Building bin/spire-agent... [2022-04-19T19:13:01.493Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:13:01.493Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:13:01.751Z] OK: 8 MiB in 23 packages [2022-04-19T19:13:01.751Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T19:13:01.751Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T19:13:01.751Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T19:13:01.751Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T19:13:02.321Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T19:13:02.581Z] Building bin/spire-agent... [2022-04-19T19:13:02.581Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T19:13:02.581Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T19:13:02.581Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T19:13:02.581Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T19:13:02.581Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T19:13:02.840Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T19:13:02.840Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T19:13:02.840Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T19:13:02.840Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T19:13:02.840Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T19:13:02.840Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T19:13:03.406Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T19:13:03.406Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T19:13:03.665Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T19:13:03.665Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T19:13:03.665Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T19:13:03.665Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T19:13:03.665Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T19:13:03.665Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T19:13:03.665Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T19:13:03.665Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T19:13:05.568Z]  ---> cee45cb62db5 [2022-04-19T19:13:05.568Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-19T19:13:06.945Z] ---> c300a378a105 [2022-04-19T19:13:06.945Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-19T19:13:06.945Z] Removing intermediate container 9d9b4f33d1bb [2022-04-19T19:13:06.945Z] ---> 11c89e6e7c50 [2022-04-19T19:13:06.945Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:13:06.945Z] ---> Running in efa3df99f458 [2022-04-19T19:13:07.511Z] Removing intermediate container efa3df99f458 [2022-04-19T19:13:07.511Z] ---> 6ae374179f7c [2022-04-19T19:13:07.511Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:13:07.770Z] ---> b456b1c297bd [2022-04-19T19:13:07.770Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-19T19:13:07.770Z] ---> Running in ce98db5fefcf [2022-04-19T19:13:08.337Z] Removing intermediate container ce98db5fefcf [2022-04-19T19:13:08.337Z] ---> 1a1b352b9968 [2022-04-19T19:13:08.337Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T19:13:08.906Z] ---> e4317898b9f6 [2022-04-19T19:13:08.906Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-19T19:13:08.906Z] ---> Running in 85c908752fd7 [2022-04-19T19:13:09.166Z] Removing intermediate container 85c908752fd7 [2022-04-19T19:13:09.166Z] ---> 5951e2682494 [2022-04-19T19:13:09.166Z] Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:13:09.427Z] ---> 998a73160e80 [2022-04-19T19:13:09.427Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-19T19:13:09.427Z] ---> Running in 4c521be53f30 [2022-04-19T19:13:09.427Z] ---> Running in f2a6e6613fb3 [2022-04-19T19:13:09.686Z] Removing intermediate container 4c521be53f30 [2022-04-19T19:13:09.686Z] ---> bf38ae0b6ba4 [2022-04-19T19:13:09.686Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:13:09.686Z] Removing intermediate container f2a6e6613fb3 [2022-04-19T19:13:09.686Z] ---> bafe2dbd6e0d [2022-04-19T19:13:09.686Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:13:09.946Z] ---> Running in e4b614003568 [2022-04-19T19:13:09.946Z] ---> Running in 1afd7fd5ee8f [2022-04-19T19:13:10.206Z] Removing intermediate container 1afd7fd5ee8f [2022-04-19T19:13:10.206Z] ---> f47af8815d28 [2022-04-19T19:13:10.206Z] Step 18/20 : LABEL arch=x86_64 [2022-04-19T19:13:10.206Z] Removing intermediate container e4b614003568 [2022-04-19T19:13:10.206Z] ---> bfbfcebb8e6d [2022-04-19T19:13:10.206Z] [2022-04-19T19:13:10.206Z] ---> Running in 518e635778fd [2022-04-19T19:13:10.467Z] Successfully built bfbfcebb8e6d [2022-04-19T19:13:10.467Z] Successfully tagged core-metadata:latest [2022-04-19T19:13:10.467Z] Building core-command [2022-04-19T19:13:11.036Z]  Building core-metadata ... done Removing intermediate container 518e635778fd [2022-04-19T19:13:11.036Z] ---> 093b96829d90 [2022-04-19T19:13:11.036Z] Step 19/20 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:13:11.910Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-19T19:13:14.436Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:13:14.436Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:13:14.436Z] ---> d08710cf11b1 [2022-04-19T19:13:14.436Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:13:14.436Z] ---> Using cache [2022-04-19T19:13:14.436Z] ---> b9c6aec0566d [2022-04-19T19:13:14.436Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:13:14.436Z] ---> Using cache [2022-04-19T19:13:14.436Z] ---> 37b98a2e32c4 [2022-04-19T19:13:14.436Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T19:13:14.436Z] ---> Using cache [2022-04-19T19:13:14.436Z] ---> 6b1247737b32 [2022-04-19T19:13:14.436Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:13:14.436Z] ---> Using cache [2022-04-19T19:13:14.436Z] ---> 2e2ef39026f4 [2022-04-19T19:13:14.436Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:13:14.436Z] ---> Using cache [2022-04-19T19:13:14.436Z] ---> 51bb72bda8e2 [2022-04-19T19:13:14.436Z] Step 8/23 : COPY . . [2022-04-19T19:13:14.436Z] ---> Using cache [2022-04-19T19:13:14.436Z] ---> 4db102087c57 [2022-04-19T19:13:14.436Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-19T19:13:15.016Z] ---> Running in 98716620e2fb [2022-04-19T19:13:15.016Z] ---> Running in 0ec9f84abdc2 [2022-04-19T19:13:15.278Z] Removing intermediate container f3edbe42681d [2022-04-19T19:13:15.278Z] ---> a6cc1380dcc5 [2022-04-19T19:13:15.278Z] [2022-04-19T19:13:15.278Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:13:15.278Z] ---> e04c818066af [2022-04-19T19:13:15.278Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-19T19:13:15.278Z] Removing intermediate container 98716620e2fb [2022-04-19T19:13:15.278Z] ---> dd419cb71ce5 [2022-04-19T19:13:15.278Z] Step 20/20 : LABEL version=0.0.0 [2022-04-19T19:13:15.541Z] ---> Running in d6061595a7fa [2022-04-19T19:13:15.541Z] ---> Running in 3c1644eb06f2 [2022-04-19T19:13:15.541Z] Removing intermediate container 3c1644eb06f2 [2022-04-19T19:13:15.541Z] ---> e701f44d87e4 [2022-04-19T19:13:15.541Z] [2022-04-19T19:13:15.803Z] Successfully built e701f44d87e4 [2022-04-19T19:13:15.803Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-19T19:13:15.803Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2022-04-19T19:13:15.803Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-19T19:13:16.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:13:16.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:13:16.321Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-19T19:13:16.321Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-19T19:13:16.321Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:13:16.321Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:13:16.321Z] OK: 6 MiB in 16 packages [2022-04-19T19:13:19.609Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:13:19.609Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:13:19.609Z] ---> d08710cf11b1 [2022-04-19T19:13:19.609Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T19:13:19.609Z] ---> Using cache [2022-04-19T19:13:19.609Z] ---> b9c6aec0566d [2022-04-19T19:13:19.609Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:13:19.609Z] ---> Using cache [2022-04-19T19:13:19.609Z] ---> 37b98a2e32c4 [2022-04-19T19:13:19.610Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:13:19.870Z] Removing intermediate container d6061595a7fa [2022-04-19T19:13:19.870Z] ---> 3d538f4fba44 [2022-04-19T19:13:19.870Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:13:19.870Z] ---> Running in 058285bcbbfc [2022-04-19T19:13:19.870Z] ---> Running in ccf8eb2f9f73 [2022-04-19T19:13:20.809Z] Removing intermediate container ccf8eb2f9f73 [2022-04-19T19:13:20.809Z] ---> b8be2eeaf74f [2022-04-19T19:13:20.809Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-19T19:13:21.068Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:13:21.643Z] ---> Running in 36d93f437638 [2022-04-19T19:13:21.901Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:13:22.472Z] OK: 221 MiB in 52 packages [2022-04-19T19:13:22.472Z] Removing intermediate container 36d93f437638 [2022-04-19T19:13:22.472Z] ---> ddedcb82a94a [2022-04-19T19:13:22.472Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T19:13:23.851Z] ---> Running in e9066c136c38 [2022-04-19T19:13:24.109Z] Removing intermediate container e9066c136c38 [2022-04-19T19:13:24.109Z] ---> c2de2ce37423 [2022-04-19T19:13:24.109Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:13:24.368Z] Removing intermediate container 058285bcbbfc [2022-04-19T19:13:24.368Z] ---> dd78227963f5 [2022-04-19T19:13:24.368Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T19:13:24.628Z] ---> 6f3d0343b83c [2022-04-19T19:13:24.628Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-19T19:13:24.628Z] ---> dd88a22b1321 [2022-04-19T19:13:24.628Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:13:24.886Z] ---> Running in 110ca1b7cce0 [2022-04-19T19:13:25.824Z] ---> 208d2f281967 [2022-04-19T19:13:25.824Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-19T19:13:27.229Z] ---> c1fed72d751e [2022-04-19T19:13:27.229Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-19T19:13:27.229Z] ---> Running in df7f5d4bac57 [2022-04-19T19:13:27.229Z] Removing intermediate container 110ca1b7cce0 [2022-04-19T19:13:27.229Z] ---> 765d544f524a [2022-04-19T19:13:27.229Z] Step 8/25 : COPY . . [2022-04-19T19:13:27.229Z] Removing intermediate container df7f5d4bac57 [2022-04-19T19:13:27.229Z] ---> ef462ce6c9e3 [2022-04-19T19:13:27.229Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:13:27.846Z] ---> Running in 3441154f21a1 [2022-04-19T19:13:29.799Z] Removing intermediate container 3441154f21a1 [2022-04-19T19:13:29.799Z] ---> 7d02f52b3b93 [2022-04-19T19:13:29.799Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T19:13:31.705Z] Removing intermediate container 0ec9f84abdc2 [2022-04-19T19:13:31.705Z] ---> cf315ae8f7a7 [2022-04-19T19:13:31.705Z] [2022-04-19T19:13:31.705Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:13:31.705Z] ---> e04c818066af [2022-04-19T19:13:31.705Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:13:31.705Z] ---> Using cache [2022-04-19T19:13:31.705Z] ---> 2f8a25aaf270 [2022-04-19T19:13:31.705Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:13:31.705Z] ---> Using cache [2022-04-19T19:13:31.705Z] ---> 071d9c748ad2 [2022-04-19T19:13:31.705Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-19T19:13:32.643Z] ---> Running in f9e071babdb2 [2022-04-19T19:13:33.580Z] ---> Running in 1d299cb45b73 [2022-04-19T19:13:33.853Z] ---> 55647751a289 [2022-04-19T19:13:33.853Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:13:34.113Z] Removing intermediate container f9e071babdb2 [2022-04-19T19:13:34.113Z] ---> f96dfa45548b [2022-04-19T19:13:34.113Z] Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:13:34.373Z] ---> Running in 47342b1a38ab [2022-04-19T19:13:34.373Z] Removing intermediate container 1d299cb45b73 [2022-04-19T19:13:34.373Z] ---> ba5ae302dd00 [2022-04-19T19:13:34.373Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T19:13:34.639Z] ---> Running in 88d59dda7131 [2022-04-19T19:13:34.899Z] ---> Running in 769219f3052d [2022-04-19T19:13:34.899Z] Removing intermediate container 47342b1a38ab [2022-04-19T19:13:34.899Z] ---> 9f8803d4f6b5 [2022-04-19T19:13:34.899Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-19T19:13:35.468Z] Removing intermediate container 88d59dda7131 [2022-04-19T19:13:35.468Z] ---> 28c3266ae213 [2022-04-19T19:13:35.468Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:13:35.468Z] Removing intermediate container 769219f3052d [2022-04-19T19:13:35.468Z] ---> b6497629910d [2022-04-19T19:13:35.468Z] Step 15/23 : WORKDIR / [2022-04-19T19:13:35.468Z] ---> Running in 6078fbe5bf3c [2022-04-19T19:13:35.727Z] ---> Running in 46f8ced1cd11 [2022-04-19T19:13:35.727Z] ---> Running in c17fb03d4ca5 [2022-04-19T19:13:35.989Z] Removing intermediate container 46f8ced1cd11 [2022-04-19T19:13:35.989Z] ---> 33a608f72310 [2022-04-19T19:13:35.989Z] [2022-04-19T19:13:35.989Z] Successfully built 33a608f72310 [2022-04-19T19:13:36.248Z] Successfully tagged support-notifications:latest [2022-04-19T19:13:36.248Z]  Building support-notifications ... done Removing intermediate container c17fb03d4ca5 [2022-04-19T19:13:36.248Z] ---> 687e02e00a2b [2022-04-19T19:13:36.248Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:13:37.183Z] ---> aa5230fa00ec [2022-04-19T19:13:37.183Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-19T19:13:37.441Z] Removing intermediate container 6078fbe5bf3c [2022-04-19T19:13:37.441Z] ---> 50ca9d1aac9a [2022-04-19T19:13:37.441Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-19T19:13:38.009Z] ---> 73e1931e4f64 [2022-04-19T19:13:38.009Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-19T19:13:38.009Z] ---> Running in e796831d520e [2022-04-19T19:13:38.267Z] ---> fe1d7335bcb0 [2022-04-19T19:13:38.267Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-19T19:13:39.204Z] ---> Running in 37d1d71342fc [2022-04-19T19:13:39.204Z] Removing intermediate container e796831d520e [2022-04-19T19:13:39.204Z] ---> 0abaa440fae8 [2022-04-19T19:13:39.204Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-19T19:13:39.204Z] ---> Running in 168b730ce458 [2022-04-19T19:13:39.204Z] Removing intermediate container 37d1d71342fc [2022-04-19T19:13:39.204Z] ---> c07a1f8c2808 [2022-04-19T19:13:39.204Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:13:39.464Z] ---> Running in bd9e0d95f12b [2022-04-19T19:13:39.464Z] Removing intermediate container bd9e0d95f12b [2022-04-19T19:13:39.464Z] ---> f73b80b5c30b [2022-04-19T19:13:39.464Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T19:13:39.723Z] ---> Running in 43d5cf3df872 [2022-04-19T19:13:39.984Z] Removing intermediate container 43d5cf3df872 [2022-04-19T19:13:39.984Z] ---> ee0979d210cf [2022-04-19T19:13:39.984Z] Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:13:39.984Z] spire-1.2.1/ [2022-04-19T19:13:39.984Z] spire-1.2.1/.data/ [2022-04-19T19:13:39.984Z] spire-1.2.1/.data/.file [2022-04-19T19:13:39.984Z] spire-1.2.1/.dockerignore [2022-04-19T19:13:39.984Z] spire-1.2.1/.gitattributes [2022-04-19T19:13:39.984Z] spire-1.2.1/.githooks/ [2022-04-19T19:13:39.984Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/ [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:13:39.984Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:13:39.984Z] spire-1.2.1/.gitignore [2022-04-19T19:13:39.984Z] spire-1.2.1/.go-version [2022-04-19T19:13:39.984Z] spire-1.2.1/.golangci.yml [2022-04-19T19:13:39.984Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:13:39.984Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:13:39.984Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:13:39.984Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:13:39.984Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:13:39.984Z] spire-1.2.1/Dockerfile [2022-04-19T19:13:39.984Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:13:39.984Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:13:39.984Z] spire-1.2.1/LICENSE [2022-04-19T19:13:39.984Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:13:39.984Z] spire-1.2.1/Makefile [2022-04-19T19:13:39.984Z] spire-1.2.1/README.md [2022-04-19T19:13:39.984Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:13:39.984Z] spire-1.2.1/SECURITY.md [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:13:39.984Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:13:39.985Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:13:39.985Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:13:39.985Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:13:39.985Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:13:39.985Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:13:39.985Z] spire-1.2.1/conf/ [2022-04-19T19:13:39.985Z] spire-1.2.1/conf/agent/ [2022-04-19T19:13:39.985Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:13:39.985Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:13:39.985Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:13:39.985Z] spire-1.2.1/conf/server/ [2022-04-19T19:13:39.985Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:13:39.985Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:13:39.985Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:13:39.985Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/ [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/ [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:13:39.985Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:13:39.985Z] spire-1.2.1/examples/ [2022-04-19T19:13:39.985Z] spire-1.2.1/examples/README.md [2022-04-19T19:13:39.985Z] spire-1.2.1/go.mod [2022-04-19T19:13:39.985Z] spire-1.2.1/go.sum [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:13:39.985Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:13:39.986Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:13:39.987Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:13:39.988Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:13:40.249Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ ---> Running in b511281737b4 [2022-04-19T19:13:40.250Z] [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:13:40.250Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/private/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:13:40.251Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:13:40.251Z] spire-1.2.1/release/ [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire/ [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:13:40.251Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/script/ [2022-04-19T19:13:40.251Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:13:40.251Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:13:40.251Z] spire-1.2.1/support/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:13:40.251Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/clock/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:13:40.251Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:13:40.252Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:13:40.252Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:13:40.252Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/common [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:13:40.252Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:13:40.253Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:13:40.253Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/testca/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/testkey/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:13:40.253Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/util/ [2022-04-19T19:13:40.253Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/util/race.go [2022-04-19T19:13:40.253Z] spire-1.2.1/test/util/util.go [2022-04-19T19:13:40.253Z] building spire from source... [2022-04-19T19:13:40.253Z] Installing go1.17.7... [2022-04-19T19:13:40.513Z] Removing intermediate container b511281737b4 [2022-04-19T19:13:40.513Z] ---> cce166e98b97 [2022-04-19T19:13:40.513Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:13:40.770Z] ---> Running in 1dc60e1e0a72 [2022-04-19T19:13:41.337Z] Removing intermediate container 1dc60e1e0a72 [2022-04-19T19:13:41.337Z] ---> c195b4bc464f [2022-04-19T19:13:41.337Z] [2022-04-19T19:13:41.337Z] Successfully built c195b4bc464f [2022-04-19T19:13:41.337Z] Successfully tagged core-command:latest [2022-04-19T19:13:46.726Z]  Building core-command ... done Building bin/spire-server... [2022-04-19T19:13:46.726Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:13:46.726Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:13:46.726Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:13:46.726Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:13:46.726Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:13:46.726Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:13:46.726Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:13:46.726Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:13:46.726Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:13:46.726Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:13:46.726Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:13:46.726Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:13:46.726Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:13:46.726Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:13:46.726Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:13:46.726Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:13:46.726Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:13:46.726Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:13:46.726Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:13:46.726Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:13:46.726Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:13:46.726Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:13:46.726Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:13:46.726Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:13:46.726Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:13:46.726Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:13:46.726Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:13:46.726Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:13:46.726Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:13:46.726Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:13:46.726Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:13:46.726Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:13:46.726Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:13:46.726Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:13:46.726Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:13:46.726Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:13:46.726Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:13:46.987Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:13:46.987Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:13:46.987Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:13:46.987Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:13:46.987Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:13:46.987Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:13:46.987Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:13:46.987Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:13:46.987Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:13:46.987Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:13:48.513Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:13:48.513Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:13:48.513Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:13:48.513Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:13:48.513Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:13:48.513Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:13:48.513Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:13:48.513Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:13:48.774Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:13:48.774Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:13:48.774Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:13:48.774Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:13:52.071Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:13:52.072Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:13:52.072Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:13:52.072Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:13:52.072Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:13:52.072Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:13:52.072Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:13:52.072Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:13:52.334Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:13:52.334Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:13:53.134Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:13:53.394Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:13:53.394Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:13:53.394Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:13:53.394Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:13:53.394Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:13:53.394Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:13:53.394Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:13:53.394Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:13:53.655Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:13:53.655Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:13:53.655Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:13:53.655Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:13:53.655Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:13:53.655Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:13:53.655Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:13:53.655Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:13:53.655Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:13:53.655Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:13:53.655Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:13:53.655Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:13:53.655Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:13:53.655Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:13:53.655Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:13:55.039Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:13:55.039Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:13:55.039Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:13:55.039Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:13:55.039Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:13:55.039Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:13:55.039Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:13:55.299Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:13:55.299Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:13:55.299Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:13:55.299Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:13:55.299Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:13:55.299Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:13:55.557Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:13:55.557Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:13:55.557Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:13:55.557Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:13:55.557Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:13:55.821Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:13:55.822Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:13:55.822Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:13:55.822Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:13:55.822Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:13:55.822Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:13:55.822Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:13:55.822Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:13:55.822Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:13:55.822Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:13:55.822Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:13:55.822Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:13:56.080Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:13:56.080Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:13:56.080Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:13:56.080Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:13:56.080Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:13:56.080Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:13:56.080Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:13:56.080Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:13:56.080Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:13:56.080Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:13:56.080Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:13:56.080Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:13:56.080Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:13:56.080Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:13:56.341Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:13:56.341Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:13:56.341Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:13:56.341Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:13:56.341Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:14:03.305Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:14:03.305Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:14:29.871Z] Removing intermediate container 9e672e952534 [2022-04-19T19:14:29.871Z] ---> 1c01431c8261 [2022-04-19T19:14:29.871Z] [2022-04-19T19:14:29.871Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T19:14:29.871Z] ---> 0ac33e5f5afa [2022-04-19T19:14:29.871Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T19:14:29.871Z] ---> Using cache [2022-04-19T19:14:29.871Z] ---> 300789b50ea7 [2022-04-19T19:14:29.871Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:14:29.871Z] ---> Using cache [2022-04-19T19:14:29.871Z] ---> be78f47d8105 [2022-04-19T19:14:29.871Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T19:14:29.871Z] Removing intermediate container da2be649e144 [2022-04-19T19:14:29.871Z] ---> 3bdd7e4bbaf1 [2022-04-19T19:14:29.871Z] [2022-04-19T19:14:29.871Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T19:14:29.871Z] ---> 0ac33e5f5afa [2022-04-19T19:14:29.871Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T19:14:29.871Z] ---> Using cache [2022-04-19T19:14:29.871Z] ---> 300789b50ea7 [2022-04-19T19:14:29.871Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:14:29.871Z] ---> Using cache [2022-04-19T19:14:29.871Z] ---> be78f47d8105 [2022-04-19T19:14:29.871Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-19T19:14:29.871Z] ---> Running in 3b7a85c55f4a [2022-04-19T19:14:29.871Z] ---> Running in a27b5cc6a5f0 [2022-04-19T19:14:29.871Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:29.871Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:29.871Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:29.871Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:29.871Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:14:29.871Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:14:29.871Z] OK: 15855 distinct packages available [2022-04-19T19:14:29.871Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:29.871Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:14:29.871Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:14:29.871Z] OK: 15855 distinct packages available [2022-04-19T19:14:29.871Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:30.130Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:30.388Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-19T19:14:30.388Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:30.388Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-19T19:14:30.647Z] (3/4) Installing libucontext (1.1-r0) [2022-04-19T19:14:30.647Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-19T19:14:30.647Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:14:30.647Z] OK: 6 MiB in 18 packages [2022-04-19T19:14:30.905Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-19T19:14:30.906Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-19T19:14:30.906Z] (3/5) Installing libucontext (1.1-r0) [2022-04-19T19:14:31.164Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-19T19:14:31.164Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-19T19:14:31.164Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:14:31.164Z] OK: 6 MiB in 19 packages [2022-04-19T19:14:31.732Z] Removing intermediate container a27b5cc6a5f0 [2022-04-19T19:14:31.732Z] ---> a7f06a2a2314 [2022-04-19T19:14:31.732Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T19:14:31.994Z] Removing intermediate container 3b7a85c55f4a [2022-04-19T19:14:31.994Z] ---> 3aef65d5f8a5 [2022-04-19T19:14:31.994Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-19T19:14:35.283Z] ---> 47c7e0600928 [2022-04-19T19:14:35.283Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T19:14:35.283Z] ---> 724870e676ab [2022-04-19T19:14:35.283Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T19:14:35.283Z] ---> 52cc5e8e2ae3 [2022-04-19T19:14:35.283Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-19T19:14:35.283Z] ---> Running in ab2787e648d1 [2022-04-19T19:14:35.862Z] Removing intermediate container ab2787e648d1 [2022-04-19T19:14:35.862Z] ---> ee965b1b236d [2022-04-19T19:14:35.862Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-19T19:14:36.801Z] ---> cc26dd6b2151 [2022-04-19T19:14:36.801Z] Step 21/26 : WORKDIR / [2022-04-19T19:14:36.801Z] ---> Running in bd257a9ca002 [2022-04-19T19:14:37.103Z] ---> 61b6ff486c30 [2022-04-19T19:14:37.103Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T19:14:37.363Z] Removing intermediate container bd257a9ca002 [2022-04-19T19:14:37.363Z] ---> 9e33cd70f860 [2022-04-19T19:14:37.363Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T19:14:37.363Z] ---> 16ae02a34582 [2022-04-19T19:14:37.363Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-19T19:14:37.363Z] ---> Running in 19013a392c59 [2022-04-19T19:14:37.933Z] Removing intermediate container 19013a392c59 [2022-04-19T19:14:37.933Z] ---> 8b94e40ddea8 [2022-04-19T19:14:37.933Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T19:14:38.194Z] ---> eee620af667b [2022-04-19T19:14:38.194Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-19T19:14:38.194Z] ---> Running in 7ae501f67e80 [2022-04-19T19:14:38.762Z] ---> 0b132e374e0d [2022-04-19T19:14:38.762Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T19:14:38.762Z] Removing intermediate container 7ae501f67e80 [2022-04-19T19:14:38.762Z] ---> f120c42a18a4 [2022-04-19T19:14:38.762Z] Step 24/26 : LABEL arch=x86_64 [2022-04-19T19:14:38.762Z] ---> Running in 84e6948f62c2 [2022-04-19T19:14:38.762Z] ---> Running in 108295364ae5 [2022-04-19T19:14:39.021Z] Removing intermediate container 108295364ae5 [2022-04-19T19:14:39.021Z] ---> 0cec8ceb145d [2022-04-19T19:14:39.021Z] Step 25/26 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:14:39.021Z] Removing intermediate container 84e6948f62c2 [2022-04-19T19:14:39.021Z] ---> b889a1d7c190 [2022-04-19T19:14:39.021Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T19:14:39.022Z] ---> Running in 399c0a6ece6b [2022-04-19T19:14:39.022Z] ---> Running in 61418ddd34e8 [2022-04-19T19:14:39.282Z] Removing intermediate container 61418ddd34e8 [2022-04-19T19:14:39.282Z] ---> 7155e55e3ea0 [2022-04-19T19:14:39.282Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T19:14:39.542Z] Removing intermediate container 399c0a6ece6b [2022-04-19T19:14:39.542Z] ---> bf30117bd926 [2022-04-19T19:14:39.542Z] Step 24/26 : LABEL arch=x86_64 [2022-04-19T19:14:39.542Z] ---> Running in 36cf9f5a52db [2022-04-19T19:14:39.542Z] ---> Running in 5d582a42980a [2022-04-19T19:14:39.803Z] Removing intermediate container 36cf9f5a52db [2022-04-19T19:14:39.803Z] ---> 63ee4dbd2605 [2022-04-19T19:14:39.803Z] [2022-04-19T19:14:39.803Z] Successfully built 63ee4dbd2605 [2022-04-19T19:14:39.803Z] Successfully tagged security-spire-config:latest [2022-04-19T19:14:40.062Z]  Building security-spire-config ... done Removing intermediate container 5d582a42980a [2022-04-19T19:14:40.062Z] ---> 79c139867a7c [2022-04-19T19:14:40.062Z] Step 25/26 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:14:40.062Z] ---> Running in 3da041e10c4c [2022-04-19T19:14:40.348Z] Removing intermediate container 3da041e10c4c [2022-04-19T19:14:40.349Z] ---> 51db89bd2220 [2022-04-19T19:14:40.349Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T19:14:40.349Z] ---> Running in 6e5bc16f0d97 [2022-04-19T19:14:40.609Z] Removing intermediate container 6e5bc16f0d97 [2022-04-19T19:14:40.609Z] ---> 2ce2224253b8 [2022-04-19T19:14:40.609Z] [2022-04-19T19:14:40.609Z] Successfully built 2ce2224253b8 [2022-04-19T19:14:40.609Z] Successfully tagged security-spire-agent:latest [2022-04-19T19:15:03.917Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-19T19:15:03.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-19T19:15:16.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.359s coverage: 28.7% of statements [2022-04-19T19:15:16.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-19T19:15:16.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-19T19:15:23.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.529s coverage: 98.5% of statements [2022-04-19T19:15:23.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-19T19:15:23.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.438s coverage: 53.4% of statements [2022-04-19T19:15:23.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-19T19:15:23.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-19T19:15:36.857Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-19T19:15:36.857Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T19:15:36.857Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T19:15:36.857Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T19:15:36.857Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T19:15:36.857Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T19:15:36.857Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T19:15:36.857Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T19:15:36.857Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T19:15:36.857Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T19:15:36.857Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T19:15:36.857Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T19:15:36.857Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T19:15:36.857Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.910s coverage: 89.2% of statements [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.508s coverage: 84.4% of statements [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.403s coverage: 95.6% of statements [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.461s coverage: 72.2% of statements [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.774s coverage: 60.0% of statements [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.529s coverage: 0.9% of statements [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.542s coverage: 58.8% of statements [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.335s coverage: 29.6% of statements [2022-04-19T19:15:50.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.271s coverage: 47.1% of statements [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.226s coverage: 79.5% of statements [2022-04-19T19:15:50.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.241s coverage: 94.1% of statements [2022-04-19T19:15:51.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.306s coverage: 96.3% of statements [2022-04-19T19:15:51.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.236s coverage: 87.5% of statements [2022-04-19T19:16:06.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.296s coverage: 94.4% of statements [2022-04-19T19:16:06.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.215s coverage: 44.8% of statements [2022-04-19T19:16:09.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.689s coverage: 82.5% of statements [2022-04-19T19:16:09.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-19T19:16:18.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.268s coverage: 92.9% of statements [2022-04-19T19:16:18.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-19T19:16:18.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-19T19:16:18.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-19T19:16:18.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements [2022-04-19T19:16:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-19T19:16:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-19T19:16:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-19T19:16:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-19T19:16:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-19T19:16:18.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.222s coverage: 87.2% of statements [2022-04-19T19:16:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-19T19:16:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-19T19:16:18.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements [2022-04-19T19:16:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-19T19:16:18.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.294s coverage: 58.8% of statements [2022-04-19T19:16:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-19T19:16:18.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.313s coverage: 80.0% of statements [2022-04-19T19:16:18.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.256s coverage: 87.2% of statements [2022-04-19T19:16:18.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.334s coverage: 85.4% of statements [2022-04-19T19:16:18.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.800s coverage: 91.2% of statements [2022-04-19T19:16:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-19T19:16:22.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.955s coverage: 64.4% of statements [2022-04-19T19:16:22.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-19T19:16:22.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-19T19:16:22.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.296s coverage: 100.0% of statements [2022-04-19T19:16:22.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 89.4% of statements [2022-04-19T19:16:22.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2022-04-19T19:16:22.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2022-04-19T19:16:22.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2022-04-19T19:16:30.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.374s coverage: 65.4% of statements [2022-04-19T19:16:30.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-19T19:16:30.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-19T19:16:30.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-19T19:16:33.117Z] Removing intermediate container 168b730ce458 [2022-04-19T19:16:33.117Z] ---> bbc16d219d40 [2022-04-19T19:16:33.117Z] [2022-04-19T19:16:33.117Z] Step 13/25 : FROM alpine:3.15 [2022-04-19T19:16:33.117Z] ---> 0ac33e5f5afa [2022-04-19T19:16:33.117Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T19:16:33.117Z] ---> Using cache [2022-04-19T19:16:33.117Z] ---> 300789b50ea7 [2022-04-19T19:16:33.117Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:16:33.117Z] ---> Using cache [2022-04-19T19:16:33.117Z] ---> be78f47d8105 [2022-04-19T19:16:33.117Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T19:16:33.117Z] ---> Using cache [2022-04-19T19:16:33.117Z] ---> 3aef65d5f8a5 [2022-04-19T19:16:33.117Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T19:16:33.117Z] ---> 40990797b826 [2022-04-19T19:16:33.117Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T19:16:33.117Z] ---> 5f74c1d28f00 [2022-04-19T19:16:33.117Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-19T19:16:33.117Z] ---> dce5adaa79e9 [2022-04-19T19:16:33.117Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-19T19:16:33.117Z] ---> eedf677daba7 [2022-04-19T19:16:33.117Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T19:16:33.117Z] ---> Running in db6c1606b9fe [2022-04-19T19:16:33.117Z] Removing intermediate container db6c1606b9fe [2022-04-19T19:16:33.117Z] ---> 2b87c09a93ed [2022-04-19T19:16:33.117Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T19:16:33.117Z] ---> Running in 4339de801baa [2022-04-19T19:16:33.117Z] Removing intermediate container 4339de801baa [2022-04-19T19:16:33.117Z] ---> b8e363a71648 [2022-04-19T19:16:33.117Z] Step 23/25 : LABEL arch=x86_64 [2022-04-19T19:16:33.117Z] ---> Running in 4a8695612b26 [2022-04-19T19:16:33.117Z] Removing intermediate container 4a8695612b26 [2022-04-19T19:16:33.117Z] ---> 33680254b103 [2022-04-19T19:16:33.117Z] Step 24/25 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:16:33.117Z] ---> Running in 954846a2e971 [2022-04-19T19:16:33.117Z] Removing intermediate container 954846a2e971 [2022-04-19T19:16:33.117Z] ---> 0f9cc8510625 [2022-04-19T19:16:33.117Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T19:16:33.117Z] ---> Running in 800bb211fe11 [2022-04-19T19:16:33.117Z] Removing intermediate container 800bb211fe11 [2022-04-19T19:16:33.117Z] ---> c419a4555616 [2022-04-19T19:16:33.117Z] [2022-04-19T19:16:33.117Z] Successfully built c419a4555616 [2022-04-19T19:16:33.117Z] Successfully tagged security-spire-server:latest [2022-04-19T19:16:33.125Z]  Building security-spire-server ... done  [Pipeline] } [2022-04-19T19:16:33.161Z] $ docker stop --time=1 2cfc8dbf1da2d83eee787dcaa53f02a00ce9bf96827918a42ff842f5f23cead3 [2022-04-19T19:16:33.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.857s coverage: 43.8% of statements [2022-04-19T19:16:33.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-19T19:16:33.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-19T19:16:33.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.220s coverage: 89.5% of statements [2022-04-19T19:16:33.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-19T19:16:33.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.459s coverage: 84.8% of statements [2022-04-19T19:16:33.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-19T19:16:33.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-19T19:16:33.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-19T19:16:33.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-19T19:16:34.485Z] $ docker rm -f 2cfc8dbf1da2d83eee787dcaa53f02a00ce9bf96827918a42ff842f5f23cead3 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T19:16:35.023Z] + docker images [2022-04-19T19:16:35.023Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-19T19:16:35.023Z] security-spire-server latest c419a4555616 7 seconds ago 87.3MB [2022-04-19T19:16:35.023Z] bbc16d219d40 18 seconds ago 4.43GB [2022-04-19T19:16:35.023Z] security-spire-agent latest 2ce2224253b8 About a minute ago 127MB [2022-04-19T19:16:35.023Z] security-spire-config latest 63ee4dbd2605 About a minute ago 86.7MB [2022-04-19T19:16:35.023Z] 1c01431c8261 2 minutes ago 4.43GB [2022-04-19T19:16:35.023Z] 3bdd7e4bbaf1 2 minutes ago 4.43GB [2022-04-19T19:16:35.023Z] core-command latest c195b4bc464f 2 minutes ago 16.1MB [2022-04-19T19:16:35.023Z] support-notifications latest 33a608f72310 2 minutes ago 26.9MB [2022-04-19T19:16:35.023Z] cf315ae8f7a7 3 minutes ago 1.49GB [2022-04-19T19:16:35.023Z] security-spiffe-token-provider latest e701f44d87e4 3 minutes ago 28.8MB [2022-04-19T19:16:35.023Z] a6cc1380dcc5 3 minutes ago 1.55GB [2022-04-19T19:16:35.023Z] core-metadata latest bfbfcebb8e6d 3 minutes ago 17MB [2022-04-19T19:16:35.023Z] 7640f08425b4 3 minutes ago 1.5GB [2022-04-19T19:16:35.023Z] 865011e67ff5 3 minutes ago 1.54GB [2022-04-19T19:16:35.023Z] security-bootstrapper latest 2d2f39bac2c1 4 minutes ago 19.1MB [2022-04-19T19:16:35.023Z] core-data latest 9606043370e5 4 minutes ago 22.5MB [2022-04-19T19:16:35.023Z] f7834e02d105 4 minutes ago 1.5GB [2022-04-19T19:16:35.023Z] support-scheduler latest b51ba8fb9d5f 4 minutes ago 26.3MB [2022-04-19T19:16:35.023Z] 8c50938ce4ae 4 minutes ago 1.52GB [2022-04-19T19:16:35.023Z] 36d6233c5299 4 minutes ago 1.55GB [2022-04-19T19:16:35.023Z] sys-mgmt-agent latest 590e6e1c3248 4 minutes ago 299MB [2022-04-19T19:16:35.023Z] security-secretstore-setup latest 4ac164f7a018 5 minutes ago 28.5MB [2022-04-19T19:16:35.023Z] security-proxy-setup latest 9dc0f86f7113 5 minutes ago 26.9MB [2022-04-19T19:16:35.023Z] caadf4e9609e 5 minutes ago 1.49GB [2022-04-19T19:16:35.023Z] 09e1f545d117 5 minutes ago 1.5GB [2022-04-19T19:16:35.023Z] bde13a96fd91 5 minutes ago 1.5GB [2022-04-19T19:16:35.023Z] ci-base-image-x86_64 latest d08710cf11b1 9 minutes ago 896MB [2022-04-19T19:16:35.023Z] docker 20.10.14 7417809fdb73 2 weeks ago 218MB [2022-04-19T19:16:35.023Z] alpine 3.14 e04c818066af 2 weeks ago 5.59MB [2022-04-19T19:16:35.023Z] alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB [2022-04-19T19:16:35.023Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-19T19:16:35.023Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-19T19:16:35.023Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-19T19:16:43.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.364s coverage: 17.7% of statements [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-19T19:16:43.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.769s coverage: 92.3% of statements [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-19T19:16:43.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.275s coverage: 63.2% of statements [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-19T19:16:43.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.426s coverage: 97.7% of statements [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-19T19:16:43.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.224s coverage: 28.9% of statements [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-19T19:16:43.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-19T19:16:43.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.285s coverage: 100.0% of statements [2022-04-19T19:16:43.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements [2022-04-19T19:16:43.991Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-04-19T19:16:43.991Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-19T19:16:43.991Z] GO111MODULE=on go vet ./... [2022-04-19T19:18:35.883Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T19:18:35.884Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T19:18:35.884Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-19T19:18:35.925Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-19T19:18:36.600Z] + ls -al . [2022-04-19T19:18:36.600Z] total 668 [2022-04-19T19:18:36.600Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 19:18 . [2022-04-19T19:18:36.600Z] drwxr-xr-x 4 root root 4096 Apr 19 19:12 .. [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 19:10 .dockerignore [2022-04-19T19:18:36.600Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 19:10 .git [2022-04-19T19:18:36.600Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 19:10 .github [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 879 Apr 19 19:10 .gitignore [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 42 Apr 19 19:10 .golangci.yml [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 87 Apr 19 19:10 .hadolint.yml [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 19:10 .sonarcloud.properties [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 1171 Apr 19 19:10 ADOPTERS.md [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 10086 Apr 19 19:10 Attribution.txt [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 51732 Apr 19 19:10 CHANGELOG.md [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:10 CONTRIBUTING.md [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 677 Apr 19 19:10 GOVERNANCE.md [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 850 Apr 19 19:10 Jenkinsfile [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:10 LICENSE [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 10389 Apr 19 19:10 Makefile [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 582 Apr 19 19:10 OWNERS.md [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 9120 Apr 19 19:10 README.md [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 6912 Apr 19 19:10 SECURITY.md [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 19:07 VERSION [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:10 ZMQWindows.md [2022-04-19T19:18:36.600Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 19:10 bin [2022-04-19T19:18:36.600Z] drwxrwxr-x 18 1001 1001 4096 Apr 19 19:10 cmd [2022-04-19T19:18:36.600Z] -rw-r--r-- 1 root root 435134 Apr 19 19:16 coverage.out [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 3256 Apr 19 19:10 go.mod [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 35162 Apr 19 19:12 go.sum [2022-04-19T19:18:36.600Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 19:10 internal [2022-04-19T19:18:36.600Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 19:10 openapi [2022-04-19T19:18:36.600Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 19:10 snap [2022-04-19T19:18:36.600Z] -rw-rw-r-- 1 1001 1001 204 Apr 19 19:10 version.go [Pipeline] sh [2022-04-19T19:18:37.289Z] + '[' -e coverage.out ] [2022-04-19T19:18:37.289Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-19T19:18:37.323Z] Warning: overwriting stash ‘coverage-report’ [2022-04-19T19:18:38.158Z] Stashed 1 file(s) [Pipeline] sh [2022-04-19T19:18:38.821Z] + make build [2022-04-19T19:18:38.821Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-19T19:20:00.640Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-19T19:21:08.671Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-19T19:21:08.671Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-19T19:21:41.059Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-19T19:21:42.497Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-19T19:21:46.809Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-19T19:21:53.521Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-19T19:21:56.145Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-19T19:22:01.550Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-19T19:22:04.948Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-19T19:22:08.347Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-19T19:22:16.635Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-19T19:22:22.078Z] $ docker stop --time=1 db987da7e6f1476ffe57736dc6351ab0de9cea9d31afa873040e6e4461441609 [2022-04-19T19:22:24.167Z] $ docker rm -f db987da7e6f1476ffe57736dc6351ab0de9cea9d31afa873040e6e4461441609 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:22:26.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T19:22:26.749Z] [2022-04-19T19:22:26.749Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:22:27.141Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T19:22:27.421Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-19T19:22:27.421Z] 29e5d40040c1: Pulling fs layer [2022-04-19T19:22:27.421Z] 1ce36da41761: Pulling fs layer [2022-04-19T19:22:27.421Z] 25b303627fd3: Pulling fs layer [2022-04-19T19:22:27.421Z] 29e5d40040c1: Verifying Checksum [2022-04-19T19:22:27.421Z] 29e5d40040c1: Download complete [2022-04-19T19:22:27.698Z] 1ce36da41761: Verifying Checksum [2022-04-19T19:22:27.698Z] 1ce36da41761: Download complete [2022-04-19T19:22:27.975Z] 29e5d40040c1: Pull complete [2022-04-19T19:22:29.404Z] 25b303627fd3: Verifying Checksum [2022-04-19T19:22:29.404Z] 25b303627fd3: Download complete [2022-04-19T19:22:29.404Z] 1ce36da41761: Pull complete [2022-04-19T19:22:41.798Z] 25b303627fd3: Pull complete [2022-04-19T19:22:41.798Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-19T19:22:41.798Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T19:22:41.798Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-19T19:22:42.050Z] prd-ubuntu20.04-docker-arm64-4c-16g-21383 does not seem to be running inside a container [2022-04-19T19:22:42.135Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-19T19:22:44.589Z] $ docker top 54f20fa1a6938a660a058a51ddb904ff394486f7f6b37360003b9563ae42c11d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:22:45.596Z] + docker-compose build --help [2022-04-19T19:22:45.596Z] + grep parallel [2022-04-19T19:22:50.996Z] --parallel Build images in parallel. [Pipeline] } [2022-04-19T19:22:51.304Z] $ docker stop --time=1 54f20fa1a6938a660a058a51ddb904ff394486f7f6b37360003b9563ae42c11d [2022-04-19T19:22:53.027Z] $ docker rm -f 54f20fa1a6938a660a058a51ddb904ff394486f7f6b37360003b9563ae42c11d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:22:53.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T19:22:53.784Z] . [Pipeline] withDockerContainer [2022-04-19T19:22:54.090Z] prd-ubuntu20.04-docker-arm64-4c-16g-21383 does not seem to be running inside a container [2022-04-19T19:22:54.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-19T19:22:55.559Z] $ docker top 643f62fb8150b65e73189a9bae1965a90c7f70351e01be0b7a31b3e8c0751566 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:22:56.598Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-19T19:23:03.302Z] Building core-command ... [2022-04-19T19:23:03.302Z] Building core-data ... [2022-04-19T19:23:03.302Z] Building core-metadata ... [2022-04-19T19:23:03.302Z] Building security-bootstrapper ... [2022-04-19T19:23:03.302Z] Building security-proxy-setup ... [2022-04-19T19:23:03.302Z] Building security-secretstore-setup ... [2022-04-19T19:23:03.302Z] Building security-spiffe-token-provider ... [2022-04-19T19:23:03.302Z] Building security-spire-agent ... [2022-04-19T19:23:03.302Z] Building security-spire-config ... [2022-04-19T19:23:03.302Z] Building security-spire-server ... [2022-04-19T19:23:03.302Z] Building support-notifications ... [2022-04-19T19:23:03.302Z] Building support-scheduler ... [2022-04-19T19:23:03.302Z] Building sys-mgmt-agent ... [2022-04-19T19:23:03.302Z] Building security-spire-agent [2022-04-19T19:23:03.302Z] Building security-bootstrapper [2022-04-19T19:23:03.302Z] Building sys-mgmt-agent [2022-04-19T19:23:03.302Z] Building security-spiffe-token-provider [2022-04-19T19:23:03.302Z] Building security-secretstore-setup [2022-04-19T19:24:40.112Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:24:40.112Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:24:40.112Z] ---> 4a84a9e68dca [2022-04-19T19:24:40.112Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:24:40.112Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:24:40.112Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:24:40.112Z] ---> 4a84a9e68dca [2022-04-19T19:24:40.112Z] Step 3/31 : WORKDIR /edgex-go [2022-04-19T19:24:40.112Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:24:40.112Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:24:40.112Z] ---> 4a84a9e68dca [2022-04-19T19:24:40.112Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T19:24:40.112Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:24:40.112Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:24:40.112Z] ---> 4a84a9e68dca [2022-04-19T19:24:40.112Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T19:24:40.112Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:24:40.112Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:24:40.112Z] ---> 4a84a9e68dca [2022-04-19T19:24:40.112Z] Step 3/20 : WORKDIR /edgex-go [2022-04-19T19:24:40.112Z] ---> Running in 7f4e1b87447a [2022-04-19T19:24:40.112Z] ---> Running in 6c988d6ea5bf [2022-04-19T19:24:40.112Z] ---> Running in 5f86a71cde21 [2022-04-19T19:24:40.112Z] ---> Running in 312be6831bb1 [2022-04-19T19:24:40.112Z] ---> Running in 0f4f7ad3af64 [2022-04-19T19:24:40.112Z] Removing intermediate container 7f4e1b87447a [2022-04-19T19:24:40.112Z] ---> 2d32e5fc5d6a [2022-04-19T19:24:40.112Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:24:40.112Z] Removing intermediate container 6c988d6ea5bf [2022-04-19T19:24:40.112Z] ---> 042b84e6f349 [2022-04-19T19:24:40.112Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:24:40.112Z] Removing intermediate container 312be6831bb1 [2022-04-19T19:24:40.112Z] ---> a87a2949d28c [2022-04-19T19:24:40.112Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-19T19:24:40.112Z] Removing intermediate container 5f86a71cde21 [2022-04-19T19:24:40.112Z] ---> 16c93a71fd69 [2022-04-19T19:24:40.112Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:24:40.112Z] ---> Running in 837c0bf68d86 [2022-04-19T19:24:40.112Z] Removing intermediate container 0f4f7ad3af64 [2022-04-19T19:24:40.112Z] ---> b2a67a328509 [2022-04-19T19:24:40.112Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:24:40.112Z] ---> Running in 777a62ea877f [2022-04-19T19:24:40.112Z] ---> Running in 6f43b909c0fe [2022-04-19T19:24:40.112Z] ---> Running in 1b976ed7d9f7 [2022-04-19T19:24:40.112Z] ---> Running in 0151e616ff29 [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] Removing intermediate container 777a62ea877f [2022-04-19T19:24:40.112Z] ---> 0e884f49c086 [2022-04-19T19:24:40.112Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-19T19:24:40.112Z] Removing intermediate container 837c0bf68d86 [2022-04-19T19:24:40.112Z] ---> 6bcd141feea2 [2022-04-19T19:24:40.112Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-19T19:24:40.112Z] ---> Running in 86ff23741d21 [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] ---> Running in 7167b62b3ac8 [2022-04-19T19:24:40.112Z] Removing intermediate container 6f43b909c0fe [2022-04-19T19:24:40.112Z] ---> a3759753b434 [2022-04-19T19:24:40.112Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-19T19:24:40.112Z] Removing intermediate container 0151e616ff29 [2022-04-19T19:24:40.112Z] ---> f15f3df6ce47 [2022-04-19T19:24:40.112Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:24:40.112Z] ---> Running in 12412828f4b5 [2022-04-19T19:24:40.112Z] ---> Running in 573af939d7e8 [2022-04-19T19:24:40.112Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:24:40.112Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:24:40.112Z] OK: 15741 distinct packages available [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] OK: 220 MiB in 52 packages [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:24:40.112Z] OK: 220 MiB in 52 packages [2022-04-19T19:24:40.112Z] OK: 220 MiB in 52 packages [2022-04-19T19:24:40.112Z] OK: 220 MiB in 52 packages [2022-04-19T19:24:40.399Z] Removing intermediate container 1b976ed7d9f7 [2022-04-19T19:24:40.399Z] ---> a18ff187283e [2022-04-19T19:24:40.399Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-19T19:24:40.399Z] OK: 220 MiB in 52 packages [2022-04-19T19:24:41.416Z] Removing intermediate container 86ff23741d21 [2022-04-19T19:24:41.416Z] ---> 3656a43a7ec1 [2022-04-19T19:24:41.416Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-19T19:24:41.416Z] Removing intermediate container 7167b62b3ac8 [2022-04-19T19:24:41.416Z] ---> 034aa0d63803 [2022-04-19T19:24:41.416Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T19:24:41.705Z] Removing intermediate container 573af939d7e8 [2022-04-19T19:24:41.705Z] ---> 1ed32a5aa2b2 [2022-04-19T19:24:41.705Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T19:24:41.983Z] ---> 8d60db5fa787 [2022-04-19T19:24:41.983Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:24:41.983Z] Removing intermediate container 12412828f4b5 [2022-04-19T19:24:41.983Z] ---> a7c1b54e5c54 [2022-04-19T19:24:41.983Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:24:41.983Z] ---> Running in 17ed0233aef9 [2022-04-19T19:24:42.596Z] ---> 9b938d83aa1a [2022-04-19T19:24:42.596Z] ---> 8bf9bd798a64 [2022-04-19T19:24:42.872Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:24:42.872Z] [2022-04-19T19:24:42.872Z] ---> Running in b2a0dfe5ac1c [2022-04-19T19:24:42.872Z] ---> Running in f6941f6c0f5f [2022-04-19T19:24:43.465Z] ---> 8cc48af232ad [2022-04-19T19:24:43.465Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:24:43.465Z] ---> 0be1a7f7b3ce [2022-04-19T19:24:43.465Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:24:43.742Z] ---> Running in e4c855342395 [2022-04-19T19:24:43.742Z] ---> Running in ada31766a7f2 [2022-04-19T19:24:46.403Z] Removing intermediate container 17ed0233aef9 [2022-04-19T19:24:46.403Z] ---> 32eed1818a61 [2022-04-19T19:24:46.403Z] Step 7/20 : COPY . . [2022-04-19T19:24:49.049Z] Removing intermediate container f6941f6c0f5f [2022-04-19T19:24:49.049Z] ---> 6fb7847e108e [2022-04-19T19:24:49.049Z] Step 8/25 : COPY . . [2022-04-19T19:24:49.326Z] Removing intermediate container e4c855342395 [2022-04-19T19:24:49.326Z] ---> d3ba673069d3 [2022-04-19T19:24:49.326Z] Step 8/26 : COPY . . [2022-04-19T19:24:49.326Z] Removing intermediate container b2a0dfe5ac1c [2022-04-19T19:24:49.326Z] ---> 4752d0bef385 [2022-04-19T19:24:49.326Z] Step 8/31 : COPY . . [2022-04-19T19:24:49.600Z] Removing intermediate container ada31766a7f2 [2022-04-19T19:24:49.600Z] ---> 579ea6d2d330 [2022-04-19T19:24:49.600Z] Step 8/23 : COPY . . [2022-04-19T19:25:16.411Z] ---> a63794ad63a3 [2022-04-19T19:25:16.411Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-19T19:25:16.411Z] ---> Running in a37d3eb62474 [2022-04-19T19:25:16.411Z] ---> 7defd34d0983 [2022-04-19T19:25:16.411Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:25:16.411Z] ---> 9a028cba53b7 [2022-04-19T19:25:16.411Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-19T19:25:16.411Z] ---> Running in eb21440655c7 [2022-04-19T19:25:16.411Z] ---> Running in 2035b248d36b [2022-04-19T19:25:16.687Z] ---> 318cb7fe2d48 [2022-04-19T19:25:16.687Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-19T19:25:16.687Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-19T19:25:16.964Z] ---> Running in c049fe0733e8 [2022-04-19T19:25:16.964Z] Removing intermediate container eb21440655c7 [2022-04-19T19:25:16.964Z] ---> e74d5a6ff9b9 [2022-04-19T19:25:16.964Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T19:25:17.236Z] ---> Running in 72fe266abe9d [2022-04-19T19:25:18.227Z] ---> 175573dd19db [2022-04-19T19:25:18.227Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-19T19:25:18.227Z] ---> Running in c480ebe2e6af [2022-04-19T19:25:18.829Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-19T19:25:19.429Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-19T19:25:20.906Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-19T19:25:20.906Z] Removing intermediate container 72fe266abe9d [2022-04-19T19:25:20.906Z] ---> a52cbd473d8d [2022-04-19T19:25:20.906Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T19:25:21.192Z] ---> Running in 733ac7366e55 [2022-04-19T19:25:21.483Z] Removing intermediate container 733ac7366e55 [2022-04-19T19:25:21.483Z] ---> 810c9505974d [2022-04-19T19:25:21.483Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-19T19:25:21.781Z] ---> Running in eb5548727fed [2022-04-19T19:25:24.426Z] spire-1.2.1/ [2022-04-19T19:25:24.426Z] spire-1.2.1/.data/ [2022-04-19T19:25:24.426Z] spire-1.2.1/.data/.file [2022-04-19T19:25:24.426Z] spire-1.2.1/.dockerignore [2022-04-19T19:25:24.426Z] spire-1.2.1/.gitattributes [2022-04-19T19:25:24.426Z] spire-1.2.1/.githooks/ [2022-04-19T19:25:24.426Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:25:24.426Z] spire-1.2.1/.github/ [2022-04-19T19:25:24.426Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:25:24.426Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:25:24.426Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:25:24.426Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:25:24.427Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:25:24.427Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:25:24.427Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:25:24.427Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:25:24.427Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:25:24.427Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:25:24.427Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:25:24.427Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:25:24.427Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:25:24.427Z] spire-1.2.1/.gitignore [2022-04-19T19:25:24.427Z] spire-1.2.1/.go-version [2022-04-19T19:25:24.427Z] spire-1.2.1/.golangci.yml [2022-04-19T19:25:24.427Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:25:24.427Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:25:24.427Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:25:24.427Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:25:24.427Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:25:24.427Z] spire-1.2.1/Dockerfile [2022-04-19T19:25:24.427Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:25:24.427Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:25:24.427Z] spire-1.2.1/LICENSE [2022-04-19T19:25:24.427Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:25:24.427Z] spire-1.2.1/Makefile [2022-04-19T19:25:24.427Z] spire-1.2.1/README.md [2022-04-19T19:25:24.427Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:25:24.427Z] spire-1.2.1/SECURITY.md [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:25:24.427Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:25:24.427Z] spire-1.2.1/conf/ [2022-04-19T19:25:24.427Z] spire-1.2.1/conf/agent/ [2022-04-19T19:25:24.427Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:25:24.427Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:25:24.427Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:25:24.427Z] spire-1.2.1/conf/server/ [2022-04-19T19:25:24.427Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:25:24.427Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:25:24.427Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:25:24.427Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:25:24.427Z] spire-1.2.1/doc/ [2022-04-19T19:25:24.427Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:25:24.427Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:25:24.427Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:25:24.427Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:25:24.427Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:25:24.427Z] spire-1.2.1/doc/images/ [2022-04-19T19:25:24.427Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:25:24.427Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:25:24.427Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:25:24.704Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:25:24.704Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:25:24.704Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:25:24.704Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:25:24.705Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:25:24.705Z] spire-1.2.1/examples/ [2022-04-19T19:25:24.705Z] spire-1.2.1/examples/README.md [2022-04-19T19:25:24.705Z] spire-1.2.1/go.mod [2022-04-19T19:25:24.705Z] spire-1.2.1/go.sum [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:25:24.705Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:25:24.706Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:25:24.983Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:25:24.984Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:25:25.262Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:25:25.263Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:25:25.264Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:25:25.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/private/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:25:25.542Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:25:25.542Z] spire-1.2.1/release/ [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire/ [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:25:25.542Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:25:25.542Z] spire-1.2.1/script/ [2022-04-19T19:25:25.542Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:25:25.542Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:25:25.542Z] spire-1.2.1/support/ [2022-04-19T19:25:25.542Z] spire-1.2.1/support/k8s/ [2022-04-19T19:25:25.542Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:25:25.542Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:25:25.542Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:25:25.542Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:25:25.543Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:25:25.543Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:25:25.543Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:25:25.822Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:25:25.822Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:25:25.822Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:25:25.822Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:25:25.822Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:25:25.822Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:25:25.822Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:25:25.822Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:25:25.822Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:25:25.822Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/clock/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:25:25.822Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/common [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:25:25.822Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:25:25.823Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:25:26.102Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:25:26.103Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:25:26.103Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/testca/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/testkey/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:25:26.103Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/util/ [2022-04-19T19:25:26.103Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/util/race.go [2022-04-19T19:25:26.103Z] spire-1.2.1/test/util/util.go [2022-04-19T19:25:26.103Z] building spire from source... [2022-04-19T19:25:27.093Z] Installing go1.17.7... [2022-04-19T19:25:53.914Z] Building bin/spire-server... [2022-04-19T19:25:53.914Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:25:53.914Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:25:53.914Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:25:53.914Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:25:53.914Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:25:55.901Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:25:56.178Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:25:56.455Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:25:56.455Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:25:56.732Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:25:57.717Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:25:57.717Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:25:57.992Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:25:58.270Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:25:58.270Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:25:58.270Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:25:58.270Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:25:58.270Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:26:00.261Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:26:00.261Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:26:00.538Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:26:00.814Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:26:01.812Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:26:02.803Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:26:03.081Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:26:29.878Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:26:29.878Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:26:29.878Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:26:29.878Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:26:29.878Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:26:29.878Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:26:29.878Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:26:29.878Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:26:29.878Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:26:29.878Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:26:29.878Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:26:29.878Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:26:29.878Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:26:29.878Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:26:29.878Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:26:29.878Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:26:29.878Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:26:29.878Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:26:29.878Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:26:29.878Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:26:29.878Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:26:29.878Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:26:29.878Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:26:29.878Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:26:29.878Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:26:29.878Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:26:29.878Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:26:30.157Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:26:30.157Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:26:30.762Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:26:33.390Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:26:40.425Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:26:40.425Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:26:40.425Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:26:40.425Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:26:40.425Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:26:40.425Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:26:41.413Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:26:51.598Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:27:30.609Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:27:30.609Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:27:30.609Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:27:30.609Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:27:30.609Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:27:30.609Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:27:30.609Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:27:30.885Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:27:32.873Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:27:32.873Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:27:33.148Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:27:34.135Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:27:34.410Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:27:35.393Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:27:35.667Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:27:35.941Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:27:36.214Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:27:36.489Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:27:36.765Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:27:36.765Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:27:37.040Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:27:37.641Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:27:37.641Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:27:39.078Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:27:39.078Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:27:39.078Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:27:44.483Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:27:44.483Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:27:44.483Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:27:44.761Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:27:44.761Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:27:44.761Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:27:44.761Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:27:45.751Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:27:46.027Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:27:46.304Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:27:46.304Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:27:46.584Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:27:47.186Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:27:47.788Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:27:48.390Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:27:48.390Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:27:48.390Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:27:48.666Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:27:48.666Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:27:48.944Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:27:48.944Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:27:49.933Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:27:50.535Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:27:51.138Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:27:51.138Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:27:51.413Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:27:52.401Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:27:54.388Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:27:54.388Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:27:54.388Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:27:54.666Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:27:54.941Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:27:55.216Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:27:55.490Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:27:55.764Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:27:58.397Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:27:58.397Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:27:58.674Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:28:01.304Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:28:01.304Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:28:01.304Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:28:01.580Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:28:01.857Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:28:02.133Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:28:02.133Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:28:02.408Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:28:02.408Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:28:02.687Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:28:12.842Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:28:12.842Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:28:12.842Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:28:12.842Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:28:51.844Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:28:51.844Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:30:13.650Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-19T19:30:13.650Z] Removing intermediate container c049fe0733e8 [2022-04-19T19:30:13.650Z] ---> 05a28d974f03 [2022-04-19T19:30:13.650Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-19T19:30:13.650Z] ---> Running in cc3953005f78 [2022-04-19T19:30:13.650Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-19T19:30:13.650Z] Removing intermediate container cc3953005f78 [2022-04-19T19:30:13.650Z] ---> 7074e4997904 [2022-04-19T19:30:13.650Z] [2022-04-19T19:30:13.650Z] Step 11/23 : FROM docker:20.10.14 [2022-04-19T19:30:13.650Z] 20.10.14: Pulling from library/docker [2022-04-19T19:30:15.096Z] Removing intermediate container 2035b248d36b [2022-04-19T19:30:15.096Z] ---> dd9817db9103 [2022-04-19T19:30:15.096Z] [2022-04-19T19:30:15.096Z] Step 10/31 : FROM alpine:3.14 [2022-04-19T19:30:15.489Z] 3.14: Pulling from library/alpine [2022-04-19T19:30:19.083Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T19:30:19.084Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T19:30:19.084Z] ---> ac73e934f311 [2022-04-19T19:30:19.084Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-19T19:30:19.693Z] ---> Running in 4c8397e11d19 [2022-04-19T19:30:20.682Z] Removing intermediate container 4c8397e11d19 [2022-04-19T19:30:20.682Z] ---> 8c70bb7e487b [2022-04-19T19:30:20.682Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-19T19:30:20.682Z] ---> Running in f095298d4688 [2022-04-19T19:30:23.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:30:23.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:30:24.605Z] Removing intermediate container c480ebe2e6af [2022-04-19T19:30:24.605Z] ---> 0b5451be7a4a [2022-04-19T19:30:24.605Z] [2022-04-19T19:30:24.605Z] Step 10/25 : FROM alpine:3.14 [2022-04-19T19:30:24.605Z] ---> ac73e934f311 [2022-04-19T19:30:24.605Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-19T19:30:24.605Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-19T19:30:24.605Z] (2/2) Installing su-exec (0.2-r1) [2022-04-19T19:30:24.605Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:30:24.605Z] OK: 6 MiB in 16 packages [2022-04-19T19:30:24.883Z] ---> Running in cf386f1e076e [2022-04-19T19:30:27.532Z] Removing intermediate container f095298d4688 [2022-04-19T19:30:27.532Z] ---> 5542c98bea01 [2022-04-19T19:30:27.532Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-19T19:30:27.532Z] ---> Running in d0612ce26d46 [2022-04-19T19:30:27.810Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:30:28.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:30:28.364Z] Removing intermediate container d0612ce26d46 [2022-04-19T19:30:28.364Z] ---> 1a6b8aa4a15e [2022-04-19T19:30:28.364Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-19T19:30:28.638Z] ---> Running in 98b86f311de8 [2022-04-19T19:30:29.238Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-19T19:30:29.238Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-19T19:30:29.238Z] (3/3) Installing su-exec (0.2-r1) [2022-04-19T19:30:29.238Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:30:29.515Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:30:29.515Z] Removing intermediate container 98b86f311de8 [2022-04-19T19:30:29.515Z] ---> 0c110b4e0203 [2022-04-19T19:30:29.515Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-19T19:30:29.796Z] ---> Running in ce08912fdd87 [2022-04-19T19:30:29.796Z] OK: 6 MiB in 17 packages [2022-04-19T19:30:34.114Z] Removing intermediate container cf386f1e076e [2022-04-19T19:30:34.114Z] ---> 5f5da871d610 [2022-04-19T19:30:34.114Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T19:30:34.114Z] ---> Running in bdcb63cbb343 [2022-04-19T19:30:34.114Z] Removing intermediate container ce08912fdd87 [2022-04-19T19:30:34.114Z] ---> 46653728d16b [2022-04-19T19:30:34.114Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-19T19:30:34.394Z] ---> Running in e06bbd398081 [2022-04-19T19:30:34.989Z] Removing intermediate container bdcb63cbb343 [2022-04-19T19:30:34.989Z] ---> 86fef257c1b5 [2022-04-19T19:30:34.989Z] Step 13/25 : WORKDIR / [2022-04-19T19:30:35.265Z] ---> Running in 2560601a033c [2022-04-19T19:30:35.538Z] Removing intermediate container e06bbd398081 [2022-04-19T19:30:35.538Z] ---> 28f57799cd96 [2022-04-19T19:30:35.538Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-19T19:30:36.147Z] Removing intermediate container 2560601a033c [2022-04-19T19:30:36.147Z] ---> 5a39222ab5d1 [2022-04-19T19:30:36.147Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-04-19T19:30:37.598Z] ---> 2c991e066f90 [2022-04-19T19:30:37.598Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-19T19:30:37.880Z] ---> b9b241ec2b48 [2022-04-19T19:30:37.880Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-04-19T19:30:37.880Z] ---> Running in 718516266a78 [2022-04-19T19:30:39.891Z] ---> 7edaed1c6b0d [2022-04-19T19:30:39.891Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-19T19:30:41.886Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-19T19:30:41.886Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-19T19:30:41.886Z] ---> c346e9eafbab [2022-04-19T19:30:41.886Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:30:41.886Z] ---> Running in e7843b53ceb6 [2022-04-19T19:30:41.886Z] ---> 39d0ea706290 [2022-04-19T19:30:41.886Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-04-19T19:30:42.170Z] Removing intermediate container 718516266a78 [2022-04-19T19:30:42.170Z] ---> 55ed10d6d12f [2022-04-19T19:30:42.170Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:30:42.784Z] Removing intermediate container e7843b53ceb6 [2022-04-19T19:30:42.784Z] ---> ab7e4ce5c6b2 [2022-04-19T19:30:42.784Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-04-19T19:30:43.060Z] ---> Running in 9ccda5f0383a [2022-04-19T19:30:44.053Z] ---> 450668b1799b [2022-04-19T19:30:44.053Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-19T19:30:44.053Z] ---> 41499e7b50dd [2022-04-19T19:30:44.053Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-19T19:30:45.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:30:45.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:30:46.373Z] ---> 1a5703636eb4 [2022-04-19T19:30:46.373Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-19T19:30:46.972Z] (1/43) Installing readline (8.1.1-r0) [2022-04-19T19:30:46.972Z] (2/43) Installing bash (5.1.16-r0) [2022-04-19T19:30:46.972Z] Executing bash-5.1.16-r0.post-install [2022-04-19T19:30:46.972Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:30:46.972Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T19:30:46.972Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-19T19:30:47.290Z] (6/43) Installing curl (7.80.0-r0) [2022-04-19T19:30:47.290Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-19T19:30:47.290Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-19T19:30:47.290Z] (9/43) Installing expat (2.4.7-r0) [2022-04-19T19:30:47.290Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-19T19:30:47.290Z] (11/43) Installing gdbm (1.22-r0) [2022-04-19T19:30:47.290Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-19T19:30:47.290Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-19T19:30:47.291Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-19T19:30:47.291Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-19T19:30:47.291Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-19T19:30:47.291Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-19T19:30:47.568Z] ---> ec7e974fc1d6 [2022-04-19T19:30:47.568Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-19T19:30:49.556Z] ---> 41563cf217b5 [2022-04-19T19:30:49.556Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-19T19:30:49.556Z] ---> a86aec22c86b [2022-04-19T19:30:49.556Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T19:30:50.554Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-19T19:30:50.554Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-19T19:30:50.554Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-19T19:30:50.554Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-19T19:30:50.554Z] ---> 18b09556b218 [2022-04-19T19:30:50.554Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-19T19:30:50.554Z] ---> 778db8fde1a7 [2022-04-19T19:30:50.555Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-04-19T19:30:50.555Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-19T19:30:50.831Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-19T19:30:50.831Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-19T19:30:50.831Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-19T19:30:50.831Z] ---> Running in 4a53c0fa02c1 [2022-04-19T19:30:50.831Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-19T19:30:50.831Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-19T19:30:50.831Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-19T19:30:50.831Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-19T19:30:51.110Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-19T19:30:51.110Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-19T19:30:51.110Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-19T19:30:51.110Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-19T19:30:51.110Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-19T19:30:51.110Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-19T19:30:51.110Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-19T19:30:51.389Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-19T19:30:51.389Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-19T19:30:51.389Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-19T19:30:51.389Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-19T19:30:51.389Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-19T19:30:51.723Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-19T19:30:51.723Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-19T19:30:52.328Z] ---> beeff630ab99 [2022-04-19T19:30:52.328Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-19T19:30:52.608Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:30:52.608Z] OK: 82 MiB in 65 packages [2022-04-19T19:30:52.608Z] ---> Running in f3cf75cde472 [2022-04-19T19:30:53.606Z] Removing intermediate container f3cf75cde472 [2022-04-19T19:30:53.606Z] ---> 2e34f1341e89 [2022-04-19T19:30:53.606Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-19T19:30:54.599Z] Removing intermediate container 4a53c0fa02c1 [2022-04-19T19:30:54.599Z] ---> 73c9c8ba017d [2022-04-19T19:30:54.599Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T19:30:54.599Z] ---> Running in 126b9931a24c [2022-04-19T19:30:54.886Z] ---> efb01f8ed9a1 [2022-04-19T19:30:54.886Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-19T19:30:55.513Z] ---> Running in 9dc91b6f3eb0 [2022-04-19T19:30:55.513Z] Removing intermediate container 126b9931a24c [2022-04-19T19:30:55.513Z] ---> ca0c1ca1d5ac [2022-04-19T19:30:55.513Z] Step 23/25 : LABEL arch=arm64 [2022-04-19T19:30:55.801Z] ---> Running in 8bc5ddd0c6d3 [2022-04-19T19:30:56.415Z] Removing intermediate container 8bc5ddd0c6d3 [2022-04-19T19:30:56.415Z] ---> 18ca5d09a246 [2022-04-19T19:30:56.415Z] Step 24/25 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:30:56.696Z] ---> Running in c57ddd8d7f0c [2022-04-19T19:30:57.304Z] Removing intermediate container c57ddd8d7f0c [2022-04-19T19:30:57.304Z] ---> 5d19b23df22a [2022-04-19T19:30:57.304Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T19:30:57.304Z] ---> Running in d3e5589d5d5a [2022-04-19T19:30:57.907Z] Removing intermediate container d3e5589d5d5a [2022-04-19T19:30:57.907Z] ---> 919cee2bf9fa [2022-04-19T19:30:57.907Z] [2022-04-19T19:30:58.899Z] Successfully built 919cee2bf9fa [2022-04-19T19:30:58.899Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-19T19:30:59.180Z]  Building security-secretstore-setup ... done Building core-metadata [2022-04-19T19:30:59.457Z] Removing intermediate container 9dc91b6f3eb0 [2022-04-19T19:30:59.457Z] ---> c83cd20f9880 [2022-04-19T19:30:59.457Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-19T19:30:59.734Z] Collecting docker-compose==1.23.2 [2022-04-19T19:30:59.734Z] ---> Running in e071d1c21ce4 [2022-04-19T19:30:59.734Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-19T19:31:00.338Z] Removing intermediate container e071d1c21ce4 [2022-04-19T19:31:00.338Z] ---> 3788b570ac5e [2022-04-19T19:31:00.338Z] Step 28/31 : CMD ["gate"] [2022-04-19T19:31:00.618Z] ---> Running in 257d270837b2 [2022-04-19T19:31:01.230Z] Removing intermediate container 257d270837b2 [2022-04-19T19:31:01.230Z] ---> 77930131e458 [2022-04-19T19:31:01.230Z] Step 29/31 : LABEL arch=arm64 [2022-04-19T19:31:01.518Z] ---> Running in dc05396a2f9f [2022-04-19T19:31:02.123Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-19T19:31:02.123Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-19T19:31:02.123Z] Removing intermediate container dc05396a2f9f [2022-04-19T19:31:02.123Z] ---> fdabcd1354e4 [2022-04-19T19:31:02.123Z] Step 30/31 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:31:02.409Z] ---> Running in 8e4a21ce43aa [2022-04-19T19:31:02.409Z] Collecting cached-property<2,>=1.2.0 [2022-04-19T19:31:02.687Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-19T19:31:02.687Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-04-19T19:31:02.963Z] Removing intermediate container 8e4a21ce43aa [2022-04-19T19:31:02.963Z] ---> 8beace567d39 [2022-04-19T19:31:02.963Z] Step 31/31 : LABEL version=0.0.0 [2022-04-19T19:31:03.245Z] ---> Running in e26087ab3253 [2022-04-19T19:31:03.845Z] Collecting docker<4.0,>=3.6.0 [2022-04-19T19:31:03.845Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-19T19:31:03.845Z] Removing intermediate container e26087ab3253 [2022-04-19T19:31:03.845Z] ---> 7618b22c6e2d [2022-04-19T19:31:03.845Z] [2022-04-19T19:31:04.121Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-19T19:31:04.121Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-19T19:31:04.406Z] Successfully built 7618b22c6e2d [2022-04-19T19:31:04.406Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-19T19:31:04.406Z]  Building security-bootstrapper ... done Building security-spire-server [2022-04-19T19:31:07.042Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-19T19:31:07.042Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-19T19:31:07.321Z] Collecting jsonschema<3,>=2.5.1 [2022-04-19T19:31:07.321Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-19T19:31:08.312Z] Collecting PyYAML<4,>=3.10 [2022-04-19T19:31:08.312Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-19T19:31:12.655Z] Collecting docopt<0.7,>=0.6.1 [2022-04-19T19:31:12.655Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-19T19:31:14.650Z] Collecting texttable<0.10,>=0.9.0 [2022-04-19T19:31:14.650Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-19T19:31:17.286Z] Collecting docker-pycreds>=0.4.0 [2022-04-19T19:31:17.286Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-19T19:31:18.270Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-19T19:31:18.270Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-19T19:31:19.253Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-19T19:31:19.253Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-19T19:31:19.253Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-04-19T19:31:19.527Z] Collecting idna<2.8,>=2.5 [2022-04-19T19:31:19.527Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-19T19:31:20.137Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-19T19:31:20.137Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-19T19:31:20.137Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-19T19:31:20.137Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-19T19:31:21.632Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-19T19:31:21.632Z] Attempting uninstall: urllib3 [2022-04-19T19:31:21.632Z] Found existing installation: urllib3 1.26.7 [2022-04-19T19:31:21.632Z] Uninstalling urllib3-1.26.7: [2022-04-19T19:31:21.632Z] Successfully uninstalled urllib3-1.26.7 [2022-04-19T19:31:22.876Z] Attempting uninstall: idna [2022-04-19T19:31:22.876Z] Found existing installation: idna 3.3 [2022-04-19T19:31:22.876Z] Uninstalling idna-3.3: [2022-04-19T19:31:23.169Z] Successfully uninstalled idna-3.3 [2022-04-19T19:31:28.695Z] Attempting uninstall: requests [2022-04-19T19:31:28.695Z] Found existing installation: requests 2.26.0 [2022-04-19T19:31:28.695Z] Uninstalling requests-2.26.0: [2022-04-19T19:31:28.695Z] Successfully uninstalled requests-2.26.0 [2022-04-19T19:31:28.981Z] Running setup.py install for texttable: started [2022-04-19T19:31:32.412Z] Running setup.py install for texttable: finished with status 'done' [2022-04-19T19:31:32.412Z] Running setup.py install for PyYAML: started [2022-04-19T19:31:35.838Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-19T19:31:36.119Z] Running setup.py install for docopt: started [2022-04-19T19:31:39.526Z] Running setup.py install for docopt: finished with status 'done' [2022-04-19T19:31:39.526Z] Running setup.py install for dockerpty: started [2022-04-19T19:31:42.956Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-19T19:31:46.363Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-04-19T19:31:46.636Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:31:46.636Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:31:46.636Z] ---> 4a84a9e68dca [2022-04-19T19:31:46.636Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:31:46.636Z] ---> Using cache [2022-04-19T19:31:46.636Z] ---> b2a67a328509 [2022-04-19T19:31:46.636Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:31:46.636Z] ---> Using cache [2022-04-19T19:31:46.636Z] ---> f15f3df6ce47 [2022-04-19T19:31:46.636Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T19:31:46.636Z] ---> Running in 275fdb7d227a [2022-04-19T19:31:48.628Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:31:49.630Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:31:51.077Z] OK: 220 MiB in 52 packages [2022-04-19T19:31:53.735Z] Removing intermediate container 275fdb7d227a [2022-04-19T19:31:53.735Z] ---> 08d74264e483 [2022-04-19T19:31:53.735Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:31:55.729Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:31:55.729Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:31:55.729Z] ---> 4a84a9e68dca [2022-04-19T19:31:55.729Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T19:31:55.729Z] ---> Using cache [2022-04-19T19:31:55.729Z] ---> b2a67a328509 [2022-04-19T19:31:55.729Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:31:55.729Z] ---> Using cache [2022-04-19T19:31:55.729Z] ---> f15f3df6ce47 [2022-04-19T19:31:55.729Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:31:55.729Z] ---> Using cache [2022-04-19T19:31:55.729Z] ---> 1ed32a5aa2b2 [2022-04-19T19:31:55.729Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T19:31:55.729Z] ---> Using cache [2022-04-19T19:31:55.729Z] ---> 8cc48af232ad [2022-04-19T19:31:55.729Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:31:55.729Z] ---> Using cache [2022-04-19T19:31:55.729Z] ---> d3ba673069d3 [2022-04-19T19:31:55.729Z] Step 8/25 : COPY . . [2022-04-19T19:31:56.017Z] ---> dde6408d5905 [2022-04-19T19:31:56.017Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:31:56.017Z] ---> Using cache [2022-04-19T19:31:56.017Z] ---> 7defd34d0983 [2022-04-19T19:31:56.017Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:31:56.308Z] ---> Using cache [2022-04-19T19:31:56.308Z] ---> e74d5a6ff9b9 [2022-04-19T19:31:56.308Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-19T19:31:56.308Z] ---> Using cache [2022-04-19T19:31:56.308Z] ---> a52cbd473d8d [2022-04-19T19:31:56.308Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-19T19:31:56.308Z] ---> Using cache [2022-04-19T19:31:56.308Z] ---> 810c9505974d [2022-04-19T19:31:56.308Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-19T19:31:56.308Z] ---> Running in 3c866f3c2b4a [2022-04-19T19:31:56.588Z] ---> Running in 25fb7df72618 [2022-04-19T19:32:02.022Z] spire-1.2.1/ [2022-04-19T19:32:02.022Z] spire-1.2.1/.data/ [2022-04-19T19:32:02.022Z] spire-1.2.1/.data/.file [2022-04-19T19:32:02.022Z] spire-1.2.1/.dockerignore [2022-04-19T19:32:02.022Z] spire-1.2.1/.gitattributes [2022-04-19T19:32:02.022Z] spire-1.2.1/.githooks/ [2022-04-19T19:32:02.022Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/ [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:32:02.022Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:32:02.022Z] spire-1.2.1/.gitignore [2022-04-19T19:32:02.022Z] spire-1.2.1/.go-version [2022-04-19T19:32:02.022Z] spire-1.2.1/.golangci.yml [2022-04-19T19:32:02.022Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:32:02.022Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:32:02.022Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:32:02.022Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:32:02.022Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:32:02.022Z] spire-1.2.1/Dockerfile [2022-04-19T19:32:02.022Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:32:02.022Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:32:02.022Z] spire-1.2.1/LICENSE [2022-04-19T19:32:02.022Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:32:02.022Z] spire-1.2.1/Makefile [2022-04-19T19:32:02.022Z] spire-1.2.1/README.md [2022-04-19T19:32:02.022Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:32:02.022Z] spire-1.2.1/SECURITY.md [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:32:02.022Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:32:02.023Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:32:02.023Z] spire-1.2.1/conf/ [2022-04-19T19:32:02.023Z] spire-1.2.1/conf/agent/ [2022-04-19T19:32:02.023Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:32:02.023Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:32:02.023Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:32:02.023Z] spire-1.2.1/conf/server/ [2022-04-19T19:32:02.023Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:32:02.023Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:32:02.023Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:32:02.023Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/ [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/ [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:32:02.023Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:32:02.023Z] spire-1.2.1/examples/ [2022-04-19T19:32:02.023Z] spire-1.2.1/examples/README.md [2022-04-19T19:32:02.023Z] spire-1.2.1/go.mod [2022-04-19T19:32:02.023Z] spire-1.2.1/go.sum [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:32:02.023Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:32:02.024Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:32:02.025Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:32:02.026Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:32:02.027Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:32:02.027Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:32:02.027Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:32:02.304Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:32:02.305Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:32:02.581Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/private/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:32:02.582Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:32:02.582Z] spire-1.2.1/release/ [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire/ [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:32:02.582Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:32:02.582Z] spire-1.2.1/script/ [2022-04-19T19:32:02.582Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:32:02.582Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:32:02.582Z] spire-1.2.1/support/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:32:02.582Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/clock/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:32:02.582Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:32:02.583Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/common [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:32:02.583Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:32:02.866Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:32:02.867Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:32:02.868Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:32:02.868Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/testca/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/testkey/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:32:02.868Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/util/ [2022-04-19T19:32:02.868Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/util/race.go [2022-04-19T19:32:02.868Z] spire-1.2.1/test/util/util.go [2022-04-19T19:32:02.868Z] building spire from source... [2022-04-19T19:32:03.468Z] Installing go1.17.7... [2022-04-19T19:32:03.468Z] Removing intermediate container 3c866f3c2b4a [2022-04-19T19:32:03.468Z] ---> 757f3bdce42b [2022-04-19T19:32:03.468Z] Step 8/23 : COPY . . [2022-04-19T19:32:06.116Z] Removing intermediate container a37d3eb62474 [2022-04-19T19:32:06.116Z] ---> d7b1a8b4196a [2022-04-19T19:32:06.116Z] [2022-04-19T19:32:06.116Z] Step 9/20 : FROM alpine:3.15 [2022-04-19T19:32:06.393Z] 3.15: Pulling from library/alpine [2022-04-19T19:32:06.393Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-19T19:32:06.393Z] Status: Downloaded newer image for alpine:3.15 [2022-04-19T19:32:06.393Z] ---> 3fb3c9af89a9 [2022-04-19T19:32:06.393Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T19:32:06.997Z] ---> Running in bd6705a04709 [2022-04-19T19:32:07.993Z] Removing intermediate container bd6705a04709 [2022-04-19T19:32:07.993Z] ---> e85aa3d18375 [2022-04-19T19:32:07.993Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:32:08.269Z] ---> Running in 3d47d048becf [2022-04-19T19:32:13.711Z] Removing intermediate container 3d47d048becf [2022-04-19T19:32:13.711Z] ---> 5c31d73e0e9b [2022-04-19T19:32:13.711Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-19T19:32:13.711Z] ---> Running in 694ce2fd7101 [2022-04-19T19:32:15.701Z] Removing intermediate container 9ccda5f0383a [2022-04-19T19:32:15.701Z] ---> eefba2befc41 [2022-04-19T19:32:15.701Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-19T19:32:15.981Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:32:15.981Z] ---> Running in 2d23da03600d [2022-04-19T19:32:16.970Z] Removing intermediate container 2d23da03600d [2022-04-19T19:32:16.970Z] ---> e1c3d2566410 [2022-04-19T19:32:16.970Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-19T19:32:16.970Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:32:16.970Z] ---> Running in 668ba8924ed8 [2022-04-19T19:32:17.575Z] Removing intermediate container 668ba8924ed8 [2022-04-19T19:32:17.575Z] ---> 1ddda5d0ebe4 [2022-04-19T19:32:17.575Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-19T19:32:18.588Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:32:18.588Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:32:18.588Z] OK: 15730 distinct packages available [2022-04-19T19:32:18.588Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:32:19.578Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:32:20.585Z] ---> 4811161d150e [2022-04-19T19:32:20.585Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-19T19:32:20.861Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-19T19:32:20.861Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:32:21.140Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T19:32:21.140Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-19T19:32:21.140Z] (5/9) Installing curl (7.80.0-r0) [2022-04-19T19:32:21.418Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-19T19:32:21.418Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-19T19:32:21.418Z] (8/9) Installing libucontext (1.1-r0) [2022-04-19T19:32:21.699Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-19T19:32:21.699Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:32:21.700Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:32:22.310Z] OK: 8 MiB in 23 packages [2022-04-19T19:32:22.587Z] ---> e7dc49ab6835 [2022-04-19T19:32:22.587Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-19T19:32:26.003Z] ---> 6c0582acd6e7 [2022-04-19T19:32:26.003Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-19T19:32:26.003Z] Removing intermediate container 694ce2fd7101 [2022-04-19T19:32:26.003Z] ---> d41ff7230fa8 [2022-04-19T19:32:26.003Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:32:26.003Z] ---> Running in 8eb3eda5649b [2022-04-19T19:32:27.446Z] Removing intermediate container 8eb3eda5649b [2022-04-19T19:32:27.446Z] ---> a356598bb9fd [2022-04-19T19:32:27.446Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:32:27.446Z] ---> Running in 5fc58cf5d703 [2022-04-19T19:32:27.446Z] ---> ceb1c6ef238e [2022-04-19T19:32:27.446Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-19T19:32:28.437Z] Building bin/spire-server... [2022-04-19T19:32:28.437Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:32:28.437Z] Removing intermediate container 5fc58cf5d703 [2022-04-19T19:32:28.437Z] ---> 3c9cd7514d1c [2022-04-19T19:32:28.437Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T19:32:28.437Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:32:28.437Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:32:28.720Z]  ---> Running in a375deb69e9b [2022-04-19T19:32:29.325Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:32:29.325Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:32:29.609Z] Removing intermediate container a375deb69e9b [2022-04-19T19:32:29.609Z] ---> 60aee6818291 [2022-04-19T19:32:29.609Z] Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:32:29.891Z] ---> Running in 01a4f6313c8e [2022-04-19T19:32:29.891Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:32:30.496Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:32:30.780Z] Removing intermediate container 01a4f6313c8e [2022-04-19T19:32:30.780Z] ---> b9f446a0997f [2022-04-19T19:32:30.780Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:32:31.062Z] ---> Running in a3ed5704db14 [2022-04-19T19:32:31.348Z] ---> 85853cdd73e2 [2022-04-19T19:32:31.348Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-19T19:32:31.348Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:32:31.639Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:32:32.246Z] Removing intermediate container a3ed5704db14 [2022-04-19T19:32:32.246Z] ---> 0d8b454eb237 [2022-04-19T19:32:32.246Z] [2022-04-19T19:32:33.237Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:32:33.237Z]  ---> 3bbf1ad139cd [2022-04-19T19:32:33.237Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-19T19:32:33.514Z] Successfully built 0d8b454eb237 [2022-04-19T19:32:33.514Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-19T19:32:33.514Z]  Building sys-mgmt-agent ... done Building support-scheduler [2022-04-19T19:32:33.514Z] ---> Running in 8af7094e5dfc [2022-04-19T19:32:33.796Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:32:33.796Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:32:33.796Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:32:34.401Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:32:34.401Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:32:34.401Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:32:34.401Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:32:34.401Z] Removing intermediate container 8af7094e5dfc [2022-04-19T19:32:34.401Z] ---> 6b591fc23d03 [2022-04-19T19:32:34.401Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:32:34.679Z] ---> Running in 4b42cd6dfb14 [2022-04-19T19:32:35.284Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:32:35.749Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:32:35.749Z] Removing intermediate container 4b42cd6dfb14 [2022-04-19T19:32:35.749Z] ---> b7af816d45b1 [2022-04-19T19:32:35.749Z] Step 18/20 : LABEL arch=arm64 [2022-04-19T19:32:35.749Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:32:35.749Z]  ---> Running in e5132901a86d [2022-04-19T19:32:36.122Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:32:36.423Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:32:36.709Z] Removing intermediate container e5132901a86d [2022-04-19T19:32:36.709Z] ---> c648bd87ccc2 [2022-04-19T19:32:36.709Z] Step 19/20 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:32:37.001Z] ---> Running in ccabf88afa86 [2022-04-19T19:32:37.288Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:32:37.569Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:32:38.223Z] Removing intermediate container ccabf88afa86 [2022-04-19T19:32:38.223Z] ---> 4861215a71e3 [2022-04-19T19:32:38.223Z] Step 20/20 : LABEL version=0.0.0 [2022-04-19T19:32:38.223Z] ---> Running in 50a0ae158c7b [2022-04-19T19:32:39.714Z] Removing intermediate container 50a0ae158c7b [2022-04-19T19:32:39.714Z] ---> 3e32cb615944 [2022-04-19T19:32:39.714Z] [2022-04-19T19:32:40.704Z] Successfully built 3e32cb615944 [2022-04-19T19:32:40.704Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-19T19:32:40.704Z] Building support-notifications [2022-04-19T19:32:42.158Z]  Building security-spiffe-token-provider ... done  ---> b9f30e0ab2a4 [2022-04-19T19:32:42.158Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-19T19:32:42.158Z] ---> Running in 768938603cab [2022-04-19T19:32:44.150Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-19T19:32:52.453Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:32:52.453Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:32:52.453Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:32:52.453Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:32:52.453Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:32:52.453Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:32:52.453Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:32:52.728Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:32:52.728Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:32:53.010Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:32:53.011Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:32:53.011Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:32:53.287Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:32:53.287Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:32:53.564Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:32:54.553Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:32:54.553Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:32:55.162Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:32:55.441Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:32:55.441Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:32:55.441Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:32:55.441Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:32:55.718Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:32:55.718Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:32:55.997Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:32:56.274Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:32:56.551Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:32:56.551Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:32:56.836Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:32:57.112Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:33:01.468Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:33:11.686Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:33:11.686Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:33:11.961Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:33:12.241Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:33:12.525Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:33:12.525Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:33:22.733Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:33:22.733Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:33:22.733Z] ---> 4a84a9e68dca [2022-04-19T19:33:22.733Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:33:22.733Z] ---> Using cache [2022-04-19T19:33:22.733Z] ---> b2a67a328509 [2022-04-19T19:33:22.733Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:33:22.733Z] ---> Using cache [2022-04-19T19:33:22.733Z] ---> f15f3df6ce47 [2022-04-19T19:33:22.733Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T19:33:22.733Z] ---> Using cache [2022-04-19T19:33:22.733Z] ---> 08d74264e483 [2022-04-19T19:33:22.733Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:33:22.733Z] ---> Using cache [2022-04-19T19:33:22.733Z] ---> dde6408d5905 [2022-04-19T19:33:22.733Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:33:22.733Z] ---> Using cache [2022-04-19T19:33:22.733Z] ---> 757f3bdce42b [2022-04-19T19:33:22.733Z] Step 8/22 : COPY . . [2022-04-19T19:33:22.733Z] ---> Using cache [2022-04-19T19:33:22.733Z] ---> b9f30e0ab2a4 [2022-04-19T19:33:22.733Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-19T19:33:22.733Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:33:23.752Z]  ---> Running in 844d70ac2860 [2022-04-19T19:33:26.399Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-19T19:33:26.399Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:33:29.061Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:33:29.353Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:33:29.353Z] ---> 4a84a9e68dca [2022-04-19T19:33:29.353Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:33:29.353Z] ---> Using cache [2022-04-19T19:33:29.353Z] ---> b2a67a328509 [2022-04-19T19:33:29.353Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:33:29.353Z] ---> Using cache [2022-04-19T19:33:29.353Z] ---> f15f3df6ce47 [2022-04-19T19:33:29.353Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-19T19:33:29.353Z] ---> Running in 8179127ba53d [2022-04-19T19:33:31.374Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:33:32.361Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:33:33.808Z] OK: 220 MiB in 52 packages [2022-04-19T19:33:35.266Z] Removing intermediate container 8179127ba53d [2022-04-19T19:33:35.267Z] ---> a5834cdcbd96 [2022-04-19T19:33:35.267Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:33:36.252Z] ---> eda427b8967f [2022-04-19T19:33:36.252Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:33:36.252Z] ---> Running in e85bd6e6dd16 [2022-04-19T19:33:41.677Z] Removing intermediate container e85bd6e6dd16 [2022-04-19T19:33:41.677Z] ---> 5e95cca95783 [2022-04-19T19:33:41.677Z] Step 8/22 : COPY . . [2022-04-19T19:34:03.875Z] ---> c314256652c5 [2022-04-19T19:34:03.875Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-19T19:34:03.875Z] ---> Running in d4ce7942bea9 [2022-04-19T19:34:05.868Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-19T19:34:11.284Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:34:11.284Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:34:11.284Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:34:11.284Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:34:11.567Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:34:11.567Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:34:13.014Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:34:15.002Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:34:18.628Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:34:19.222Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:34:21.209Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:34:21.209Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:34:21.489Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:34:22.931Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:34:22.931Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:34:22.931Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:34:23.208Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:34:23.482Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:34:23.757Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:34:23.757Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:34:24.033Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:34:24.033Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:34:24.634Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:34:24.634Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:34:26.072Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:34:26.072Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:34:26.668Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:34:32.079Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:34:32.681Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:34:32.957Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:34:32.957Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:34:33.236Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:34:33.236Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:34:33.236Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:34:34.225Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:34:34.225Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:34:34.501Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:34:34.778Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:34:34.778Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:34:36.217Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:34:36.817Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:34:37.094Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:34:37.094Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:34:37.369Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:34:37.644Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:34:37.644Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:34:37.644Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:34:37.925Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:34:38.913Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:34:39.188Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:34:39.466Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:34:39.740Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:34:40.015Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:34:40.998Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:34:42.982Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:34:42.982Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:34:43.258Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:34:43.533Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:34:43.533Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:34:44.132Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:34:44.132Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:34:44.731Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:34:47.370Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:34:50.003Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:34:50.003Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:34:50.290Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:34:50.290Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:34:50.566Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:34:51.168Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:34:51.445Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:34:51.721Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:34:51.721Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:34:51.997Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:34:51.997Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:34:51.997Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:35:02.170Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:35:02.170Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:35:02.170Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:35:02.170Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:35:41.165Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:35:41.165Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:38:03.061Z] Removing intermediate container 768938603cab [2022-04-19T19:38:03.061Z] ---> 6382a65cb87e [2022-04-19T19:38:03.061Z] [2022-04-19T19:38:03.061Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:38:03.061Z] ---> ac73e934f311 [2022-04-19T19:38:03.061Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:38:03.061Z] ---> Running in 7ecf6a49553e [2022-04-19T19:38:03.347Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:38:03.623Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:38:05.077Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T19:38:05.077Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:38:05.077Z] OK: 5 MiB in 15 packages [2022-04-19T19:38:06.110Z] Removing intermediate container 7ecf6a49553e [2022-04-19T19:38:06.110Z] ---> 001d3249669c [2022-04-19T19:38:06.110Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:38:06.410Z] ---> Running in 2dd64e9d998d [2022-04-19T19:38:07.020Z] Removing intermediate container 2dd64e9d998d [2022-04-19T19:38:07.020Z] ---> 95954cf05ebe [2022-04-19T19:38:07.020Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-19T19:38:07.020Z] ---> Running in 1e6ab6e471be [2022-04-19T19:38:07.788Z] Removing intermediate container 1e6ab6e471be [2022-04-19T19:38:07.788Z] ---> 491ef2f39ae9 [2022-04-19T19:38:07.788Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T19:38:07.788Z] ---> Running in 451e69af5d09 [2022-04-19T19:38:08.118Z] Removing intermediate container 451e69af5d09 [2022-04-19T19:38:08.118Z] ---> 1b816b663197 [2022-04-19T19:38:08.118Z] Step 15/23 : WORKDIR / [2022-04-19T19:38:08.407Z] ---> Running in bc3178d3a702 [2022-04-19T19:38:09.082Z] Removing intermediate container bc3178d3a702 [2022-04-19T19:38:09.082Z] ---> 19477e68110f [2022-04-19T19:38:09.082Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:38:10.125Z] ---> cf75f213a44b [2022-04-19T19:38:10.125Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-19T19:38:12.139Z] ---> bef6154c9bd1 [2022-04-19T19:38:12.139Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-19T19:38:12.748Z] ---> 808b335b1a69 [2022-04-19T19:38:12.748Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-19T19:38:12.748Z] ---> Running in c27972a6c3c2 [2022-04-19T19:38:13.365Z] Removing intermediate container c27972a6c3c2 [2022-04-19T19:38:13.365Z] ---> 19f670fb6ffa [2022-04-19T19:38:13.365Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:38:13.645Z] ---> Running in 116a1d39a8ec [2022-04-19T19:38:14.261Z] Removing intermediate container 116a1d39a8ec [2022-04-19T19:38:14.261Z] ---> c76545d496c7 [2022-04-19T19:38:14.261Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T19:38:14.261Z] ---> Running in ca06186df2ba [2022-04-19T19:38:14.877Z] Removing intermediate container ca06186df2ba [2022-04-19T19:38:14.877Z] ---> 56f34651e2a8 [2022-04-19T19:38:14.877Z] Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:38:14.877Z] ---> Running in f25c69a487a8 [2022-04-19T19:38:15.163Z] Removing intermediate container f25c69a487a8 [2022-04-19T19:38:15.163Z] ---> 0ff54586c23a [2022-04-19T19:38:15.163Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:38:15.444Z] ---> Running in 2ddbe68c6980 [2022-04-19T19:38:16.047Z] Removing intermediate container 2ddbe68c6980 [2022-04-19T19:38:16.047Z] ---> 544b79e7ea11 [2022-04-19T19:38:16.047Z] [2022-04-19T19:38:16.329Z] Successfully built 544b79e7ea11 [2022-04-19T19:38:16.329Z] Successfully tagged core-metadata-arm64:latest [2022-04-19T19:38:16.329Z] Building core-command [2022-04-19T19:38:48.775Z]  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:38:48.775Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:38:48.775Z] ---> 4a84a9e68dca [2022-04-19T19:38:48.775Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:38:48.775Z] ---> Using cache [2022-04-19T19:38:48.775Z] ---> b2a67a328509 [2022-04-19T19:38:48.775Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:38:48.775Z] ---> Using cache [2022-04-19T19:38:48.775Z] ---> f15f3df6ce47 [2022-04-19T19:38:48.775Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T19:38:48.775Z] ---> Using cache [2022-04-19T19:38:48.775Z] ---> 08d74264e483 [2022-04-19T19:38:48.775Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:38:48.775Z] ---> Using cache [2022-04-19T19:38:48.775Z] ---> dde6408d5905 [2022-04-19T19:38:48.775Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:38:48.775Z] ---> Using cache [2022-04-19T19:38:48.775Z] ---> 757f3bdce42b [2022-04-19T19:38:48.775Z] Step 8/23 : COPY . . [2022-04-19T19:38:48.775Z] ---> Using cache [2022-04-19T19:38:48.775Z] ---> b9f30e0ab2a4 [2022-04-19T19:38:48.775Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-19T19:38:48.775Z] ---> Running in d4831ac255bf [2022-04-19T19:38:49.774Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-19T19:41:26.771Z] Removing intermediate container 844d70ac2860 [2022-04-19T19:41:26.771Z] ---> e668622c55bb [2022-04-19T19:41:26.771Z] [2022-04-19T19:41:26.771Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:41:26.771Z] ---> ac73e934f311 [2022-04-19T19:41:26.771Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:41:26.771Z] ---> Using cache [2022-04-19T19:41:26.771Z] ---> 001d3249669c [2022-04-19T19:41:26.771Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:41:26.771Z] ---> Using cache [2022-04-19T19:41:26.771Z] ---> 95954cf05ebe [2022-04-19T19:41:26.771Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-19T19:41:26.771Z] ---> Running in c50a27a44d31 [2022-04-19T19:41:26.771Z] Removing intermediate container c50a27a44d31 [2022-04-19T19:41:26.771Z] ---> 3c8ae3432583 [2022-04-19T19:41:26.771Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T19:41:26.771Z] ---> Running in ff1e7a9d2b5c [2022-04-19T19:41:26.771Z] Removing intermediate container ff1e7a9d2b5c [2022-04-19T19:41:26.771Z] ---> 2850f7b1706b [2022-04-19T19:41:26.771Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:41:26.771Z] ---> b49bcb24a61a [2022-04-19T19:41:26.771Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-19T19:41:26.771Z] ---> 78f85e4d892e [2022-04-19T19:41:26.771Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-19T19:41:26.771Z] ---> e96b64b862a0 [2022-04-19T19:41:26.771Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-19T19:41:26.771Z] ---> Running in 6819c88b640a [2022-04-19T19:41:26.771Z] Removing intermediate container 6819c88b640a [2022-04-19T19:41:26.771Z] ---> 4ab3a4f34eb7 [2022-04-19T19:41:26.771Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:41:26.771Z] ---> Running in bd7edaf5874d [2022-04-19T19:41:26.771Z] Removing intermediate container bd7edaf5874d [2022-04-19T19:41:26.771Z] ---> 5d298e34ed0d [2022-04-19T19:41:26.771Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T19:41:26.771Z] ---> Running in f7c1370c75b5 [2022-04-19T19:41:26.771Z] Removing intermediate container f7c1370c75b5 [2022-04-19T19:41:26.771Z] ---> a46ede4f25b4 [2022-04-19T19:41:26.771Z] Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:41:26.771Z] ---> Running in 577e850580ac [2022-04-19T19:41:27.380Z] Removing intermediate container 577e850580ac [2022-04-19T19:41:27.380Z] ---> 40209dd88b6d [2022-04-19T19:41:27.380Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:41:27.380Z] ---> Running in af02920634f1 [2022-04-19T19:41:27.997Z] Removing intermediate container af02920634f1 [2022-04-19T19:41:27.997Z] ---> 98152ef0823a [2022-04-19T19:41:27.997Z] [2022-04-19T19:41:28.276Z] Successfully built 98152ef0823a [2022-04-19T19:41:28.276Z] Successfully tagged support-scheduler-arm64:latest [2022-04-19T19:41:28.276Z] Building security-spire-config [2022-04-19T19:42:00.723Z]  Building support-scheduler ... done Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:42:00.723Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:42:00.723Z] ---> 4a84a9e68dca [2022-04-19T19:42:00.723Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T19:42:00.723Z] ---> Using cache [2022-04-19T19:42:00.723Z] ---> b2a67a328509 [2022-04-19T19:42:00.723Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:42:00.723Z] ---> Using cache [2022-04-19T19:42:00.723Z] ---> f15f3df6ce47 [2022-04-19T19:42:00.723Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:42:00.723Z] ---> Using cache [2022-04-19T19:42:00.723Z] ---> 1ed32a5aa2b2 [2022-04-19T19:42:00.723Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T19:42:00.723Z] ---> Using cache [2022-04-19T19:42:00.723Z] ---> 8cc48af232ad [2022-04-19T19:42:00.723Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:42:00.723Z] ---> Using cache [2022-04-19T19:42:00.723Z] ---> d3ba673069d3 [2022-04-19T19:42:00.723Z] Step 8/26 : COPY . . [2022-04-19T19:42:00.723Z] ---> Using cache [2022-04-19T19:42:00.723Z] ---> 7defd34d0983 [2022-04-19T19:42:00.723Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:42:00.723Z] ---> Using cache [2022-04-19T19:42:00.723Z] ---> e74d5a6ff9b9 [2022-04-19T19:42:00.723Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T19:42:00.723Z] ---> Using cache [2022-04-19T19:42:00.723Z] ---> a52cbd473d8d [2022-04-19T19:42:00.723Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T19:42:00.723Z] ---> Using cache [2022-04-19T19:42:00.723Z] ---> 810c9505974d [2022-04-19T19:42:00.723Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-04-19T19:42:00.723Z] ---> Running in 128efc01ba63 [2022-04-19T19:42:04.166Z] spire-1.2.1/ [2022-04-19T19:42:04.166Z] spire-1.2.1/.data/ [2022-04-19T19:42:04.166Z] spire-1.2.1/.data/.file [2022-04-19T19:42:04.166Z] spire-1.2.1/.dockerignore [2022-04-19T19:42:04.166Z] spire-1.2.1/.gitattributes [2022-04-19T19:42:04.166Z] spire-1.2.1/.githooks/ [2022-04-19T19:42:04.166Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/ [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:42:04.166Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:42:04.166Z] spire-1.2.1/.gitignore [2022-04-19T19:42:04.166Z] spire-1.2.1/.go-version [2022-04-19T19:42:04.166Z] spire-1.2.1/.golangci.yml [2022-04-19T19:42:04.166Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:42:04.166Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:42:04.166Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:42:04.166Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:42:04.166Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:42:04.166Z] spire-1.2.1/Dockerfile [2022-04-19T19:42:04.166Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:42:04.166Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:42:04.166Z] spire-1.2.1/LICENSE [2022-04-19T19:42:04.166Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:42:04.166Z] spire-1.2.1/Makefile [2022-04-19T19:42:04.166Z] spire-1.2.1/README.md [2022-04-19T19:42:04.166Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:42:04.166Z] spire-1.2.1/SECURITY.md [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:42:04.166Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:42:04.167Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:42:04.167Z] spire-1.2.1/conf/ [2022-04-19T19:42:04.167Z] spire-1.2.1/conf/agent/ [2022-04-19T19:42:04.167Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:42:04.167Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:42:04.167Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:42:04.167Z] spire-1.2.1/conf/server/ [2022-04-19T19:42:04.167Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:42:04.167Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:42:04.167Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:42:04.167Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/ [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/ [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:42:04.167Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:42:04.447Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:42:04.448Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:42:04.448Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:42:04.448Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:42:04.448Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:42:04.448Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:42:04.448Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:42:04.448Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:42:04.448Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:42:04.448Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:42:04.448Z] spire-1.2.1/examples/ [2022-04-19T19:42:04.448Z] spire-1.2.1/examples/README.md [2022-04-19T19:42:04.448Z] spire-1.2.1/go.mod [2022-04-19T19:42:04.448Z] spire-1.2.1/go.sum [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:42:04.448Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/common/ [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:42:04.449Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:42:04.729Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:42:04.730Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:42:05.016Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:42:05.017Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:42:05.018Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:42:05.297Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/private/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:42:05.298Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:42:05.298Z] spire-1.2.1/release/ [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire/ [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:42:05.298Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:42:05.298Z] spire-1.2.1/script/ [2022-04-19T19:42:05.298Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:42:05.298Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:42:05.298Z] spire-1.2.1/support/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:42:05.298Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:42:05.298Z] spire-1.2.1/test/ [2022-04-19T19:42:05.298Z] spire-1.2.1/test/clock/ [2022-04-19T19:42:05.298Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:42:05.298Z] spire-1.2.1/test/fakes/ [2022-04-19T19:42:05.298Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:42:05.298Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:42:05.298Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:42:05.298Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:42:05.298Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:42:05.298Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:42:05.299Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:42:05.299Z] spire-1.2.1/test/integration/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/common [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:42:05.592Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:42:05.593Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:42:05.594Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:42:05.874Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:42:05.875Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:42:05.875Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:42:05.875Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:42:05.875Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/testca/ [2022-04-19T19:42:05.875Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/testkey/ [2022-04-19T19:42:05.875Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:42:05.875Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:42:05.875Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/util/ [2022-04-19T19:42:05.875Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/util/race.go [2022-04-19T19:42:05.875Z] spire-1.2.1/test/util/util.go [2022-04-19T19:42:05.875Z] building spire from source... [2022-04-19T19:42:06.484Z] Installing go1.17.7... [2022-04-19T19:42:06.793Z] Removing intermediate container d4ce7942bea9 [2022-04-19T19:42:06.793Z] ---> e242eff01abb [2022-04-19T19:42:06.793Z] [2022-04-19T19:42:06.793Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:42:06.793Z] ---> ac73e934f311 [2022-04-19T19:42:06.793Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-19T19:42:06.793Z] ---> Running in f8861279b817 [2022-04-19T19:42:09.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:42:09.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:42:10.872Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-19T19:42:10.872Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-19T19:42:10.872Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:42:10.872Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:42:11.474Z] OK: 6 MiB in 16 packages [2022-04-19T19:42:14.113Z] Removing intermediate container f8861279b817 [2022-04-19T19:42:14.113Z] ---> c3ce38ab3848 [2022-04-19T19:42:14.113Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:42:14.113Z] ---> Running in 8940bf821125 [2022-04-19T19:42:14.393Z] Removing intermediate container 8940bf821125 [2022-04-19T19:42:14.393Z] ---> 2407ba0272c7 [2022-04-19T19:42:14.393Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-19T19:42:14.672Z] ---> Running in 265e07e596c1 [2022-04-19T19:42:15.280Z] Removing intermediate container 265e07e596c1 [2022-04-19T19:42:15.280Z] ---> f8a7e49eca29 [2022-04-19T19:42:15.280Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T19:42:15.280Z] ---> Running in 88b8f09f3125 [2022-04-19T19:42:15.892Z] Removing intermediate container 88b8f09f3125 [2022-04-19T19:42:15.892Z] ---> 325bfc1871e5 [2022-04-19T19:42:15.892Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:42:16.892Z] ---> 4892bfbc96fe [2022-04-19T19:42:16.892Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-19T19:42:19.551Z] ---> 95a4d7161329 [2022-04-19T19:42:19.551Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-19T19:42:20.166Z] ---> a378086547d2 [2022-04-19T19:42:20.166Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-19T19:42:20.166Z] ---> Running in e9fc36ae4b82 [2022-04-19T19:42:21.171Z] Removing intermediate container e9fc36ae4b82 [2022-04-19T19:42:21.171Z] ---> fb0e87840e74 [2022-04-19T19:42:21.171Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:42:21.171Z] ---> Running in 36eae6ef77fc [2022-04-19T19:42:21.781Z] Removing intermediate container 36eae6ef77fc [2022-04-19T19:42:21.781Z] ---> acd75035e3ca [2022-04-19T19:42:21.781Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T19:42:21.781Z] ---> Running in 8752a3695215 [2022-04-19T19:42:22.391Z] Removing intermediate container 8752a3695215 [2022-04-19T19:42:22.391Z] ---> b5288566d228 [2022-04-19T19:42:22.391Z] Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:42:22.679Z] ---> Running in 83ba42d7b518 [2022-04-19T19:42:22.957Z] Removing intermediate container 83ba42d7b518 [2022-04-19T19:42:22.957Z] ---> 0c9349e53ba1 [2022-04-19T19:42:23.240Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:42:23.240Z] ---> Running in 377a7937ce32 [2022-04-19T19:42:23.874Z] Removing intermediate container 377a7937ce32 [2022-04-19T19:42:23.874Z] ---> 4e940a1fec36 [2022-04-19T19:42:23.874Z] [2022-04-19T19:42:24.643Z] Successfully built 4e940a1fec36 [2022-04-19T19:42:24.643Z] Successfully tagged support-notifications-arm64:latest [2022-04-19T19:42:24.643Z]  Building support-notifications ... done Building security-proxy-setup [2022-04-19T19:42:39.880Z] Building bin/spire-server... [2022-04-19T19:42:39.880Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:42:39.880Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:42:39.880Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:42:39.880Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:42:39.880Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:42:45.301Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:42:45.301Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:42:45.301Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:42:45.576Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:42:45.853Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:42:46.842Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:42:47.126Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:42:47.126Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:42:47.738Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:42:47.738Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:42:47.738Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:42:47.738Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:42:48.034Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:42:48.319Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:42:49.795Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:42:49.795Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:42:50.078Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:42:50.078Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:42:51.537Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:42:55.857Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:42:55.857Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:42:55.857Z] ---> 4a84a9e68dca [2022-04-19T19:42:55.857Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:42:55.857Z] ---> Using cache [2022-04-19T19:42:55.857Z] ---> b2a67a328509 [2022-04-19T19:42:55.857Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:42:55.857Z] ---> Using cache [2022-04-19T19:42:55.857Z] ---> f15f3df6ce47 [2022-04-19T19:42:55.857Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T19:42:55.857Z] ---> Using cache [2022-04-19T19:42:55.857Z] ---> 08d74264e483 [2022-04-19T19:42:55.857Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:42:55.857Z] ---> Using cache [2022-04-19T19:42:55.857Z] ---> dde6408d5905 [2022-04-19T19:42:55.857Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:42:55.857Z] ---> Using cache [2022-04-19T19:42:55.857Z] ---> 757f3bdce42b [2022-04-19T19:42:55.857Z] Step 8/22 : COPY . . [2022-04-19T19:42:55.857Z] ---> Using cache [2022-04-19T19:42:55.857Z] ---> b9f30e0ab2a4 [2022-04-19T19:42:55.858Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-19T19:42:57.851Z] ---> Running in 6ee6070560b6 [2022-04-19T19:42:59.842Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-19T19:43:18.181Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:43:18.181Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:43:18.181Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:43:18.181Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:43:18.181Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:43:18.181Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:43:18.181Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:43:18.181Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:43:18.181Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:43:18.181Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:43:18.181Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:43:18.181Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:43:18.181Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:43:18.181Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:43:18.181Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:43:18.181Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:43:18.455Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:43:19.454Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:43:19.454Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:43:19.454Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:43:19.730Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:43:19.730Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:43:19.730Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:43:20.330Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:43:20.936Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:43:20.936Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:43:20.936Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:43:21.918Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:43:22.517Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:43:24.497Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:43:31.239Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:43:31.239Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:43:31.239Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:43:31.239Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:43:53.722Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:43:53.722Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:43:53.722Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:44:00.893Z] Removing intermediate container d4831ac255bf [2022-04-19T19:44:00.893Z] ---> 187c54b0c533 [2022-04-19T19:44:00.893Z] [2022-04-19T19:44:00.893Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:44:00.893Z] ---> ac73e934f311 [2022-04-19T19:44:00.893Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:44:00.893Z] ---> Using cache [2022-04-19T19:44:00.893Z] ---> 001d3249669c [2022-04-19T19:44:00.893Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:44:00.893Z] ---> Using cache [2022-04-19T19:44:00.893Z] ---> 95954cf05ebe [2022-04-19T19:44:00.893Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-19T19:44:01.182Z] ---> Running in 6e50b0c70829 [2022-04-19T19:44:01.796Z] Removing intermediate container 6e50b0c70829 [2022-04-19T19:44:01.796Z] ---> 6c43dd065a60 [2022-04-19T19:44:01.796Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T19:44:01.796Z] ---> Running in 14228db22e6a [2022-04-19T19:44:02.409Z] Removing intermediate container 14228db22e6a [2022-04-19T19:44:02.409Z] ---> 1f028fa73ed9 [2022-04-19T19:44:02.409Z] Step 15/23 : WORKDIR / [2022-04-19T19:44:02.409Z] ---> Running in e68a56de6f0c [2022-04-19T19:44:03.402Z] Removing intermediate container e68a56de6f0c [2022-04-19T19:44:03.402Z] ---> 6d18a236be5f [2022-04-19T19:44:03.402Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:44:04.021Z] ---> c5dd288459e7 [2022-04-19T19:44:04.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-19T19:44:06.044Z] ---> 649606944c32 [2022-04-19T19:44:06.044Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-19T19:44:06.658Z] ---> daaa38d0066b [2022-04-19T19:44:06.949Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-19T19:44:06.949Z] ---> Running in 32b8e2805875 [2022-04-19T19:44:07.561Z] Removing intermediate container 32b8e2805875 [2022-04-19T19:44:07.561Z] ---> 03befd52c2ac [2022-04-19T19:44:07.561Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:44:07.561Z] ---> Running in bd1dfca3f5a6 [2022-04-19T19:44:08.172Z] Removing intermediate container bd1dfca3f5a6 [2022-04-19T19:44:08.172Z] ---> 28bc20dc070a [2022-04-19T19:44:08.172Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T19:44:08.172Z] ---> Running in db214446e91e [2022-04-19T19:44:08.779Z] Removing intermediate container db214446e91e [2022-04-19T19:44:09.066Z] ---> 29f888a8b1cd [2022-04-19T19:44:09.066Z] Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:44:09.066Z] ---> Running in 2a0694206c8b [2022-04-19T19:44:09.350Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:44:09.643Z] Removing intermediate container 2a0694206c8b [2022-04-19T19:44:09.643Z] ---> 2af888f7b2a2 [2022-04-19T19:44:09.643Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:44:09.643Z] ---> Running in 50f39d6a6dc6 [2022-04-19T19:44:09.926Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:44:10.207Z] Removing intermediate container 50f39d6a6dc6 [2022-04-19T19:44:10.207Z] ---> 9bc096db7287 [2022-04-19T19:44:10.207Z] [2022-04-19T19:44:10.817Z] Successfully built 9bc096db7287 [2022-04-19T19:44:10.817Z] Successfully tagged core-command-arm64:latest [2022-04-19T19:44:10.817Z]  Building core-command ... done Building core-data [2022-04-19T19:44:10.817Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:44:12.283Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:44:39.179Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:44:39.179Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:44:39.179Z] ---> 4a84a9e68dca [2022-04-19T19:44:39.179Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:44:39.179Z] ---> Using cache [2022-04-19T19:44:39.179Z] ---> b2a67a328509 [2022-04-19T19:44:39.179Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:44:39.179Z] ---> Using cache [2022-04-19T19:44:39.179Z] ---> f15f3df6ce47 [2022-04-19T19:44:39.179Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-19T19:44:39.179Z] ---> Running in df60efe7ed8f [2022-04-19T19:44:40.643Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:44:41.641Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:44:42.635Z] OK: 220 MiB in 52 packages [2022-04-19T19:44:44.097Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:44:44.097Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:44:44.377Z] Removing intermediate container df60efe7ed8f [2022-04-19T19:44:44.377Z] ---> 73839e0683a7 [2022-04-19T19:44:44.377Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:44:44.377Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:44:44.661Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:44:45.287Z]  ---> b58455a1c37d [2022-04-19T19:44:45.287Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:44:45.287Z] ---> Running in df467c5fe8a1 [2022-04-19T19:44:47.301Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:44:47.910Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:44:48.193Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:44:48.473Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:44:49.933Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:44:50.939Z] Removing intermediate container df467c5fe8a1 [2022-04-19T19:44:50.939Z] ---> df85087751f0 [2022-04-19T19:44:50.939Z] Step 8/23 : COPY . . [2022-04-19T19:44:51.556Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:44:51.556Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:44:51.835Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:44:51.835Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:44:52.113Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:44:52.716Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:44:52.994Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:44:53.271Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:44:53.549Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:44:53.549Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:44:53.826Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:44:54.429Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:44:54.707Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:44:55.694Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:44:55.971Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:44:56.248Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:45:03.002Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:45:03.623Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:45:03.900Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:45:04.179Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:45:05.186Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:45:05.186Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:45:05.186Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:45:05.186Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:45:05.462Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:45:05.462Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:45:05.740Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:45:06.017Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:45:07.479Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:45:08.079Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:45:08.685Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:45:08.686Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:45:08.961Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:45:08.961Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:45:09.235Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:45:09.511Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:45:11.502Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:45:11.502Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:45:11.502Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:45:11.502Z]  ---> 54a26d197a84 [2022-04-19T19:45:11.502Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-19T19:45:11.786Z] ---> Running in 236476aac037 [2022-04-19T19:45:12.064Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:45:12.064Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:45:12.338Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:45:13.786Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-19T19:45:14.388Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:45:15.375Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:45:15.375Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:45:15.650Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:45:15.650Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:45:16.252Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:45:16.528Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:45:16.806Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:45:17.409Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:45:21.087Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:45:21.087Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:45:21.422Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:45:24.061Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:45:24.336Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:45:24.336Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:45:25.317Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:45:25.317Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:45:25.590Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:45:25.590Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:45:25.866Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:45:25.866Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:45:26.146Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:45:36.346Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:45:36.346Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:45:36.346Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:45:36.346Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:46:03.178Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:46:03.178Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:48:10.097Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-19T19:48:18.438Z] Removing intermediate container 6ee6070560b6 [2022-04-19T19:48:18.438Z] ---> aad14a47fae1 [2022-04-19T19:48:18.438Z] [2022-04-19T19:48:18.438Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:48:18.438Z] ---> ac73e934f311 [2022-04-19T19:48:18.438Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-19T19:48:18.438Z] ---> Running in 410eff90b481 [2022-04-19T19:48:19.464Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:48:19.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:48:21.211Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-19T19:48:21.211Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:48:21.211Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-19T19:48:21.211Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-19T19:48:21.211Z] (5/6) Installing curl (7.79.1-r0) [2022-04-19T19:48:21.211Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-19T19:48:21.211Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:48:21.504Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:48:21.786Z] OK: 8 MiB in 20 packages [2022-04-19T19:48:23.834Z] Removing intermediate container 410eff90b481 [2022-04-19T19:48:23.834Z] ---> 3ebb95109fd8 [2022-04-19T19:48:23.834Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T19:48:24.128Z] ---> Running in 523b7d6b4a74 [2022-04-19T19:48:24.406Z] Removing intermediate container 523b7d6b4a74 [2022-04-19T19:48:24.406Z] ---> 0f84e740c527 [2022-04-19T19:48:24.406Z] Step 13/22 : WORKDIR /edgex [2022-04-19T19:48:24.694Z] ---> Running in 0eaa00489c72 [2022-04-19T19:48:25.311Z] Removing intermediate container 0eaa00489c72 [2022-04-19T19:48:25.311Z] ---> c78dbce47cbe [2022-04-19T19:48:25.311Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-19T19:48:26.310Z] ---> bbc18ea87a3f [2022-04-19T19:48:26.310Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-19T19:48:27.770Z] ---> 542efd7f3b4d [2022-04-19T19:48:27.770Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-19T19:48:29.787Z] ---> 2eaa6a0170f2 [2022-04-19T19:48:29.787Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T19:48:30.404Z] ---> 0643b032a538 [2022-04-19T19:48:30.404Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-19T19:48:30.404Z] ---> Running in 3c13573965d3 [2022-04-19T19:48:33.865Z] Removing intermediate container 3c13573965d3 [2022-04-19T19:48:33.865Z] ---> 0b846b016094 [2022-04-19T19:48:33.865Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T19:48:33.865Z] ---> Running in df259b36fdfa [2022-04-19T19:48:34.146Z] Removing intermediate container df259b36fdfa [2022-04-19T19:48:34.146Z] ---> d98363fa890b [2022-04-19T19:48:34.146Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T19:48:34.438Z] ---> Running in 4aab0760f3e7 [2022-04-19T19:48:34.737Z] Removing intermediate container 4aab0760f3e7 [2022-04-19T19:48:34.737Z] ---> f098b9db9778 [2022-04-19T19:48:34.737Z] Step 21/22 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:48:35.025Z] ---> Running in 24f42b5f0801 [2022-04-19T19:48:35.308Z] Removing intermediate container 24f42b5f0801 [2022-04-19T19:48:35.308Z] ---> 7fd62baca366 [2022-04-19T19:48:35.308Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:48:35.590Z] ---> Running in 92b642ae77c3 [2022-04-19T19:48:35.871Z] Removing intermediate container 92b642ae77c3 [2022-04-19T19:48:35.871Z] ---> 666a61b362f6 [2022-04-19T19:48:35.871Z] [2022-04-19T19:48:36.481Z] Successfully built 666a61b362f6 [2022-04-19T19:48:36.481Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-19T19:50:58.564Z]  Building security-proxy-setup ... done Removing intermediate container 236476aac037 [2022-04-19T19:50:58.564Z] ---> a36b53a46404 [2022-04-19T19:50:58.564Z] [2022-04-19T19:50:58.564Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:50:58.564Z] ---> ac73e934f311 [2022-04-19T19:50:58.564Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-19T19:50:58.564Z] ---> Running in 6a00baef340d [2022-04-19T19:50:58.564Z] Removing intermediate container 6a00baef340d [2022-04-19T19:50:58.564Z] ---> 8f21e2197cb8 [2022-04-19T19:50:58.564Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-19T19:50:58.564Z] ---> Running in 50b36db78627 [2022-04-19T19:50:58.564Z] Removing intermediate container 50b36db78627 [2022-04-19T19:50:58.564Z] ---> ba0526c3ac6c [2022-04-19T19:50:58.564Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-19T19:50:58.564Z] ---> Running in 2060000ccea9 [2022-04-19T19:50:58.564Z] Removing intermediate container 2060000ccea9 [2022-04-19T19:50:58.564Z] ---> 26e834339125 [2022-04-19T19:50:58.564Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:50:58.564Z] ---> Running in 56d2166aa689 [2022-04-19T19:51:01.974Z] Removing intermediate container 56d2166aa689 [2022-04-19T19:51:01.974Z] ---> 3352fe5a5eef [2022-04-19T19:51:01.974Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-19T19:51:01.974Z] ---> Running in 9f822d047baa [2022-04-19T19:51:03.421Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:51:04.406Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:51:05.401Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-19T19:51:05.401Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-19T19:51:05.401Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-19T19:51:05.401Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-19T19:51:05.677Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-19T19:51:05.677Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-19T19:51:05.953Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:51:05.953Z] OK: 8 MiB in 20 packages [2022-04-19T19:51:07.959Z] Removing intermediate container 9f822d047baa [2022-04-19T19:51:07.959Z] ---> ec82844ee0a8 [2022-04-19T19:51:07.959Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:51:08.561Z] ---> fedc4d919f11 [2022-04-19T19:51:08.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-19T19:51:10.550Z] ---> e9cd673ba73f [2022-04-19T19:51:10.550Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-19T19:51:11.165Z] ---> af543218938a [2022-04-19T19:51:11.165Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-19T19:51:11.441Z] ---> Running in b7c1ae9a7a33 [2022-04-19T19:51:12.051Z] Removing intermediate container b7c1ae9a7a33 [2022-04-19T19:51:12.051Z] ---> 249629b39eb0 [2022-04-19T19:51:12.051Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:51:12.336Z] ---> Running in c597cd5d033e [2022-04-19T19:51:12.611Z] Removing intermediate container c597cd5d033e [2022-04-19T19:51:12.611Z] ---> d5d77de44f2c [2022-04-19T19:51:12.611Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T19:51:12.886Z] ---> Running in b63d14e7fddb [2022-04-19T19:51:13.487Z] Removing intermediate container b63d14e7fddb [2022-04-19T19:51:13.487Z] ---> 38739b644092 [2022-04-19T19:51:13.487Z] Step 22/23 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T19:51:13.487Z] ---> Running in cfbe6e768280 [2022-04-19T19:51:14.088Z] Removing intermediate container cfbe6e768280 [2022-04-19T19:51:14.088Z] ---> 3d236f7ffb3d [2022-04-19T19:51:14.088Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:51:14.088Z] ---> Running in 7d42f4fb1a9b [2022-04-19T19:51:14.691Z] Removing intermediate container 7d42f4fb1a9b [2022-04-19T19:51:14.691Z] ---> b23861280d04 [2022-04-19T19:51:14.691Z] [2022-04-19T19:51:14.970Z] Successfully built b23861280d04 [2022-04-19T19:51:14.970Z] Successfully tagged core-data-arm64:latest [2022-04-19T20:07:08.392Z]  Building core-data ... done Building bin/spire-agent... [2022-04-19T20:07:08.392Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:07:08.392Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:07:08.392Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:07:08.392Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:07:08.992Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:07:10.994Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:07:10.994Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:07:11.275Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:07:11.275Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:07:11.275Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:07:11.561Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:07:11.561Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:07:11.840Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:12:04.067Z] Building bin/spire-agent... [2022-04-19T20:12:04.067Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:12:04.067Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:12:04.067Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:12:04.067Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:12:04.067Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:12:04.067Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:12:04.067Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:12:04.067Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:12:04.067Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:12:04.067Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:12:04.067Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:12:04.067Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:12:04.067Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:13:56.033Z] Removing intermediate container eb5548727fed [2022-04-19T20:13:56.033Z] ---> 4d48612fffae [2022-04-19T20:13:56.033Z] [2022-04-19T20:13:56.033Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T20:13:56.033Z] ---> 3fb3c9af89a9 [2022-04-19T20:13:56.033Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:13:56.033Z] ---> Using cache [2022-04-19T20:13:56.033Z] ---> e85aa3d18375 [2022-04-19T20:13:56.033Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:13:56.033Z] ---> Using cache [2022-04-19T20:13:56.033Z] ---> 5c31d73e0e9b [2022-04-19T20:13:56.033Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T20:13:56.033Z] ---> Running in 9be3c8922e31 [2022-04-19T20:13:56.033Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:13:56.033Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:13:56.033Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:13:56.034Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:13:56.034Z] OK: 15730 distinct packages available [2022-04-19T20:13:56.034Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:13:56.034Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:13:56.637Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-19T20:13:56.637Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-19T20:13:56.919Z] (3/5) Installing libucontext (1.1-r0) [2022-04-19T20:13:56.919Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-19T20:13:56.919Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-19T20:13:57.203Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:13:57.203Z] OK: 6 MiB in 19 packages [2022-04-19T20:13:58.670Z] Removing intermediate container 9be3c8922e31 [2022-04-19T20:13:58.670Z] ---> a2acc79cbf90 [2022-04-19T20:13:58.670Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-19T20:14:01.310Z] ---> ad5b417b0af7 [2022-04-19T20:14:01.310Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:14:06.365Z] ---> ba11814d21c1 [2022-04-19T20:14:06.365Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:14:06.976Z] ---> 2ceeae4fec8a [2022-04-19T20:14:06.976Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-19T20:14:07.978Z] ---> a2360b3b797d [2022-04-19T20:14:07.978Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-19T20:14:08.603Z] ---> 5b6891f0e7f3 [2022-04-19T20:14:08.603Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:14:08.895Z] ---> Running in 311ba629fd34 [2022-04-19T20:14:09.501Z] Removing intermediate container 311ba629fd34 [2022-04-19T20:14:09.501Z] ---> aacf58f64393 [2022-04-19T20:14:09.501Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:14:09.501Z] ---> Running in 8471cd9fd55c [2022-04-19T20:14:09.799Z] Removing intermediate container 8471cd9fd55c [2022-04-19T20:14:09.799Z] ---> b88dd79c716b [2022-04-19T20:14:09.799Z] Step 24/26 : LABEL arch=arm64 [2022-04-19T20:14:10.084Z] ---> Running in a95c4c3bfd10 [2022-04-19T20:14:10.689Z] Removing intermediate container a95c4c3bfd10 [2022-04-19T20:14:10.689Z] ---> 912a6901cc76 [2022-04-19T20:14:10.689Z] Step 25/26 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T20:14:10.689Z] ---> Running in f61b2fb8ffb6 [2022-04-19T20:14:11.308Z] Removing intermediate container f61b2fb8ffb6 [2022-04-19T20:14:11.308Z] ---> 0be32488dd06 [2022-04-19T20:14:11.308Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T20:14:11.587Z] ---> Running in d9302cd71e34 [2022-04-19T20:14:12.194Z] Removing intermediate container d9302cd71e34 [2022-04-19T20:14:12.194Z] ---> a7abf7292072 [2022-04-19T20:14:12.194Z] [2022-04-19T20:14:12.471Z] Successfully built a7abf7292072 [2022-04-19T20:14:12.471Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-19T20:16:34.380Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-19T20:16:34.380Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:16:34.380Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:16:34.380Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:16:34.380Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:16:34.380Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:16:34.380Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:16:34.380Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:16:34.380Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:16:34.380Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:16:34.380Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:16:34.380Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:16:34.380Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:16:34.380Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:17:30.993Z] Removing intermediate container 25fb7df72618 [2022-04-19T20:17:30.993Z] ---> b3396dc04b49 [2022-04-19T20:17:30.993Z] [2022-04-19T20:17:30.993Z] Step 13/25 : FROM alpine:3.15 [2022-04-19T20:17:30.993Z] ---> 3fb3c9af89a9 [2022-04-19T20:17:30.993Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:17:30.993Z] ---> Using cache [2022-04-19T20:17:30.993Z] ---> e85aa3d18375 [2022-04-19T20:17:30.993Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:17:30.993Z] ---> Using cache [2022-04-19T20:17:30.993Z] ---> 5c31d73e0e9b [2022-04-19T20:17:30.993Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T20:17:30.993Z] ---> Using cache [2022-04-19T20:17:30.993Z] ---> a2acc79cbf90 [2022-04-19T20:17:30.993Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:17:32.981Z] ---> 18c7176e4996 [2022-04-19T20:17:32.981Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:17:33.586Z] ---> 96e2c29d1b7a [2022-04-19T20:17:33.586Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-19T20:17:34.191Z] ---> d91ba6f1e520 [2022-04-19T20:17:34.191Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-19T20:17:35.210Z] ---> 75e25df65fb2 [2022-04-19T20:17:35.210Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:17:35.210Z] ---> Running in dfa7d89ad172 [2022-04-19T20:17:35.485Z] Removing intermediate container dfa7d89ad172 [2022-04-19T20:17:35.485Z] ---> 2eb58f6e016f [2022-04-19T20:17:35.485Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:17:35.763Z] ---> Running in af98cdd22bbc [2022-04-19T20:17:36.042Z] Removing intermediate container af98cdd22bbc [2022-04-19T20:17:36.042Z] ---> 743ce404fd9f [2022-04-19T20:17:36.042Z] Step 23/25 : LABEL arch=arm64 [2022-04-19T20:17:36.315Z] ---> Running in 6b085b11d5ea [2022-04-19T20:17:36.592Z] Removing intermediate container 6b085b11d5ea [2022-04-19T20:17:36.592Z] ---> 5578436fe24e [2022-04-19T20:17:36.592Z] Step 24/25 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T20:17:36.592Z] ---> Running in 709b7ba0e8b5 [2022-04-19T20:17:37.196Z] Removing intermediate container 709b7ba0e8b5 [2022-04-19T20:17:37.196Z] ---> 7ad7a52d0342 [2022-04-19T20:17:37.196Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T20:17:37.196Z] ---> Running in 234630be536a [2022-04-19T20:17:37.467Z] Removing intermediate container 234630be536a [2022-04-19T20:17:37.467Z] ---> 6e5378297bc6 [2022-04-19T20:17:37.467Z] [2022-04-19T20:17:37.740Z] Successfully built 6e5378297bc6 [2022-04-19T20:17:37.740Z] Successfully tagged security-spire-server-arm64:latest [2022-04-19T20:20:44.653Z]  Building security-spire-server ... done Removing intermediate container 128efc01ba63 [2022-04-19T20:20:44.653Z] ---> 0f714177db7a [2022-04-19T20:20:44.653Z] [2022-04-19T20:20:44.653Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T20:20:44.653Z] ---> 3fb3c9af89a9 [2022-04-19T20:20:44.653Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:20:44.653Z] ---> Using cache [2022-04-19T20:20:44.653Z] ---> e85aa3d18375 [2022-04-19T20:20:44.653Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:20:44.653Z] ---> Using cache [2022-04-19T20:20:44.653Z] ---> 5c31d73e0e9b [2022-04-19T20:20:44.653Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-19T20:20:44.653Z] ---> Running in 348b1aec4345 [2022-04-19T20:20:44.653Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:20:44.653Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:20:44.653Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:20:44.653Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:20:44.653Z] OK: 15730 distinct packages available [2022-04-19T20:20:44.653Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:20:44.653Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:20:44.653Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-19T20:20:44.653Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-19T20:20:44.653Z] (3/4) Installing libucontext (1.1-r0) [2022-04-19T20:20:44.653Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-19T20:20:44.653Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:20:44.653Z] OK: 6 MiB in 18 packages [2022-04-19T20:20:44.653Z] Removing intermediate container 348b1aec4345 [2022-04-19T20:20:44.653Z] ---> 40135ddcb444 [2022-04-19T20:20:44.653Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:20:44.653Z] ---> 6cb25016c47d [2022-04-19T20:20:44.653Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:20:45.249Z] ---> 19ef0636cd2b [2022-04-19T20:20:45.249Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-19T20:20:45.249Z] ---> Running in 86e222ed8953 [2022-04-19T20:20:45.522Z] Removing intermediate container 86e222ed8953 [2022-04-19T20:20:45.522Z] ---> 6578b62ed401 [2022-04-19T20:20:45.522Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-19T20:20:46.118Z] ---> 11c13f2e3e7f [2022-04-19T20:20:46.118Z] Step 21/26 : WORKDIR / [2022-04-19T20:20:46.390Z] ---> Running in a91c6374865a [2022-04-19T20:20:46.663Z] Removing intermediate container a91c6374865a [2022-04-19T20:20:46.663Z] ---> 8a1472a8d562 [2022-04-19T20:20:46.663Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:20:46.663Z] ---> Running in 4c94fd168673 [2022-04-19T20:20:47.263Z] Removing intermediate container 4c94fd168673 [2022-04-19T20:20:47.263Z] ---> 8a14102fc0ec [2022-04-19T20:20:47.263Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:20:47.263Z] ---> Running in aa5d1960343c [2022-04-19T20:20:47.540Z] Removing intermediate container aa5d1960343c [2022-04-19T20:20:47.540Z] ---> 3bfb3c811a22 [2022-04-19T20:20:47.541Z] Step 24/26 : LABEL arch=arm64 [2022-04-19T20:20:47.541Z] ---> Running in 064218294ff2 [2022-04-19T20:20:47.815Z] Removing intermediate container 064218294ff2 [2022-04-19T20:20:47.815Z] ---> ebfe4b2e7281 [2022-04-19T20:20:47.815Z] Step 25/26 : LABEL git_sha=75f34a50dbcf05074eea60ad1b070efe2775b48b [2022-04-19T20:20:48.091Z] ---> Running in b65a767c97b5 [2022-04-19T20:20:48.365Z] Removing intermediate container b65a767c97b5 [2022-04-19T20:20:48.365Z] ---> bd8edaa25aac [2022-04-19T20:20:48.365Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T20:20:48.365Z] ---> Running in 4869ada3fe94 [2022-04-19T20:20:48.637Z] Removing intermediate container 4869ada3fe94 [2022-04-19T20:20:48.637Z] ---> 0836ade4faca [2022-04-19T20:20:48.637Z] [2022-04-19T20:20:49.235Z] Successfully built 0836ade4faca [2022-04-19T20:20:49.235Z] Successfully tagged security-spire-config-arm64:latest [2022-04-19T20:20:49.528Z]  Building security-spire-config ... done  [Pipeline] } [2022-04-19T20:20:49.534Z] $ docker stop --time=1 643f62fb8150b65e73189a9bae1965a90c7f70351e01be0b7a31b3e8c0751566 [2022-04-19T20:20:51.290Z] $ docker rm -f 643f62fb8150b65e73189a9bae1965a90c7f70351e01be0b7a31b3e8c0751566 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T20:20:51.969Z] + docker images [2022-04-19T20:20:52.562Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-19T20:20:52.562Z] security-spire-config-arm64 latest 0836ade4faca 4 seconds ago 85.6MB [2022-04-19T20:20:52.562Z] 0f714177db7a 36 seconds ago 4.14GB [2022-04-19T20:20:52.562Z] security-spire-server-arm64 latest 6e5378297bc6 3 minutes ago 86.3MB [2022-04-19T20:20:52.562Z] b3396dc04b49 3 minutes ago 4.14GB [2022-04-19T20:20:52.562Z] security-spire-agent-arm64 latest a7abf7292072 6 minutes ago 126MB [2022-04-19T20:20:52.562Z] 4d48612fffae 7 minutes ago 4.14GB [2022-04-19T20:20:52.562Z] core-data-arm64 latest b23861280d04 29 minutes ago 21.6MB [2022-04-19T20:20:52.562Z] a36b53a46404 29 minutes ago 1.34GB [2022-04-19T20:20:52.562Z] security-proxy-setup-arm64 latest 666a61b362f6 32 minutes ago 26.1MB [2022-04-19T20:20:52.562Z] aad14a47fae1 32 minutes ago 1.32GB [2022-04-19T20:20:52.562Z] core-command-arm64 latest 9bc096db7287 36 minutes ago 15.5MB [2022-04-19T20:20:52.562Z] 187c54b0c533 36 minutes ago 1.31GB [2022-04-19T20:20:52.562Z] support-notifications-arm64 latest 4e940a1fec36 38 minutes ago 25.8MB [2022-04-19T20:20:52.562Z] e242eff01abb 38 minutes ago 1.37GB [2022-04-19T20:20:52.562Z] support-scheduler-arm64 latest 98152ef0823a 39 minutes ago 25.2MB [2022-04-19T20:20:52.562Z] e668622c55bb 39 minutes ago 1.36GB [2022-04-19T20:20:52.562Z] core-metadata-arm64 latest 544b79e7ea11 42 minutes ago 16.4MB [2022-04-19T20:20:52.562Z] 6382a65cb87e 42 minutes ago 1.31GB [2022-04-19T20:20:52.562Z] security-spiffe-token-provider-arm64 latest 3e32cb615944 48 minutes ago 27.9MB [2022-04-19T20:20:52.562Z] sys-mgmt-agent-arm64 latest 0d8b454eb237 48 minutes ago 282MB [2022-04-19T20:20:52.562Z] d7b1a8b4196a 48 minutes ago 1.36GB [2022-04-19T20:20:52.562Z] security-bootstrapper-arm64 latest 7618b22c6e2d 49 minutes ago 18.3MB [2022-04-19T20:20:52.562Z] security-secretstore-setup-arm64 latest 919cee2bf9fa 49 minutes ago 27.5MB [2022-04-19T20:20:52.562Z] 0b5451be7a4a 50 minutes ago 1.32GB [2022-04-19T20:20:52.562Z] dd9817db9103 50 minutes ago 1.31GB [2022-04-19T20:20:52.562Z] 7074e4997904 50 minutes ago 1.31GB [2022-04-19T20:20:52.562Z] ci-base-image-arm64 latest 4a84a9e68dca About an hour ago 886MB [2022-04-19T20:20:52.562Z] docker 20.10.14 c346e9eafbab 2 weeks ago 202MB [2022-04-19T20:20:52.562Z] alpine 3.14 ac73e934f311 2 weeks ago 5.34MB [2022-04-19T20:20:52.562Z] alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB [2022-04-19T20:20:52.562Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-19T20:20:52.562Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:20:53.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T20:20:53.282Z] [2022-04-19T20:20:53.282Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:20:53.668Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T20:20:53.958Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-19T20:20:53.958Z] 8998bd30e6a1: Pulling fs layer [2022-04-19T20:20:53.958Z] 04944245beec: Pulling fs layer [2022-04-19T20:20:53.958Z] 699f458cf7ca: Pulling fs layer [2022-04-19T20:20:53.958Z] 765212b225bb: Pulling fs layer [2022-04-19T20:20:53.958Z] f23df028b6ca: Pulling fs layer [2022-04-19T20:20:53.958Z] d65c8cfc05b1: Pulling fs layer [2022-04-19T20:20:53.958Z] 2437ff75d9bd: Pulling fs layer [2022-04-19T20:20:53.958Z] f23df028b6ca: Waiting [2022-04-19T20:20:53.958Z] d65c8cfc05b1: Waiting [2022-04-19T20:20:53.958Z] 2437ff75d9bd: Waiting [2022-04-19T20:20:53.958Z] 765212b225bb: Waiting [2022-04-19T20:20:53.958Z] 04944245beec: Verifying Checksum [2022-04-19T20:20:53.958Z] 04944245beec: Download complete [2022-04-19T20:20:53.958Z] 765212b225bb: Verifying Checksum [2022-04-19T20:20:53.958Z] 765212b225bb: Download complete [2022-04-19T20:20:54.264Z] f23df028b6ca: Verifying Checksum [2022-04-19T20:20:54.264Z] f23df028b6ca: Download complete [2022-04-19T20:20:54.264Z] d65c8cfc05b1: Verifying Checksum [2022-04-19T20:20:54.264Z] d65c8cfc05b1: Download complete [2022-04-19T20:20:54.264Z] 699f458cf7ca: Verifying Checksum [2022-04-19T20:20:54.264Z] 699f458cf7ca: Download complete [2022-04-19T20:20:54.927Z] 8998bd30e6a1: Verifying Checksum [2022-04-19T20:20:54.927Z] 8998bd30e6a1: Download complete [2022-04-19T20:20:57.614Z] 2437ff75d9bd: Verifying Checksum [2022-04-19T20:20:57.614Z] 2437ff75d9bd: Download complete [2022-04-19T20:20:59.601Z] 8998bd30e6a1: Pull complete [2022-04-19T20:21:00.197Z] 04944245beec: Pull complete [2022-04-19T20:21:01.634Z] 699f458cf7ca: Pull complete [2022-04-19T20:21:01.909Z] 765212b225bb: Pull complete [2022-04-19T20:21:02.890Z] f23df028b6ca: Pull complete [2022-04-19T20:21:03.162Z] d65c8cfc05b1: Pull complete [2022-04-19T20:21:21.466Z] 2437ff75d9bd: Pull complete [2022-04-19T20:21:21.466Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-19T20:21:21.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T20:21:21.466Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-19T20:21:21.727Z] prd-ubuntu20.04-docker-arm64-4c-16g-21383 does not seem to be running inside a container [2022-04-19T20:21:21.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-19T20:21:25.012Z] $ docker top 2a9d9e3cbd7c98dc732e1d47be701db7ccec4066cf7511015619ac2f52c1700e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:21:26.068Z] ---> job-cost.sh [2022-04-19T20:21:26.068Z] lf-activate-venv: SKIPPING [2022-04-19T20:21:26.068Z] INFO: No Stack... [2022-04-19T20:21:26.665Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-19T20:21:27.644Z] INFO: Archiving Costs [Pipeline] sh [2022-04-19T20:21:28.333Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-04-19T20:21:28.333Z] + cut -d, -f6 [Pipeline] lock [2022-04-19T20:21:28.386Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3979-1-stack-cost] [2022-04-19T20:21:28.391Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3979-1-stack-cost] did not exist. Created. [2022-04-19T20:21:28.391Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3979-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-19T20:21:29.148Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-19T20:21:29.358Z] Stashed 1 file(s) [Pipeline] } [2022-04-19T20:21:29.374Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3979-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-19T20:21:29.441Z] $ docker stop --time=1 2a9d9e3cbd7c98dc732e1d47be701db7ccec4066cf7511015619ac2f52c1700e [2022-04-19T20:21:31.021Z] $ docker rm -f 2a9d9e3cbd7c98dc732e1d47be701db7ccec4066cf7511015619ac2f52c1700e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-04-19T20:21:32.085Z] provisioning config files... [2022-04-19T20:21:32.095Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2657624728894482507tmp [Pipeline] { [Pipeline] sh [2022-04-19T20:21:32.440Z] + set +x [2022-04-19T20:21:32.440Z] + curl -s https://codecov.io/bash [2022-04-19T20:21:32.440Z] + bash -s -- [2022-04-19T20:21:32.440Z] [2022-04-19T20:21:32.440Z] _____ _ [2022-04-19T20:21:32.440Z] / ____| | | [2022-04-19T20:21:32.440Z] | | ___ __| | ___ ___ _____ __ [2022-04-19T20:21:32.440Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-19T20:21:32.440Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-19T20:21:32.440Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-19T20:21:32.440Z] Bash-1.0.6 [2022-04-19T20:21:32.440Z] [2022-04-19T20:21:32.440Z] [2022-04-19T20:21:32.440Z] ==> git version 2.25.1 found [2022-04-19T20:21:32.440Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-04-19T20:21:32.440Z] Release-Date: 2020-01-08 [2022-04-19T20:21:32.440Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-19T20:21:32.440Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-19T20:21:32.440Z] ==> Jenkins CI detected. [2022-04-19T20:21:32.440Z] current dir:  /w/workspace/edgex-go/1 [2022-04-19T20:21:32.440Z] project root: . [2022-04-19T20:21:32.440Z] --> token set from env [2022-04-19T20:21:32.440Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-19T20:21:32.440Z] ==> Running gcov in . (disable via -X gcov) [2022-04-19T20:21:32.440Z] ==> Python coveragepy not found [2022-04-19T20:21:32.440Z] ==> Searching for coverage reports in: [2022-04-19T20:21:32.440Z] + . [2022-04-19T20:21:32.440Z] -> Found 1 reports [2022-04-19T20:21:32.440Z] ==> Detecting git/mercurial file structure [2022-04-19T20:21:32.440Z] ==> Reading reports [2022-04-19T20:21:32.440Z] + ./coverage.out bytes=435134 [2022-04-19T20:21:32.440Z] ==> Appending adjustments [2022-04-19T20:21:32.440Z] https://docs.codecov.io/docs/fixing-reports [2022-04-19T20:21:33.822Z] + Found adjustments [2022-04-19T20:21:33.822Z] ==> Gzipping contents [2022-04-19T20:21:33.822Z] 60K /tmp/codecov.gsEu6o.gz [2022-04-19T20:21:33.822Z] ==> Uploading reports [2022-04-19T20:21:33.822Z] url: https://codecov.io [2022-04-19T20:21:33.822Z] query: branch=PR-3979&commit=75f34a50dbcf05074eea60ad1b070efe2775b48b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3979%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3979&job=&cmd_args= [2022-04-19T20:21:33.822Z] -> Pinging Codecov [2022-04-19T20:21:33.822Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3979&commit=75f34a50dbcf05074eea60ad1b070efe2775b48b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3979%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3979&job=&cmd_args= [2022-04-19T20:21:34.083Z] -> Uploading to [2022-04-19T20:21:34.083Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-19/00271124DB129430A58F1EEE437C3FCB/75f34a50dbcf05074eea60ad1b070efe2775b48b/53842cc0-0d0f-4cf4-aa3a-028d47d6fcd6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220419T202133Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb9fff3bae125e8f8ab6cfd0abaec8838f0f7f3c37ce8c8ecfc5614d74b030f0 [2022-04-19T20:21:34.083Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T20:21:34.083Z] Dload Upload Total Spent Left Speed [2022-04-19T20:21:34.344Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59831 0 0 100 59831 0 248k --:--:-- --:--:-- --:--:-- 248k [2022-04-19T20:21:34.344Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/75f34a50dbcf05074eea60ad1b070efe2775b48b [Pipeline] } [2022-04-19T20:21:34.376Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-19T20:21:35.647Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:21:35.976Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:21:36.867Z] ---> package-listing.sh [2022-04-19T20:21:36.868Z] ++ facter osfamily [2022-04-19T20:21:36.868Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-19T20:21:37.129Z] + OS_FAMILY=debian [2022-04-19T20:21:37.129Z] + workspace=/w/workspace/edgex-go/1 [2022-04-19T20:21:37.129Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-19T20:21:37.129Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-19T20:21:37.129Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-19T20:21:37.129Z] + PACKAGES=/tmp/packages_start.txt [2022-04-19T20:21:37.129Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-19T20:21:37.129Z] + PACKAGES=/tmp/packages_end.txt [2022-04-19T20:21:37.129Z] + case "${OS_FAMILY}" in [2022-04-19T20:21:37.129Z] + dpkg -l [2022-04-19T20:21:37.129Z] + grep '^ii' [2022-04-19T20:21:37.129Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-19T20:21:37.129Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-19T20:21:37.129Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-19T20:21:37.129Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-19T20:21:37.129Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-04-19T20:21:37.129Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-04-19T20:21:37.163Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-19T20:21:37.461Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:21:38.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T20:21:38.042Z] [2022-04-19T20:21:38.042Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:21:38.378Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T20:21:38.378Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-19T20:21:38.378Z] 5eb5b503b376: Pulling fs layer [2022-04-19T20:21:38.378Z] 5c69ac0246d0: Pulling fs layer [2022-04-19T20:21:38.378Z] ec43610c2a17: Pulling fs layer [2022-04-19T20:21:38.378Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-19T20:21:38.378Z] 33b1e0a273af: Pulling fs layer [2022-04-19T20:21:38.378Z] 5d3b04190fa2: Pulling fs layer [2022-04-19T20:21:38.378Z] 2f39f015ded8: Pulling fs layer [2022-04-19T20:21:38.378Z] 3a2ae6a8a46f: Waiting [2022-04-19T20:21:38.378Z] 33b1e0a273af: Waiting [2022-04-19T20:21:38.378Z] 5d3b04190fa2: Waiting [2022-04-19T20:21:38.378Z] 2f39f015ded8: Waiting [2022-04-19T20:21:38.378Z] 5c69ac0246d0: Download complete [2022-04-19T20:21:38.378Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-19T20:21:38.378Z] 3a2ae6a8a46f: Download complete [2022-04-19T20:21:38.378Z] ec43610c2a17: Verifying Checksum [2022-04-19T20:21:38.378Z] ec43610c2a17: Download complete [2022-04-19T20:21:38.378Z] 5d3b04190fa2: Verifying Checksum [2022-04-19T20:21:38.378Z] 5d3b04190fa2: Download complete [2022-04-19T20:21:38.378Z] 33b1e0a273af: Verifying Checksum [2022-04-19T20:21:38.378Z] 33b1e0a273af: Download complete [2022-04-19T20:21:38.638Z] 5eb5b503b376: Download complete [2022-04-19T20:21:39.207Z] 2f39f015ded8: Download complete [2022-04-19T20:21:39.775Z] 5eb5b503b376: Pull complete [2022-04-19T20:21:40.035Z] 5c69ac0246d0: Pull complete [2022-04-19T20:21:40.605Z] ec43610c2a17: Pull complete [2022-04-19T20:21:40.605Z] 3a2ae6a8a46f: Pull complete [2022-04-19T20:21:40.864Z] 33b1e0a273af: Pull complete [2022-04-19T20:21:40.864Z] 5d3b04190fa2: Pull complete [2022-04-19T20:21:46.179Z] 2f39f015ded8: Pull complete [2022-04-19T20:21:46.179Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-19T20:21:46.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T20:21:46.179Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-19T20:21:46.278Z] prd-ubuntu20.04-docker-8c-8g-21381 does not seem to be running inside a container [2022-04-19T20:21:46.324Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-19T20:21:48.346Z] $ docker top be6db4aa7995ca7370662586ef1a57c131163f19268281b755a76ba63758273d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:21:48.748Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-19T20:21:49.061Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-19T20:21:49.377Z] + ls /var/log/sa-host [2022-04-19T20:21:49.377Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T20:21:49.531Z] provisioning config files... [2022-04-19T20:21:49.541Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1710018311172934390tmp [Pipeline] { [Pipeline] echo [2022-04-19T20:21:49.588Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:21:49.900Z] ---> create-netrc.sh [Pipeline] } [2022-04-19T20:21:49.928Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:21:50.328Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-19T20:21:50.357Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:21:50.674Z] ---> sudo-logs.sh [2022-04-19T20:21:50.674Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-19T20:21:50.751Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:21:51.068Z] ---> job-cost.sh [2022-04-19T20:21:51.068Z] lf-activate-venv: SKIPPING [2022-04-19T20:21:51.068Z] DEBUG: total: 0.2199999988079071 [2022-04-19T20:21:51.068Z] INFO: Retrieving Stack Cost... [2022-04-19T20:21:51.640Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-19T20:21:51.900Z] INFO: Archiving Costs [Pipeline] echo [2022-04-19T20:21:51.936Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:21:52.250Z] ---> logs-deploy.sh [2022-04-19T20:21:52.250Z] lf-activate-venv: SKIPPING [2022-04-19T20:21:52.250Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3979/1 [2022-04-19T20:21:52.250Z] INFO: archiving workspace using pattern(s): [2022-04-19T20:21:53.190Z] Archives upload complete. [2022-04-19T20:21:53.190Z] INFO: archiving logs to Nexus