Pull request #3978 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 316e85b6a4ef7a5de836e195d1142eaf4b4f125a+7c172932d67f5deb00d2ba71bf7bdd749298babf (abe577d3d414238cb6389ebe1d744de98532ec38) 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-ssh9733922305828860516.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-ssh996469932364575524.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-3978/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-3978/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1874612568702698962.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-3978/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1780261776118547325.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-ssh6089554405798594755.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-3978/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-3978/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7128301664514753489.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-21380 in /w/workspace/edgexfoundry_edgex-go_PR-3978 [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 316e85b6a4ef7a5de836e195d1142eaf4b4f125a Merge succeeded, producing 316e85b6a4ef7a5de836e195d1142eaf4b4f125a Checking out Revision 316e85b6a4ef7a5de836e195d1142eaf4b4f125a (PR-3978) > 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/3978/head:refs/remotes/origin/PR-3978 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # 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 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/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:05.037Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-19T19:06:05.199Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-19T19:06:05.292Z] ========================================================= [2022-04-19T19:06:05.293Z] EdgeX Global Pipelines Version Info [2022-04-19T19:06:05.293Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-19T19:06:06.085Z] ------------------- [2022-04-19T19:06:06.086Z] stable info: [2022-04-19T19:06:06.086Z] ------------------- [2022-04-19T19:06:06.086Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T19:06:06.086Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-19T19:06:06.086Z] Message: update stable to v1.0.221 [2022-04-19T19:06:06.659Z] ------------------- [2022-04-19T19:06:06.659Z] experimental info: [2022-04-19T19:06:06.659Z] ------------------- [2022-04-19T19:06:06.659Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T19:06:06.659Z] Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d [2022-04-19T19:06:06.659Z] Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-19T19:06:06.922Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-19T19:06:06.963Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-19T19:06:07.003Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-19T19:06:07.046Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-19T19:06:07.087Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-19T19:06:07.130Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-19T19:06:07.169Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-19T19:06:07.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-19T19:06:07.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-19T19:06:07.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-19T19:06:07.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-19T19:06:07.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-19T19:06:07.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-19T19:06:07.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-19T19:06:07.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-19T19:06:07.532Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T19:06:07.570Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T19:06:07.612Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-19T19:06:07.650Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-19T19:06:07.690Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-19T19:06:07.728Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-19T19:06:07.767Z] [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:07.806Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3978 [Pipeline] echo [2022-04-19T19:06:07.844Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3978 [Pipeline] echo [2022-04-19T19:06:07.886Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3978 [Pipeline] echo [2022-04-19T19:06:07.928Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 316e85b6a4ef7a5de836e195d1142eaf4b4f125a [Pipeline] echo [2022-04-19T19:06:07.969Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 316e85b [Pipeline] echo [2022-04-19T19:06:08.007Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T19:06:08.134Z] provisioning config files... [2022-04-19T19:06:08.235Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6752211392961081916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T19:06:08.586Z] ---> docker-login.sh [2022-04-19T19:06:08.586Z] nexus3.edgexfoundry.org:10001 [2022-04-19T19:06:08.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:06:08.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:06:08.849Z] Configure a credential helper to remove this warning. See [2022-04-19T19:06:08.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:06:08.849Z] [2022-04-19T19:06:08.849Z] Login Succeeded [2022-04-19T19:06:08.849Z] nexus3.edgexfoundry.org:10002 [2022-04-19T19:06:09.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:06:09.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:06:09.112Z] Configure a credential helper to remove this warning. See [2022-04-19T19:06:09.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:06:09.112Z] [2022-04-19T19:06:09.112Z] Login Succeeded [2022-04-19T19:06:09.112Z] nexus3.edgexfoundry.org:10003 [2022-04-19T19:06:09.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:06:09.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:06:09.112Z] Configure a credential helper to remove this warning. See [2022-04-19T19:06:09.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:06:09.112Z] [2022-04-19T19:06:09.112Z] Login Succeeded [2022-04-19T19:06:09.112Z] nexus3.edgexfoundry.org:10004 [2022-04-19T19:06:09.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:06:09.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:06:09.379Z] Configure a credential helper to remove this warning. See [2022-04-19T19:06:09.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:06:09.379Z] [2022-04-19T19:06:09.379Z] Login Succeeded [2022-04-19T19:06:09.379Z] docker.io [2022-04-19T19:06:09.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:06:09.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:06:09.957Z] Configure a credential helper to remove this warning. See [2022-04-19T19:06:09.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:06:09.957Z] [2022-04-19T19:06:09.957Z] Login Succeeded [2022-04-19T19:06:09.957Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T19:06:09.987Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T19:06:10.409Z] + 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:10.409Z] + dirname cmd/core-command/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-19T19:06:10.409Z] + dirname cmd/core-data/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-19T19:06:10.409Z] + + cut -d/ -f2 [2022-04-19T19:06:10.409Z] dirname cmd/core-metadata/Dockerfile [2022-04-19T19:06:10.409Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-19T19:06:10.409Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-19T19:06:10.409Z] + + dirnamecut cmd/security-proxy-setup/Dockerfile -d/ [2022-04-19T19:06:10.409Z] -f2 [2022-04-19T19:06:10.409Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-19T19:06:10.409Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-19T19:06:10.409Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-19T19:06:10.409Z] + dirname cmd/security-spire-agent/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-19T19:06:10.409Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-19T19:06:10.409Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-19T19:06:10.409Z] + dirname cmd/support-notifications/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-19T19:06:10.409Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-19T19:06:10.409Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-19T19:06:10.409Z] + cut -d/ -f2 [2022-04-19T19:06:10.409Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-19T19:06:10.467Z] 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:10.984Z] + git rev-list -1 --merges 316e85b6a4ef7a5de836e195d1142eaf4b4f125a~1..316e85b6a4ef7a5de836e195d1142eaf4b4f125a [Pipeline] echo [2022-04-19T19:06:11.016Z] -----------> git rev-list -1 --merges 316e85b6a4ef7a5de836e195d1142eaf4b4f125a~1..316e85b6a4ef7a5de836e195d1142eaf4b4f125a 316e85b6a4ef7a5de836e195d1142eaf4b4f125a [false] [Pipeline] sh [2022-04-19T19:06:11.334Z] + git log --format=format:%s -1 316e85b6a4ef7a5de836e195d1142eaf4b4f125a [Pipeline] echo [2022-04-19T19:06:11.370Z] ========================================================= [2022-04-19T19:06:11.370Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-19T19:06:11.370Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-19T19:06:11.844Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-19T19:06:11.844Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-19T19:06:11.844Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-19T19:06:11.844Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-19T19:06:11.844Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-19T19:06:11.844Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-19T19:06:11.844Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:06:12.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T19:06:12.230Z] [2022-04-19T19:06:12.230Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:06:12.570Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T19:06:12.570Z] latest: Pulling from edgex-devops/git-semver [2022-04-19T19:06:12.570Z] a0d0a0d46f8b: Pulling fs layer [2022-04-19T19:06:12.570Z] 3e5f54012d9b: Pulling fs layer [2022-04-19T19:06:12.570Z] 4c7163046ea9: Pulling fs layer [2022-04-19T19:06:12.570Z] 0c2d73faf560: Pulling fs layer [2022-04-19T19:06:12.570Z] 0c2d73faf560: Waiting [2022-04-19T19:06:12.570Z] 3e5f54012d9b: Verifying Checksum [2022-04-19T19:06:12.570Z] 3e5f54012d9b: Download complete [2022-04-19T19:06:12.570Z] a0d0a0d46f8b: Verifying Checksum [2022-04-19T19:06:12.830Z] 0c2d73faf560: Download complete [2022-04-19T19:06:12.830Z] 4c7163046ea9: Verifying Checksum [2022-04-19T19:06:12.830Z] 4c7163046ea9: Download complete [2022-04-19T19:06:12.830Z] a0d0a0d46f8b: Pull complete [2022-04-19T19:06:13.093Z] 3e5f54012d9b: Pull complete [2022-04-19T19:06:13.663Z] 4c7163046ea9: Pull complete [2022-04-19T19:06:13.922Z] 0c2d73faf560: Pull complete [2022-04-19T19:06:13.922Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-19T19:06:13.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T19:06:13.922Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-19T19:06:14.027Z] prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container [2022-04-19T19:06:14.071Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-19T19:06:14.757Z] $ docker top 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-19T19:06:14.948Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T19:06:14.948Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T19:06:15.076Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T19:06:15.081Z] $ docker exec 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e ssh-agent [2022-04-19T19:06:15.194Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKBKdPL/agent.13 [2022-04-19T19:06:15.195Z] SSH_AGENT_PID=19 [2022-04-19T19:06:15.202Z] Running ssh-add (command line suppressed) [2022-04-19T19:06:15.340Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4818470381099603339.key (/w/workspace/edgex-go/1@tmp/private_key_4818470381099603339.key) [2022-04-19T19:06:15.354Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T19:06:15.692Z] + git tag --points-at HEAD [Pipeline] } [2022-04-19T19:06:15.717Z] $ docker exec --env ******** --env ******** 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e ssh-agent -k [2022-04-19T19:06:15.844Z] unset SSH_AUTH_SOCK; [2022-04-19T19:06:15.844Z] unset SSH_AGENT_PID; [2022-04-19T19:06:15.844Z] echo Agent pid 19 killed; [2022-04-19T19:06:15.854Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-19T19:06:15.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T19:06:15.939Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T19:06:16.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T19:06:16.076Z] $ docker exec 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e ssh-agent [2022-04-19T19:06:16.203Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXEFjKkM/agent.51 [2022-04-19T19:06:16.203Z] SSH_AGENT_PID=57 [2022-04-19T19:06:16.210Z] Running ssh-add (command line suppressed) [2022-04-19T19:06:16.342Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8164343429055854085.key (/w/workspace/edgex-go/1@tmp/private_key_8164343429055854085.key) [2022-04-19T19:06:16.356Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T19:06:16.695Z] + git semver init [2022-04-19T19:06:16.695Z] # -> Open(): unable to determine branch for HEAD [2022-04-19T19:06:16.695Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-04-19T19:06:16.695Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-04-19T19:06:16.695Z] # $SEMVER_REMOTE_NAME = origin [2022-04-19T19:06:16.695Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-19T19:06:16.695Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-19T19:06:16.695Z] # $SEMVER_BRANCH = PR-3978 [2022-04-19T19:06:16.695Z] # $SEMVER_TEMP = /tmp/semver-199293431 [2022-04-19T19:06:16.695Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-19T19:06:31.617Z] # '/tmp/semver-199293431' -> '/w/workspace/edgex-go/1/.semver' [2022-04-19T19:06:31.617Z] # -> Force: false [2022-04-19T19:06:31.617Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-04-19T19:06:31.646Z] $ docker exec --env ******** --env ******** 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e ssh-agent -k [2022-04-19T19:06:31.766Z] unset SSH_AUTH_SOCK; [2022-04-19T19:06:31.767Z] unset SSH_AGENT_PID; [2022-04-19T19:06:31.767Z] echo Agent pid 57 killed; [2022-04-19T19:06:31.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T19:06:32.211Z] + git semver [Pipeline] } [2022-04-19T19:06:32.242Z] $ docker stop --time=1 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e [2022-04-19T19:06:34.069Z] $ docker rm -f 3fd1631c04ed80079feead11df67e6191f1c01b255f4a5020c404d7f34ae363e [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T19:06:34.524Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-19T19:06:34.968Z] Stashed 1 file(s) [Pipeline] echo [2022-04-19T19:06:34.990Z] [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:06:35.469Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T19:06:35.501Z] ========================================================= [2022-04-19T19:06:35.501Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-19T19:06:35.501Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:06:35.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T19:06:35.836Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-19T19:06:35.836Z] 59bf1c3509f3: Pulling fs layer [2022-04-19T19:06:35.836Z] 666ba61612fd: Pulling fs layer [2022-04-19T19:06:35.836Z] 8ed8ca486205: Pulling fs layer [2022-04-19T19:06:35.836Z] 4fe6c5a15a65: Pulling fs layer [2022-04-19T19:06:35.836Z] 22a0e8bec74d: Pulling fs layer [2022-04-19T19:06:35.836Z] 640e595b4fbd: Pulling fs layer [2022-04-19T19:06:35.836Z] 763cafe07f6e: Pulling fs layer [2022-04-19T19:06:35.836Z] 0c0b528cf693: Pulling fs layer [2022-04-19T19:06:35.836Z] 10935f4eaf8b: Pulling fs layer [2022-04-19T19:06:35.836Z] 4fe6c5a15a65: Waiting [2022-04-19T19:06:35.836Z] 22a0e8bec74d: Waiting [2022-04-19T19:06:35.836Z] 640e595b4fbd: Waiting [2022-04-19T19:06:35.836Z] 10935f4eaf8b: Waiting [2022-04-19T19:06:35.836Z] 763cafe07f6e: Waiting [2022-04-19T19:06:35.836Z] 8ed8ca486205: Verifying Checksum [2022-04-19T19:06:35.836Z] 8ed8ca486205: Download complete [2022-04-19T19:06:35.836Z] 666ba61612fd: Download complete [2022-04-19T19:06:35.836Z] 22a0e8bec74d: Verifying Checksum [2022-04-19T19:06:35.836Z] 22a0e8bec74d: Download complete [2022-04-19T19:06:35.836Z] 640e595b4fbd: Verifying Checksum [2022-04-19T19:06:35.836Z] 640e595b4fbd: Download complete [2022-04-19T19:06:35.836Z] 59bf1c3509f3: Verifying Checksum [2022-04-19T19:06:35.836Z] 763cafe07f6e: Download complete [2022-04-19T19:06:36.100Z] 0c0b528cf693: Verifying Checksum [2022-04-19T19:06:36.100Z] 0c0b528cf693: Download complete [2022-04-19T19:06:36.100Z] 59bf1c3509f3: Pull complete [2022-04-19T19:06:36.100Z] 666ba61612fd: Pull complete [2022-04-19T19:06:36.363Z] 8ed8ca486205: Pull complete [2022-04-19T19:06:36.624Z] 10935f4eaf8b: Download complete [2022-04-19T19:06:36.624Z] 4fe6c5a15a65: Verifying Checksum [2022-04-19T19:06:36.624Z] 4fe6c5a15a65: Download complete [2022-04-19T19:06:40.824Z] 4fe6c5a15a65: Pull complete [2022-04-19T19:06:40.824Z] 22a0e8bec74d: Pull complete [2022-04-19T19:06:40.824Z] 640e595b4fbd: Pull complete [2022-04-19T19:06:40.824Z] 763cafe07f6e: Pull complete [2022-04-19T19:06:41.085Z] 0c0b528cf693: Pull complete [2022-04-19T19:06:43.632Z] 10935f4eaf8b: Pull complete [2022-04-19T19:06:43.632Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-19T19:06:43.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T19:06:43.632Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:06:44.006Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T19:06:44.006Z] WORKDIR /edgex [2022-04-19T19:06:44.006Z] COPY go.mod . [2022-04-19T19:06:44.006Z] RUN go mod download [2022-04-19T19:06:44.006Z] + docker build -t ci-base-image-x86_64 -f - . [2022-04-19T19:06:45.388Z] Sending build context to Docker daemon 334.9MB [2022-04-19T19:06:45.388Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T19:06:45.388Z] ---> 99d49a6021b9 [2022-04-19T19:06:45.388Z] Step 2/4 : WORKDIR /edgex [2022-04-19T19:06:47.338Z] ---> Running in 9acefcaf8749 [2022-04-19T19:06:47.338Z] Removing intermediate container 9acefcaf8749 [2022-04-19T19:06:47.338Z] ---> fcc122925e40 [2022-04-19T19:06:47.338Z] Step 3/4 : COPY go.mod . [2022-04-19T19:06:47.598Z] ---> 89aeec4d95ba [2022-04-19T19:06:47.598Z] Step 4/4 : RUN go mod download [2022-04-19T19:06:47.598Z] ---> Running in 6a23c097cc9d [2022-04-19T19:06:50.286Z] Still waiting to schedule task [2022-04-19T19:06:50.286Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-21378’ [2022-04-19T19:07:02.496Z] Removing intermediate container 6a23c097cc9d [2022-04-19T19:07:02.497Z] ---> bfa0f22f50a3 [2022-04-19T19:07:02.497Z] Successfully built bfa0f22f50a3 [2022-04-19T19:07:02.497Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:07:02.825Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T19:07:02.825Z] . [Pipeline] withDockerContainer [2022-04-19T19:07:02.914Z] prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container [2022-04-19T19:07:02.949Z] $ 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-x86_64 cat [2022-04-19T19:07:03.390Z] $ docker top 663e130d6f13114bdebbecb1af7c1ea08b618c7d3d8927b6b0c167e3a4041b52 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:07:03.794Z] + go version [2022-04-19T19:07:03.794Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-19T19:07:03.824Z] $ docker stop --time=1 663e130d6f13114bdebbecb1af7c1ea08b618c7d3d8927b6b0c167e3a4041b52 [2022-04-19T19:07:05.100Z] $ docker rm -f 663e130d6f13114bdebbecb1af7c1ea08b618c7d3d8927b6b0c167e3a4041b52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:07:05.792Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T19:07:05.792Z] . [Pipeline] withDockerContainer [2022-04-19T19:07:05.924Z] prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container [2022-04-19T19:07:05.969Z] $ 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-x86_64 cat [2022-04-19T19:07:06.386Z] $ docker top ec0c47923bfc2c7901691e8617d82a701915d618e12f7e7549b7e15358f193c8 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-19T19:07:06.513Z] ========================================================= [2022-04-19T19:07:06.513Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-19T19:07:06.513Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:07:06.852Z] + make test [2022-04-19T19:07:06.852Z] go mod tidy -compat=1.17 [2022-04-19T19:07:06.852Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-19T19:07:13.434Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-19T19:07:25.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.082s coverage: 28.7% of statements [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-19T19:07:25.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-19T19:07:27.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.090s coverage: 98.5% of statements [2022-04-19T19:07:27.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-19T19:07:27.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.098s coverage: 53.4% of statements [2022-04-19T19:07:27.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-19T19:07:27.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.739s coverage: 89.2% of statements [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.062s coverage: 84.4% of statements [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.525s coverage: 95.6% of statements [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.058s coverage: 72.2% of statements [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.072s coverage: 60.0% of statements [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.096s coverage: 0.9% of statements [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 29.6% of statements [2022-04-19T19:07:31.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.053s coverage: 79.5% of statements [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2022-04-19T19:07:31.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements [2022-04-19T19:07:41.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements [2022-04-19T19:07:41.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2022-04-19T19:07:41.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.210s coverage: 82.5% of statements [2022-04-19T19:07:41.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.023s coverage: 65.1% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 58.8% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.0% of statements [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 85.4% of statements [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.2% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 64.4% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 89.4% of statements [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.408s coverage: 65.4% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.175s coverage: 43.8% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.071s coverage: 89.5% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-19T19:07:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-19T19:07:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-19T19:07:51.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.090s coverage: 17.7% of statements [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-19T19:07:51.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.180s coverage: 92.3% of statements [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-19T19:07:51.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 63.2% of statements [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-19T19:07:51.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.114s coverage: 97.7% of statements [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-19T19:07:51.869Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.058s coverage: 28.9% of statements [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-19T19:07:51.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-19T19:07:51.869Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2022-04-19T19:07:51.869Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 96.9% of statements [2022-04-19T19:07:51.869Z] 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:09.956Z] GO111MODULE=on go vet ./... [2022-04-19T19:08:15.240Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T19:08:15.240Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T19:08:15.500Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-19T19:08:16.475Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-19T19:08:16.791Z] + ls -al . [2022-04-19T19:08:16.791Z] total 672 [2022-04-19T19:08:16.791Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 19:08 . [2022-04-19T19:08:16.791Z] drwxr-xr-x 4 root root 4096 Apr 19 19:07 .. [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 19:06 .dockerignore [2022-04-19T19:08:16.791Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 19:06 .git [2022-04-19T19:08:16.791Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 19:06 .github [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 879 Apr 19 19:06 .gitignore [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 42 Apr 19 19:06 .golangci.yml [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 87 Apr 19 19:06 .hadolint.yml [2022-04-19T19:08:16.791Z] drwx------ 3 1001 1001 4096 Apr 19 19:06 .semver [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 19:06 .sonarcloud.properties [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 1171 Apr 19 19:06 ADOPTERS.md [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 10086 Apr 19 19:06 Attribution.txt [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 51732 Apr 19 19:06 CHANGELOG.md [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:06 CONTRIBUTING.md [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 677 Apr 19 19:06 GOVERNANCE.md [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 850 Apr 19 19:06 Jenkinsfile [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:06 LICENSE [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 10389 Apr 19 19:06 Makefile [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 582 Apr 19 19:06 OWNERS.md [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 9120 Apr 19 19:06 README.md [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 6912 Apr 19 19:06 SECURITY.md [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 19:06 VERSION [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:06 ZMQWindows.md [2022-04-19T19:08:16.791Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 19:06 bin [2022-04-19T19:08:16.791Z] drwxrwxr-x 18 1001 1001 4096 Apr 19 19:06 cmd [2022-04-19T19:08:16.791Z] -rw-r--r-- 1 root root 435134 Apr 19 19:07 coverage.out [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 3256 Apr 19 19:06 go.mod [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 35162 Apr 19 19:07 go.sum [2022-04-19T19:08:16.791Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 19:06 internal [2022-04-19T19:08:16.791Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 19:06 openapi [2022-04-19T19:08:16.791Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 19:06 snap [2022-04-19T19:08:16.791Z] -rw-rw-r-- 1 1001 1001 204 Apr 19 19:06 version.go [Pipeline] sh [2022-04-19T19:08:17.112Z] + '[' -e coverage.out ] [2022-04-19T19:08:17.112Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-19T19:08:17.239Z] Stashed 1 file(s) [Pipeline] sh [2022-04-19T19:08:17.540Z] + make build [2022-04-19T19:08:17.540Z] 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:32.456Z] 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:08:40.580Z] 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:08:41.521Z] 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:08:48.092Z] 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:08:48.092Z] 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:08:49.031Z] 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:08:50.416Z] 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:08:50.988Z] 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:08:52.370Z] 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:08:52.940Z] 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:08:53.892Z] 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:08:55.277Z] 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:08:56.685Z] $ docker stop --time=1 ec0c47923bfc2c7901691e8617d82a701915d618e12f7e7549b7e15358f193c8 [2022-04-19T19:08:59.045Z] $ docker rm -f ec0c47923bfc2c7901691e8617d82a701915d618e12f7e7549b7e15358f193c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:09:00.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T19:09:00.316Z] [2022-04-19T19:09:00.316Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:09:00.696Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T19:09:00.696Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-19T19:09:00.696Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-19T19:09:00.696Z] ca9280d653b3: Pulling fs layer [2022-04-19T19:09:00.696Z] 7e9c9ca2126c: Pulling fs layer [2022-04-19T19:09:00.696Z] cbdbe7a5bc2a: Download complete [2022-04-19T19:09:00.957Z] ca9280d653b3: Verifying Checksum [2022-04-19T19:09:00.957Z] ca9280d653b3: Download complete [2022-04-19T19:09:00.957Z] cbdbe7a5bc2a: Pull complete [2022-04-19T19:09:01.528Z] 7e9c9ca2126c: Verifying Checksum [2022-04-19T19:09:01.528Z] 7e9c9ca2126c: Download complete [2022-04-19T19:09:01.528Z] ca9280d653b3: Pull complete [2022-04-19T19:09:04.945Z] 7e9c9ca2126c: Pull complete [2022-04-19T19:09:04.945Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-19T19:09:04.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T19:09:04.945Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-19T19:09:05.045Z] prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container [2022-04-19T19:09:05.087Z] $ 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:latest cat [2022-04-19T19:09:06.422Z] $ docker top 6bd214b52bdb989e428fbd59dafb634fe3d348c149a16c6ecb32a6c27a8ac776 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:09:06.829Z] + docker-compose build --help [2022-04-19T19:09:06.829Z] + grep parallel [2022-04-19T19:09:07.401Z] --parallel Build images in parallel. [Pipeline] } [2022-04-19T19:09:07.443Z] $ docker stop --time=1 6bd214b52bdb989e428fbd59dafb634fe3d348c149a16c6ecb32a6c27a8ac776 [2022-04-19T19:09:08.740Z] $ docker rm -f 6bd214b52bdb989e428fbd59dafb634fe3d348c149a16c6ecb32a6c27a8ac776 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:09:09.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T19:09:09.303Z] . [Pipeline] withDockerContainer [2022-04-19T19:09:09.403Z] prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container [2022-04-19T19:09:09.445Z] $ 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:latest cat [2022-04-19T19:09:09.839Z] $ docker top ca323da9ad450cbd4aa4b80c414c8c28017eaa1a3b7d7f5f412f98632143e798 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:09:10.254Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-19T19:09:10.833Z] Building core-command ... [2022-04-19T19:09:10.833Z] Building core-data ... [2022-04-19T19:09:10.833Z] Building core-metadata ... [2022-04-19T19:09:10.833Z] Building security-bootstrapper ... [2022-04-19T19:09:10.833Z] Building security-proxy-setup ... [2022-04-19T19:09:10.833Z] Building security-secretstore-setup ... [2022-04-19T19:09:10.833Z] Building security-spiffe-token-provider ... [2022-04-19T19:09:10.833Z] Building security-spire-agent ... [2022-04-19T19:09:10.833Z] Building security-spire-config ... [2022-04-19T19:09:10.833Z] Building security-spire-server ... [2022-04-19T19:09:10.833Z] Building support-notifications ... [2022-04-19T19:09:10.833Z] Building support-scheduler ... [2022-04-19T19:09:10.833Z] Building sys-mgmt-agent ... [2022-04-19T19:09:10.833Z] Building security-spiffe-token-provider [2022-04-19T19:09:10.833Z] Building core-command [2022-04-19T19:09:10.833Z] Building security-secretstore-setup [2022-04-19T19:09:10.833Z] Building security-spire-agent [2022-04-19T19:09:10.833Z] Building security-spire-config [2022-04-19T19:09:19.131Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21382 in /w/workspace/edgexfoundry_edgex-go_PR-3978 [Pipeline] { [Pipeline] ws [2022-04-19T19:09:19.171Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-04-19T19:09:19.455Z] The recommended git tool is: git [2022-04-19T19:09:27.537Z] using credential edgex-jenkins-ssh [2022-04-19T19:09:27.556Z] Cloning the remote Git repository [2022-04-19T19:09:27.664Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-19T19:09:27.826Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-04-19T19:09:27.982Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-19T19:09:27.983Z] > git --version # timeout=10 [2022-04-19T19:09:28.050Z] > git --version # 'git version 2.25.1' [2022-04-19T19:09:28.052Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T19:09:28.177Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T19:09:28.944Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:09:28.944Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:09:28.944Z] ---> bfa0f22f50a3 [2022-04-19T19:09:28.944Z] Step 3/20 : WORKDIR /edgex-go [2022-04-19T19:09:29.204Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:09:29.204Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:09:29.204Z] ---> bfa0f22f50a3 [2022-04-19T19:09:29.204Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T19:09:29.465Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:09:29.465Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:09:29.465Z] ---> bfa0f22f50a3 [2022-04-19T19:09:29.465Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T19:09:29.465Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:09:29.465Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:09:29.465Z] ---> bfa0f22f50a3 [2022-04-19T19:09:29.465Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:09:29.465Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:09:29.465Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:09:29.465Z] ---> bfa0f22f50a3 [2022-04-19T19:09:29.465Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T19:09:32.764Z] ---> Running in d5720b648fd7 [2022-04-19T19:09:32.764Z] ---> Running in 81b94d36caef [2022-04-19T19:09:32.764Z] ---> Running in 3a2f38a3f4ee [2022-04-19T19:09:32.764Z] ---> Running in a1e67204598e [2022-04-19T19:09:32.764Z] ---> Running in 80be218a8f18 [2022-04-19T19:09:32.764Z] Removing intermediate container 81b94d36caef [2022-04-19T19:09:32.764Z] ---> 476985050a7c [2022-04-19T19:09:32.764Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:09:32.764Z] Removing intermediate container a1e67204598e [2022-04-19T19:09:32.764Z] ---> 695f01139a0d [2022-04-19T19:09:32.764Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-19T19:09:32.764Z] Removing intermediate container d5720b648fd7 [2022-04-19T19:09:32.764Z] ---> d7e8f855606a [2022-04-19T19:09:32.764Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:09:32.764Z] Removing intermediate container 3a2f38a3f4ee [2022-04-19T19:09:32.764Z] ---> 30896956d289 [2022-04-19T19:09:32.764Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:09:32.764Z] ---> Running in 3d5bf037df51 [2022-04-19T19:09:32.764Z] Removing intermediate container 80be218a8f18 [2022-04-19T19:09:32.764Z] ---> 04eed3f5730d [2022-04-19T19:09:32.764Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:09:32.764Z] ---> Running in c94ba7e46291 [2022-04-19T19:09:32.764Z] ---> Running in 633f5ef17cd8 [2022-04-19T19:09:32.764Z] ---> Running in fa7c0b8d2271 [2022-04-19T19:09:32.764Z] ---> Running in a526f3132c7d [2022-04-19T19:09:33.335Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:33.335Z] Removing intermediate container 3d5bf037df51 [2022-04-19T19:09:33.335Z] ---> 0128ed7e1279 [2022-04-19T19:09:33.335Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:09:33.602Z] ---> Running in d576d5daf512 [2022-04-19T19:09:33.862Z] Removing intermediate container fa7c0b8d2271 [2022-04-19T19:09:33.862Z] ---> 97165c2b759c [2022-04-19T19:09:33.862Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:09:34.123Z] ---> Running in 3e589f2cc9aa [2022-04-19T19:09:34.123Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:34.123Z] Removing intermediate container 633f5ef17cd8 [2022-04-19T19:09:34.123Z] ---> 4fab910662d0 [2022-04-19T19:09:34.123Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-19T19:09:34.123Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:34.123Z] Removing intermediate container a526f3132c7d [2022-04-19T19:09:34.123Z] ---> b4d65c56d9cc [2022-04-19T19:09:34.123Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T19:09:34.123Z] ---> Running in 4aa9c1b8e5ce [2022-04-19T19:09:34.123Z] ---> Running in 6fa10d928a1a [2022-04-19T19:09:34.384Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:34.384Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:09:34.384Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:09:34.384Z] OK: 15866 distinct packages available [2022-04-19T19:09:34.645Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:34.645Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:34.645Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:34.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:35.167Z] OK: 221 MiB in 52 packages [2022-04-19T19:09:35.167Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:35.433Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:35.433Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:35.433Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:09:35.433Z] Removing intermediate container d576d5daf512 [2022-04-19T19:09:35.433Z] ---> b49354886211 [2022-04-19T19:09:35.433Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T19:09:35.433Z] OK: 221 MiB in 52 packages [2022-04-19T19:09:35.699Z] ---> 7a45f843937a [2022-04-19T19:09:35.699Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:09:35.699Z] OK: 221 MiB in 52 packages [2022-04-19T19:09:35.699Z] OK: 221 MiB in 52 packages [2022-04-19T19:09:35.699Z] ---> Running in 27db0635e41a [2022-04-19T19:09:35.958Z] Removing intermediate container 3e589f2cc9aa [2022-04-19T19:09:35.958Z] ---> f3c74c22ea9f [2022-04-19T19:09:35.958Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T19:09:36.218Z] OK: 221 MiB in 52 packages [2022-04-19T19:09:36.218Z] ---> 7012a54b419b [2022-04-19T19:09:36.218Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:09:36.218Z] ---> Running in 39cdad6c7687 [2022-04-19T19:09:36.218Z] Removing intermediate container 4aa9c1b8e5ce [2022-04-19T19:09:36.218Z] ---> c60b0d3742b2 [2022-04-19T19:09:36.218Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T19:09:36.218Z] Removing intermediate container c94ba7e46291 [2022-04-19T19:09:36.218Z] ---> 001e25e08453 [2022-04-19T19:09:36.218Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-19T19:09:36.478Z] ---> 696c64a8b9d9 [2022-04-19T19:09:36.478Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:09:36.478Z] ---> Running in 22f22673459a [2022-04-19T19:09:36.478Z] ---> 9cf5b7c74eb9 [2022-04-19T19:09:36.478Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:09:36.478Z] Removing intermediate container 6fa10d928a1a [2022-04-19T19:09:36.478Z] ---> bf4050ee9cc2 [2022-04-19T19:09:36.478Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:09:36.478Z] ---> Running in 435f36c7d914 [2022-04-19T19:09:36.738Z] ---> be353f960e71 [2022-04-19T19:09:36.738Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:09:36.738Z] ---> Running in 94956a0e20be [2022-04-19T19:09:36.738Z] Removing intermediate container 27db0635e41a [2022-04-19T19:09:36.738Z] ---> a1c3366b09a0 [2022-04-19T19:09:36.738Z] Step 8/26 : COPY . . [2022-04-19T19:09:38.119Z] Removing intermediate container 39cdad6c7687 [2022-04-19T19:09:38.119Z] ---> 1167e36d68bf [2022-04-19T19:09:38.119Z] Step 8/26 : COPY . . [2022-04-19T19:09:38.381Z] Removing intermediate container 22f22673459a [2022-04-19T19:09:38.381Z] ---> 9fa35df2a7ea [2022-04-19T19:09:38.381Z] Step 8/25 : COPY . . [2022-04-19T19:09:38.957Z] Removing intermediate container 435f36c7d914 [2022-04-19T19:09:38.957Z] ---> 3643663eefe9 [2022-04-19T19:09:38.957Z] Step 7/20 : COPY . . [2022-04-19T19:09:40.868Z] Removing intermediate container 94956a0e20be [2022-04-19T19:09:40.868Z] ---> 6bcca9862e09 [2022-04-19T19:09:40.868Z] Step 8/23 : COPY . . [2022-04-19T19:09:46.113Z] Merging remotes/origin/main commit 7c172932d67f5deb00d2ba71bf7bdd749298babf into PR head commit 316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:09:46.147Z] ---> 35b0edecce92 [2022-04-19T19:09:46.147Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:09:46.147Z] ---> Running in 1af58c2a7d2c [2022-04-19T19:09:46.147Z] ---> 08ea44cf8548 [2022-04-19T19:09:46.147Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:09:46.147Z] ---> 819eee8c1bea [2022-04-19T19:09:46.147Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-19T19:09:46.147Z] ---> 5a63b681d2b0 [2022-04-19T19:09:46.147Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-19T19:09:46.147Z] ---> da7c4e0011b6 [2022-04-19T19:09:46.147Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-19T19:09:46.147Z] ---> Running in 41d805bda4ac [2022-04-19T19:09:46.147Z] ---> Running in 6392f76e4fe0 [2022-04-19T19:09:46.147Z] ---> Running in 248a24379184 [2022-04-19T19:09:46.409Z] ---> Running in 10a53e0f9348 [2022-04-19T19:09:46.409Z] Removing intermediate container 1af58c2a7d2c [2022-04-19T19:09:46.409Z] ---> 46954cda2ab8 [2022-04-19T19:09:46.409Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T19:09:46.409Z] ---> Running in c1ac4020475e [2022-04-19T19:09:46.409Z] Removing intermediate container 248a24379184 [2022-04-19T19:09:46.409Z] ---> c08369ce803b [2022-04-19T19:09:46.409Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T19:09:45.234Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-19T19:09:45.249Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T19:09:45.278Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-19T19:09:45.317Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-19T19:09:45.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T19:09:45.333Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3978/head:refs/remotes/origin/PR-3978 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-19T19:09:46.139Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T19:09:46.163Z] > git checkout -f 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # timeout=10 [2022-04-19T19:09:46.630Z] Merge succeeded, producing 316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:09:46.630Z] Checking out Revision 316e85b6a4ef7a5de836e195d1142eaf4b4f125a (PR-3978) [2022-04-19T19:09:46.670Z] ---> Running in bade8d227f51 [2022-04-19T19:09:46.670Z] 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:46.930Z] 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:09:47.199Z] 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:48.136Z] Removing intermediate container c1ac4020475e [2022-04-19T19:09:48.136Z] ---> e6db9befd369 [2022-04-19T19:09:48.136Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T19:09:48.136Z] Removing intermediate container bade8d227f51 [2022-04-19T19:09:48.136Z] ---> ef9e8b227197 [2022-04-19T19:09:48.136Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T19:09:48.401Z] ---> Running in 822afb6a662b [2022-04-19T19:09:48.401Z] ---> Running in 5d48a8645ca7 [2022-04-19T19:09:48.660Z] Removing intermediate container 822afb6a662b [2022-04-19T19:09:48.660Z] ---> a535e9c1ec1e [2022-04-19T19:09:48.660Z] 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:09:48.660Z] Removing intermediate container 5d48a8645ca7 [2022-04-19T19:09:48.660Z] ---> b293375f640a [2022-04-19T19:09:48.660Z] 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:09:48.660Z] ---> Running in add207cc91b6 [2022-04-19T19:09:48.660Z] ---> Running in 5dfc2e6ac870 [2022-04-19T19:09:46.493Z] > git remote # timeout=10 [2022-04-19T19:09:46.526Z] > git config --get remote.origin.url # timeout=10 [2022-04-19T19:09:46.558Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T19:09:46.571Z] > git merge 7c172932d67f5deb00d2ba71bf7bdd749298babf # timeout=10 [2022-04-19T19:09:46.604Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-19T19:09:46.646Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T19:09:46.679Z] > git checkout -f 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # timeout=10 [2022-04-19T19:09:50.047Z] spire-1.2.1/ [2022-04-19T19:09:50.047Z] spire-1.2.1/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.data/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.data/.file [2022-04-19T19:09:50.047Z] spire-1.2.1/.dockerignore [2022-04-19T19:09:50.047Z] spire-1.2.1/.gitattributes [2022-04-19T19:09:50.047Z] spire-1.2.1/.githooks/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:09:50.047Z] spire-1.2.1/.gitignore [2022-04-19T19:09:50.047Z] spire-1.2.1/.go-version [2022-04-19T19:09:50.047Z] spire-1.2.1/.golangci.yml [2022-04-19T19:09:50.047Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:09:50.047Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:09:50.047Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:09:50.047Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:09:50.047Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:09:50.047Z] spire-1.2.1/Dockerfile [2022-04-19T19:09:50.047Z] spire-1.2.1/Dockerfile.devspire-1.2.1/.data/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.data/.file [2022-04-19T19:09:50.047Z] spire-1.2.1/.dockerignore [2022-04-19T19:09:50.047Z] spire-1.2.1/.gitattributes [2022-04-19T19:09:50.047Z] spire-1.2.1/.githooks/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:09:50.047Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:09:50.047Z] spire-1.2.1/.gitignore [2022-04-19T19:09:50.047Z] spire-1.2.1/.go-version [2022-04-19T19:09:50.047Z] spire-1.2.1/.golangci.yml [2022-04-19T19:09:50.047Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:09:50.047Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:09:50.047Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:09:50.047Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:09:50.047Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:09:50.047Z] spire-1.2.1/Dockerfile [2022-04-19T19:09:50.047Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:09:50.047Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:09:50.047Z] spire-1.2.1/LICENSE [2022-04-19T19:09:50.047Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:09:50.047Z] spire-1.2.1/Makefile [2022-04-19T19:09:50.047Z] spire-1.2.1/README.md [2022-04-19T19:09:50.047Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:09:50.047Z] spire-1.2.1/SECURITY.md [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:09:50.047Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:09:50.047Z] spire-1.2.1/LICENSE [2022-04-19T19:09:50.047Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:09:50.047Z] spire-1.2.1/Makefile [2022-04-19T19:09:50.047Z] spire-1.2.1/README.md [2022-04-19T19:09:50.047Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:09:50.047Z] spire-1.2.1/SECURITY.md [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:09:50.047Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/ [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/agent/ [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/server/ [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/ [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/ [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:09:50.048Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/ [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/agent/ [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/server/ [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:09:50.048Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/ [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/ [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:09:50.048Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:09:50.048Z] spire-1.2.1/examples/ [2022-04-19T19:09:50.048Z] spire-1.2.1/examples/README.md [2022-04-19T19:09:50.048Z] spire-1.2.1/go.mod [2022-04-19T19:09:50.048Z] spire-1.2.1/go.sum [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/ [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:09:50.048Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:09:50.049Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:09:50.049Z] spire-1.2.1/examples/ [2022-04-19T19:09:50.049Z] spire-1.2.1/examples/README.md [2022-04-19T19:09:50.049Z] spire-1.2.1/go.mod [2022-04-19T19:09:50.049Z] spire-1.2.1/go.sum [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:09:50.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:09:50.050Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:09:50.051Z] [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:09:50.051Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:09:50.052Z] [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:09:50.052Z] [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:09:50.052Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_keyspire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:09:50.053Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:09:50.054Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:09:50.055Z] [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509util/dns_test.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:09:50.055Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:09:50.056Z] [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:09:50.056Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/private/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:09:50.057Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:09:50.057Z] spire-1.2.1/release/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire/ [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:09:50.057Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:09:50.057Z] spire-1.2.1/script/ [2022-04-19T19:09:50.057Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:09:50.057Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:09:50.057Z] spire-1.2.1/support/ [2022-04-19T19:09:50.057Z] spire-1.2.1/support/k8s/ [2022-04-19T19:09:50.057Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:09:50.057Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:09:50.057Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:09:50.057Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:09:50.057Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/ [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/private/ [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/ [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:09:50.058Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:09:50.058Z] spire-1.2.1/release/ [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire/ [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:09:50.058Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/script/ [2022-04-19T19:09:50.058Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:09:50.058Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:09:50.058Z] spire-1.2.1/support/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/clock/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:09:50.058Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/clock/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:09:50.058Z] spire-1.2.1/test/integration/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:09:50.058Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/common [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:09:50.059Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/common [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:09:50.059Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:09:50.060Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:09:50.061Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testca/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testkey/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/race.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/util.go [2022-04-19T19:09:50.061Z] building spire from source... [2022-04-19T19:09:50.061Z] [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:09:50.061Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:09:50.061Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testca/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testkey/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/ [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/race.go [2022-04-19T19:09:50.061Z] spire-1.2.1/test/util/util.go [2022-04-19T19:09:50.061Z] building spire from source... [2022-04-19T19:09:50.061Z] Installing go1.17.7... [2022-04-19T19:09:50.320Z] Installing go1.17.7... [2022-04-19T19:09:51.175Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-04-19T19:09:51.237Z] > git --version # timeout=10 [2022-04-19T19:09:51.247Z] > git --version # 'git version 2.25.1' [2022-04-19T19:09:51.263Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-19T19:09:52.376Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-19T19:09:52.376Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T19:09:52.376Z] Dload Upload Total Spent Left Speed [2022-04-19T19:09:52.376Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 51491 0 --:--:-- --:--:-- --:--:-- 51491 [Pipeline] sh [2022-04-19T19:09:52.935Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-19T19:09:53.290Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-19T19:09:53.290Z] + sudo tee /etc/docker/daemon.new [2022-04-19T19:09:53.290Z] { [2022-04-19T19:09:53.290Z] "registry-mirrors": [ [2022-04-19T19:09:53.290Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-19T19:09:53.290Z] ], [2022-04-19T19:09:53.290Z] "bip": "10.250.0.254/24", [2022-04-19T19:09:53.290Z] "hosts": [ [2022-04-19T19:09:53.290Z] "tcp://0.0.0.0:5555", [2022-04-19T19:09:53.290Z] "unix:///var/run/docker.sock" [2022-04-19T19:09:53.290Z] ], [2022-04-19T19:09:53.290Z] "mtu": 1458, [2022-04-19T19:09:53.290Z] "selinux-enabled": true, [2022-04-19T19:09:53.290Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-19T19:09:53.290Z] } [Pipeline] sh [2022-04-19T19:09:53.660Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-19T19:09:54.022Z] + sudo service docker restart [2022-04-19T19:09:55.611Z] Building bin/spire-server... [2022-04-19T19:09:55.611Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:09:55.611Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:09:55.611Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:09:55.611Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:09:55.611Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:09:55.869Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:09:55.869Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:09:55.869Z] Building bin/spire-server... [2022-04-19T19:09:55.869Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:09:55.869Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:09:55.869Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:09:55.869Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:09:55.869Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:09:55.869Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:09:55.869Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:09:55.869Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:09:55.869Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:09:56.130Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:09:56.130Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:09:56.130Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:09:56.130Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:09:56.130Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:09:56.130Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:09:56.130Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:09:56.130Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:09:56.389Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:09:56.389Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:09:56.389Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:09:56.389Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:09:56.390Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:09:56.390Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:09:56.390Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:09:56.390Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:09:56.390Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:09:56.390Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:09:56.390Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:09:56.650Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:09:56.650Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:09:56.650Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:09:56.650Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:09:56.650Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:09:56.650Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:09:56.650Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:09:56.650Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:09:56.650Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:09:56.650Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:09:56.650Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:09:56.650Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:09:56.650Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:09:56.650Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:09:56.650Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:09:56.650Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:09:56.650Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:09:56.650Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:09:56.650Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:09:56.650Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:09:56.650Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:09:56.650Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:09:56.909Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:09:56.909Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:09:56.909Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:09:56.909Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:09:56.909Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:09:56.909Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:09:56.909Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:09:56.909Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:09:56.909Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:09:56.909Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:09:56.909Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:09:56.909Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:09:56.909Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:09:57.171Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:09:57.171Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:09:57.171Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:09:57.171Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:09:57.171Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:09:57.171Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:09:57.171Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:09:57.171Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:09:57.171Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:09:57.171Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:09:57.171Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:09:57.171Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:09:57.171Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:09:57.171Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:09:57.171Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:09:57.433Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:09:57.433Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:09:57.433Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:09:57.433Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:09:57.433Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:09:57.433Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:09:57.433Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:09:57.433Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:09:57.433Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:09:57.694Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:09:57.694Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:09:57.694Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:09:57.694Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:09:57.694Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:09:57.694Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:09:57.694Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:09:57.694Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:09:57.694Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:09:57.694Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:09:57.953Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:09:57.953Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:09:57.953Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:09:58.892Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:09:59.831Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:09:59.831Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:09:59.831Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:09:59.831Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:10:00.090Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:10:00.672Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:10:00.672Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:10:00.672Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:10:00.672Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:10:00.672Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:10:06.448Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:10:06.448Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:10:06.448Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:10:06.448Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:10:06.448Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:10:06.448Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:10:06.448Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:10:06.448Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:10:06.448Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:10:06.448Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:10:06.448Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:10:06.448Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:10:06.448Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:10:06.448Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:10:06.448Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:10:06.448Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:10:06.448Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:10:06.448Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:10:06.448Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:10:07.019Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:10:07.279Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:10:07.279Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:10:07.279Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:10:07.279Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:10:07.538Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:10:07.538Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:10:07.538Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:10:07.797Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:10:07.797Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:10:07.797Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:10:07.797Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:10:07.797Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:10:07.797Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:10:07.797Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:10:07.797Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:10:07.797Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:10:07.797Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:10:07.797Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:10:07.797Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:10:07.797Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:10:08.056Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:10:08.056Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:10:08.056Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:10:08.056Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:10:08.056Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:10:08.056Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:10:08.056Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:10:08.056Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:10:08.056Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:10:08.056Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:10:08.056Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:10:08.509Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:10:08.509Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:10:08.509Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:10:08.768Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:10:08.768Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:10:08.768Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:10:08.768Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:10:08.768Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:10:08.768Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:10:08.768Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:10:08.768Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:10:08.768Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:10:08.768Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:10:08.768Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:10:08.768Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:10:08.768Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:10:08.768Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:10:10.302Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:10:10.302Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:10:10.302Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:10:10.302Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:10:10.302Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:10:10.302Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:10:10.302Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:10:10.302Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:10:10.302Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:10:10.302Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:10:10.302Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:10:10.302Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:10:10.302Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:10:10.302Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:10:10.302Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:10:10.302Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:10:10.302Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:10:10.302Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:10:10.302Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:10:10.302Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:10:10.679Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:10:10.679Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:10:10.679Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:10:10.679Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:10:10.679Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:10:10.679Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:10:10.940Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:10:10.940Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:10:10.940Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:10:10.940Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:10:10.940Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:10:10.940Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:10:10.940Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:10:10.940Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:10:10.940Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:10:10.940Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:10:10.940Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:10:10.940Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:10:10.940Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:10:10.940Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:10:10.940Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:10:10.940Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:10:10.940Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:10:10.940Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:10:10.940Z] 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:11.200Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:10:11.200Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:10:11.200Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:10:11.200Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:10:11.200Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:10:11.200Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:10:11.200Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:10:11.200Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:10:11.200Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:10:11.200Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:10:11.200Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:10:11.200Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:10:11.200Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:10:11.200Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:10:11.200Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:10:11.200Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:10:11.200Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:10:11.460Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:10:11.460Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:10:11.460Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:10:11.460Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:10:11.460Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:10:11.460Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:10:11.460Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:10:11.460Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:10:11.460Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:10:11.460Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:10:11.460Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:10:11.460Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:10:11.460Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:10:11.460Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:10:11.460Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:10:11.460Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:10:11.460Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:10:11.460Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:10:11.460Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:10:11.460Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:10:11.460Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:10:11.989Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:10:11.990Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:10:11.990Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:10:11.990Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:10:11.990Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:10:11.990Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:10:11.990Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:10:11.990Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:10:11.990Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:10:11.990Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:10:11.990Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:10:12.255Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:10:12.255Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:10:12.255Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:10:12.255Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:10:12.255Z] go: downloading go.uber.org/multierr v1.6.0 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T19:10:12.421Z] provisioning config files... [2022-04-19T19:10:12.447Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6239166105614129698tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T19:10:13.097Z] ---> docker-login.sh [2022-04-19T19:10:13.097Z] nexus3.edgexfoundry.org:10001 [2022-04-19T19:10:13.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:10:13.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:10:13.972Z] Configure a credential helper to remove this warning. See [2022-04-19T19:10:13.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:10:13.972Z] [2022-04-19T19:10:13.972Z] Login Succeeded [2022-04-19T19:10:13.972Z] nexus3.edgexfoundry.org:10002 [2022-04-19T19:10:14.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:10:14.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:10:14.517Z] Configure a credential helper to remove this warning. See [2022-04-19T19:10:14.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:10:14.517Z] [2022-04-19T19:10:14.517Z] Login Succeeded [2022-04-19T19:10:14.517Z] nexus3.edgexfoundry.org:10003 [2022-04-19T19:10:14.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:10:14.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:10:14.812Z] Configure a credential helper to remove this warning. See [2022-04-19T19:10:14.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:10:14.812Z] [2022-04-19T19:10:14.812Z] Login Succeeded [2022-04-19T19:10:14.812Z] nexus3.edgexfoundry.org:10004 [2022-04-19T19:10:15.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:10:15.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:10:15.362Z] Configure a credential helper to remove this warning. See [2022-04-19T19:10:15.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:10:15.362Z] [2022-04-19T19:10:15.362Z] Login Succeeded [2022-04-19T19:10:15.362Z] docker.io [2022-04-19T19:10:15.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T19:10:15.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T19:10:15.907Z] Configure a credential helper to remove this warning. See [2022-04-19T19:10:15.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T19:10:15.907Z] [2022-04-19T19:10:15.907Z] Login Succeeded [2022-04-19T19:10:16.179Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T19:10:16.208Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-19T19:10:16.609Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T19:10:16.646Z] ========================================================= [2022-04-19T19:10:16.646Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-19T19:10:16.646Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:10:17.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T19:10:17.331Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-19T19:10:17.331Z] 9b3977197b4f: Pulling fs layer [2022-04-19T19:10:17.331Z] 1a89e8eeedd5: Pulling fs layer [2022-04-19T19:10:17.331Z] 94645a83ff95: Pulling fs layer [2022-04-19T19:10:17.331Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-19T19:10:17.331Z] 0c92f367c5e7: Pulling fs layer [2022-04-19T19:10:17.331Z] f7c0051592d6: Pulling fs layer [2022-04-19T19:10:17.331Z] a227ed2f7395: Pulling fs layer [2022-04-19T19:10:17.331Z] 7b1c46037f91: Pulling fs layer [2022-04-19T19:10:17.331Z] 0c92f367c5e7: Waiting [2022-04-19T19:10:17.331Z] f7c0051592d6: Waiting [2022-04-19T19:10:17.331Z] a227ed2f7395: Waiting [2022-04-19T19:10:17.331Z] 7b1c46037f91: Waiting [2022-04-19T19:10:17.331Z] 3f3a8bcf1eab: Waiting [2022-04-19T19:10:17.331Z] 94645a83ff95: Download complete [2022-04-19T19:10:17.331Z] 1a89e8eeedd5: Verifying Checksum [2022-04-19T19:10:17.331Z] 1a89e8eeedd5: Download complete [2022-04-19T19:10:17.331Z] 0c92f367c5e7: Download complete [2022-04-19T19:10:17.331Z] f7c0051592d6: Verifying Checksum [2022-04-19T19:10:17.331Z] f7c0051592d6: Download complete [2022-04-19T19:10:17.331Z] 9b3977197b4f: Verifying Checksum [2022-04-19T19:10:17.331Z] 9b3977197b4f: Download complete [2022-04-19T19:10:17.331Z] a227ed2f7395: Verifying Checksum [2022-04-19T19:10:17.331Z] a227ed2f7395: Download complete [2022-04-19T19:10:17.679Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:10:17.679Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:10:17.679Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:10:17.679Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:10:17.933Z] 9b3977197b4f: Pull complete [2022-04-19T19:10:18.539Z] 1a89e8eeedd5: Pull complete [2022-04-19T19:10:18.815Z] 94645a83ff95: Pull complete [2022-04-19T19:10:19.412Z] 7b1c46037f91: Verifying Checksum [2022-04-19T19:10:19.412Z] 7b1c46037f91: Download complete [2022-04-19T19:10:19.685Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-19T19:10:19.685Z] 3f3a8bcf1eab: Download complete [2022-04-19T19:10:32.098Z] 3f3a8bcf1eab: Pull complete [2022-04-19T19:10:32.098Z] 0c92f367c5e7: Pull complete [2022-04-19T19:10:32.098Z] f7c0051592d6: Pull complete [2022-04-19T19:10:32.098Z] a227ed2f7395: Pull complete [2022-04-19T19:10:32.578Z] Removing intermediate container 6392f76e4fe0 [2022-04-19T19:10:32.578Z] ---> 33e2474b733e [2022-04-19T19:10:32.578Z] [2022-04-19T19:10:32.578Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:10:32.578Z] Removing intermediate container 41d805bda4ac [2022-04-19T19:10:32.578Z] ---> 5acdc44159d7 [2022-04-19T19:10:32.578Z] [2022-04-19T19:10:32.578Z] Step 10/25 : FROM alpine:3.14 [2022-04-19T19:10:32.578Z] Removing intermediate container 10a53e0f9348 [2022-04-19T19:10:32.578Z] ---> 9cb9a1c2bdab [2022-04-19T19:10:32.578Z] [2022-04-19T19:10:32.578Z] Step 9/20 : FROM alpine:3.15 [2022-04-19T19:10:32.841Z] 3.14: Pulling from library/alpine [2022-04-19T19:10:32.841Z] 3.14: Pulling from library/alpine [2022-04-19T19:10:33.411Z] 3.15: Pulling from library/alpine [2022-04-19T19:10:34.354Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T19:10:34.354Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T19:10:34.354Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T19:10:34.354Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T19:10:34.354Z] ---> e04c818066af [2022-04-19T19:10:34.354Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:10:34.354Z] ---> e04c818066af [2022-04-19T19:10:34.354Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-19T19:10:35.731Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-19T19:10:35.732Z] Status: Downloaded newer image for alpine:3.15 [2022-04-19T19:10:35.732Z] ---> Running in 9ca9848ed154 [2022-04-19T19:10:35.732Z] ---> 0ac33e5f5afa [2022-04-19T19:10:35.732Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T19:10:35.732Z] ---> Running in 74275baaf195 [2022-04-19T19:10:35.991Z] ---> Running in 17629dac8ccd [2022-04-19T19:10:36.608Z] Removing intermediate container 17629dac8ccd [2022-04-19T19:10:36.608Z] ---> 62995b411bdb [2022-04-19T19:10:36.608Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:10:36.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:36.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:36.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:36.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:37.137Z] ---> Running in e74ab3eae1bb [2022-04-19T19:10:37.137Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T19:10:37.137Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:10:37.137Z] OK: 6 MiB in 15 packages [2022-04-19T19:10:37.137Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-19T19:10:37.137Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-19T19:10:37.137Z] (3/3) Installing su-exec (0.2-r1) [2022-04-19T19:10:37.137Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:10:37.137Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:10:37.137Z] OK: 6 MiB in 17 packages [2022-04-19T19:10:39.049Z] Removing intermediate container 9ca9848ed154 [2022-04-19T19:10:39.049Z] ---> 29671fec17ad [2022-04-19T19:10:39.049Z] 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:10:39.310Z] Removing intermediate container 74275baaf195 [2022-04-19T19:10:39.310Z] ---> 0145e8a8c5e9 [2022-04-19T19:10:39.310Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T19:10:39.310Z] ---> Running in aeb43b65cb91 [2022-04-19T19:10:39.877Z] ---> Running in 950bad454117 [2022-04-19T19:10:39.877Z] Removing intermediate container e74ab3eae1bb [2022-04-19T19:10:39.877Z] ---> 0844bc056618 [2022-04-19T19:10:39.877Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-19T19:10:40.135Z] ---> Running in 40dfba35d027 [2022-04-19T19:10:40.135Z] Removing intermediate container aeb43b65cb91 [2022-04-19T19:10:40.135Z] ---> 383ad9d06550 [2022-04-19T19:10:40.135Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-19T19:10:40.403Z] 7b1c46037f91: Pull complete [2022-04-19T19:10:40.403Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-19T19:10:40.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T19:10:40.403Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T19:10:40.410Z] Removing intermediate container 950bad454117 [2022-04-19T19:10:40.410Z] ---> 7ccd4d1cc1ba [2022-04-19T19:10:40.410Z] Step 13/25 : WORKDIR / [2022-04-19T19:10:40.410Z] ---> Running in eb200cd7c7c1 [2022-04-19T19:10:40.410Z] ---> Running in 2428ca222956 [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:10:40.824Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T19:10:40.824Z] WORKDIR /edgex [2022-04-19T19:10:40.824Z] COPY go.mod . [2022-04-19T19:10:40.824Z] RUN go mod download [2022-04-19T19:10:40.824Z] + docker build -t ci-base-image-arm64 -f - . [2022-04-19T19:10:40.980Z] Removing intermediate container eb200cd7c7c1 [2022-04-19T19:10:40.980Z] ---> 89509808c841 [2022-04-19T19:10:40.980Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T19:10:40.980Z] Removing intermediate container 2428ca222956 [2022-04-19T19:10:40.980Z] ---> 9e88e58da98d [2022-04-19T19:10:40.980Z] 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:10:40.980Z] ---> Running in 37ad0454e452 [2022-04-19T19:10:41.553Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:41.553Z] Removing intermediate container 37ad0454e452 [2022-04-19T19:10:41.553Z] ---> 710a3f1e0156 [2022-04-19T19:10:41.553Z] Step 15/23 : WORKDIR / [2022-04-19T19:10:41.821Z] ---> fe9814e1cbe2 [2022-04-19T19:10:41.821Z] 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:10:41.821Z] ---> Running in 3e68122943f4 [2022-04-19T19:10:42.387Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:42.387Z] Removing intermediate container 3e68122943f4 [2022-04-19T19:10:42.387Z] ---> a4c5a2484846 [2022-04-19T19:10:42.387Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:10:42.647Z] ---> ae7b85234dfb [2022-04-19T19:10:42.647Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-19T19:10:42.647Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:10:42.647Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:10:42.647Z] OK: 15855 distinct packages available [2022-04-19T19:10:42.647Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:42.907Z] ---> 5d4c9cac7ff2 [2022-04-19T19:10:42.907Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-19T19:10:43.459Z] Sending build context to Docker daemon 169.2MB [2022-04-19T19:10:43.459Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T19:10:43.459Z] ---> f79e39bc4007 [2022-04-19T19:10:43.459Z] Step 2/4 : WORKDIR /edgex [2022-04-19T19:10:43.488Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:10:43.488Z] ---> aa008e169e31 [2022-04-19T19:10:43.488Z] 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:10:43.750Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-19T19:10:43.750Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:10:44.014Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T19:10:44.014Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-19T19:10:44.278Z] ---> d0c9594b9ce9 [2022-04-19T19:10:44.278Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-19T19:10:44.278Z] (5/9) Installing curl (7.80.0-r0) [2022-04-19T19:10:44.278Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-19T19:10:44.278Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-19T19:10:44.537Z] (8/9) Installing libucontext (1.1-r0) [2022-04-19T19:10:44.537Z] ---> c1d2feefb00a [2022-04-19T19:10:44.537Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-19T19:10:44.537Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-19T19:10:44.537Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:10:44.537Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:10:44.814Z] OK: 8 MiB in 23 packages [2022-04-19T19:10:45.076Z] ---> 62f2d6902f37 [2022-04-19T19:10:45.076Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-19T19:10:45.452Z] ---> Running in 823920ef0998 [2022-04-19T19:10:45.452Z] Removing intermediate container 823920ef0998 [2022-04-19T19:10:45.452Z] ---> 1082a0029848 [2022-04-19T19:10:45.452Z] Step 3/4 : COPY go.mod . [2022-04-19T19:10:45.645Z] ---> Running in 69074a6a1347 [2022-04-19T19:10:45.645Z] ---> abb07d4b32f7 [2022-04-19T19:10:45.645Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-19T19:10:46.061Z] ---> d3bebb0f07b1 [2022-04-19T19:10:46.061Z] Step 4/4 : RUN go mod download [2022-04-19T19:10:46.061Z] ---> Running in fce17a53b528 [2022-04-19T19:10:46.220Z] Removing intermediate container 69074a6a1347 [2022-04-19T19:10:46.220Z] ---> 02af176c7fd2 [2022-04-19T19:10:46.220Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:10:46.490Z] ---> Running in 4410242c5736 [2022-04-19T19:10:46.490Z] Removing intermediate container 40dfba35d027 [2022-04-19T19:10:46.490Z] ---> 37e16112357d [2022-04-19T19:10:46.490Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:10:46.756Z] ---> d9420296e816 [2022-04-19T19:10:46.756Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T19:10:47.019Z] Removing intermediate container 4410242c5736 [2022-04-19T19:10:47.019Z] ---> 9ddda8828689 [2022-04-19T19:10:47.019Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T19:10:47.019Z] ---> c243caec4c2b [2022-04-19T19:10:47.019Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-19T19:10:47.278Z] ---> Running in 165d566b7f1f [2022-04-19T19:10:47.601Z] ---> 7a1ed84db488 [2022-04-19T19:10:47.601Z] 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:10:47.601Z] ---> Running in 80eee6acd027 [2022-04-19T19:10:47.861Z] Removing intermediate container 165d566b7f1f [2022-04-19T19:10:47.861Z] ---> 57d91e2ab7ef [2022-04-19T19:10:47.861Z] Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:10:47.861Z] ---> Running in c4d6d1de2d43 [2022-04-19T19:10:48.125Z] ---> 2f980006229b [2022-04-19T19:10:48.126Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-19T19:10:48.385Z] Removing intermediate container c4d6d1de2d43 [2022-04-19T19:10:48.385Z] ---> 65ed8f7ddd70 [2022-04-19T19:10:48.385Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:10:48.385Z] ---> Running in 20f0852ff927 [2022-04-19T19:10:48.692Z] Removing intermediate container 20f0852ff927 [2022-04-19T19:10:48.692Z] ---> 906b57c4958f [2022-04-19T19:10:48.692Z] [2022-04-19T19:10:48.952Z] Successfully built 906b57c4958f [2022-04-19T19:10:48.952Z] ---> d7db62b20a59 [2022-04-19T19:10:48.952Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-19T19:10:48.952Z] Successfully tagged core-command:latest [2022-04-19T19:10:48.952Z]  Building core-command ... done Building core-metadata [2022-04-19T19:10:50.331Z] ---> Running in 19152dc646b4 [2022-04-19T19:10:51.282Z] Removing intermediate container 19152dc646b4 [2022-04-19T19:10:51.282Z] ---> 91f23c9093f0 [2022-04-19T19:10:51.282Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:10:51.282Z] Removing intermediate container 80eee6acd027 [2022-04-19T19:10:51.282Z] ---> b6ab9e3641c8 [2022-04-19T19:10:51.282Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T19:10:51.282Z] ---> Running in baa71676a818 [2022-04-19T19:10:51.282Z] ---> Running in 1f0e9eb9891e [2022-04-19T19:10:51.556Z] Removing intermediate container baa71676a818 [2022-04-19T19:10:51.556Z] ---> 0031da19824a [2022-04-19T19:10:51.556Z] Step 18/20 : LABEL arch=x86_64 [2022-04-19T19:10:51.817Z] ---> Running in b981afaebed9 [2022-04-19T19:10:51.817Z] Removing intermediate container 1f0e9eb9891e [2022-04-19T19:10:51.817Z] ---> 21bef7ce3674 [2022-04-19T19:10:51.817Z] Step 23/25 : LABEL arch=x86_64 [2022-04-19T19:10:51.817Z] ---> Running in 8a626922e457 [2022-04-19T19:10:52.080Z] Removing intermediate container b981afaebed9 [2022-04-19T19:10:52.080Z] ---> e8fcb387433e [2022-04-19T19:10:52.080Z] Step 19/20 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:10:52.080Z] ---> Running in dbb0072666e6 [2022-04-19T19:10:52.080Z] Removing intermediate container 8a626922e457 [2022-04-19T19:10:52.080Z] ---> b19a287e7dc0 [2022-04-19T19:10:52.080Z] Step 24/25 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:10:52.341Z] ---> Running in 79522702280b [2022-04-19T19:10:52.341Z] Removing intermediate container dbb0072666e6 [2022-04-19T19:10:52.341Z] ---> 5ff8a75fe6fb [2022-04-19T19:10:52.341Z] Step 20/20 : LABEL version=0.0.0 [2022-04-19T19:10:52.604Z] ---> Running in 3974fcdb3c6b [2022-04-19T19:10:52.604Z] Removing intermediate container 79522702280b [2022-04-19T19:10:52.604Z] ---> d5bc86333ace [2022-04-19T19:10:52.604Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T19:10:52.604Z] ---> Running in 77db11854016 [2022-04-19T19:10:52.867Z] Removing intermediate container 3974fcdb3c6b [2022-04-19T19:10:52.867Z] ---> 031802a7440b [2022-04-19T19:10:52.867Z] [2022-04-19T19:10:52.867Z] Successfully built 031802a7440b [2022-04-19T19:10:52.867Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-19T19:10:52.867Z] Building support-scheduler [2022-04-19T19:10:53.126Z]  Building security-spiffe-token-provider ... done Removing intermediate container 77db11854016 [2022-04-19T19:10:53.126Z] ---> bb60f2774bab [2022-04-19T19:10:53.126Z] [2022-04-19T19:10:53.126Z] Successfully built bb60f2774bab [2022-04-19T19:10:53.126Z] Successfully tagged security-secretstore-setup:latest [2022-04-19T19:10:53.126Z] Building sys-mgmt-agent [2022-04-19T19:10:57.310Z]  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:10:57.310Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:10:57.310Z] ---> bfa0f22f50a3 [2022-04-19T19:10:57.310Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:10:57.310Z] ---> Using cache [2022-04-19T19:10:57.310Z] ---> 04eed3f5730d [2022-04-19T19:10:57.310Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:10:57.310Z] ---> Using cache [2022-04-19T19:10:57.310Z] ---> b4d65c56d9cc [2022-04-19T19:10:57.310Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T19:10:57.310Z] ---> Using cache [2022-04-19T19:10:57.310Z] ---> bf4050ee9cc2 [2022-04-19T19:10:57.310Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:10:57.310Z] ---> Using cache [2022-04-19T19:10:57.310Z] ---> be353f960e71 [2022-04-19T19:10:57.310Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:10:57.310Z] ---> Using cache [2022-04-19T19:10:57.310Z] ---> 6bcca9862e09 [2022-04-19T19:10:57.310Z] Step 8/23 : COPY . . [2022-04-19T19:10:57.310Z] ---> Using cache [2022-04-19T19:10:57.310Z] ---> da7c4e0011b6 [2022-04-19T19:10:57.310Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-19T19:11:02.590Z] ---> Running in 0d7aec5a6233 [2022-04-19T19:11:02.590Z] 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:11:06.784Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:11:06.784Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:11:06.784Z] ---> bfa0f22f50a3 [2022-04-19T19:11:06.784Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:11:06.784Z] ---> Using cache [2022-04-19T19:11:06.784Z] ---> 04eed3f5730d [2022-04-19T19:11:06.784Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:11:06.784Z] ---> Using cache [2022-04-19T19:11:06.784Z] ---> b4d65c56d9cc [2022-04-19T19:11:06.784Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-19T19:11:07.354Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:11:07.354Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:11:07.354Z] ---> bfa0f22f50a3 [2022-04-19T19:11:07.354Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:11:07.354Z] ---> Using cache [2022-04-19T19:11:07.354Z] ---> 04eed3f5730d [2022-04-19T19:11:07.354Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:11:07.354Z] ---> Using cache [2022-04-19T19:11:07.354Z] ---> b4d65c56d9cc [2022-04-19T19:11:07.354Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T19:11:07.354Z] ---> Using cache [2022-04-19T19:11:07.354Z] ---> bf4050ee9cc2 [2022-04-19T19:11:07.354Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:11:07.354Z] ---> Using cache [2022-04-19T19:11:07.354Z] ---> be353f960e71 [2022-04-19T19:11:07.354Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:11:07.354Z] ---> Using cache [2022-04-19T19:11:07.354Z] ---> 6bcca9862e09 [2022-04-19T19:11:07.354Z] Step 8/22 : COPY . . [2022-04-19T19:11:07.354Z] ---> Using cache [2022-04-19T19:11:07.354Z] ---> da7c4e0011b6 [2022-04-19T19:11:07.354Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-19T19:11:08.301Z] ---> Running in aeb31fe3a274 [2022-04-19T19:11:08.301Z] ---> Running in c9ff2ed1623f [2022-04-19T19:11:09.677Z] 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:09.677Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:11:10.612Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:11:10.871Z] OK: 221 MiB in 52 packages [2022-04-19T19:11:11.824Z] Removing intermediate container aeb31fe3a274 [2022-04-19T19:11:11.824Z] ---> 47c4f3e80cb3 [2022-04-19T19:11:11.824Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:11:12.778Z] ---> c42c230da601 [2022-04-19T19:11:12.779Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:11:12.779Z] ---> Running in 96691e2fad17 [2022-04-19T19:11:15.313Z] Removing intermediate container 96691e2fad17 [2022-04-19T19:11:15.313Z] ---> 31cfea1e707c [2022-04-19T19:11:15.313Z] Step 8/23 : COPY . . [2022-04-19T19:11:27.538Z] ---> c2fb4f5bd79d [2022-04-19T19:11:27.538Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-19T19:11:27.538Z] ---> Running in 21e1758e2b9b [2022-04-19T19:11:28.476Z] 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:11:33.053Z] Removing intermediate container fce17a53b528 [2022-04-19T19:11:33.053Z] ---> 593b1ec4534a [2022-04-19T19:11:33.053Z] Successfully built 593b1ec4534a [2022-04-19T19:11:33.053Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:11:33.420Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T19:11:33.420Z] . [Pipeline] withDockerContainer [2022-04-19T19:11:33.699Z] prd-ubuntu20.04-docker-arm64-4c-16g-21382 does not seem to be running inside a container [2022-04-19T19:11:33.789Z] $ 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:11:35.138Z] $ docker top 813c67bbf0167a3a01d4afc1e6111d29a5a8a27e2588116abd761f337226ec61 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:11:36.150Z] + go version [2022-04-19T19:11:36.150Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-19T19:11:36.193Z] $ docker stop --time=1 813c67bbf0167a3a01d4afc1e6111d29a5a8a27e2588116abd761f337226ec61 [2022-04-19T19:11:36.662Z] Removing intermediate container 0d7aec5a6233 [2022-04-19T19:11:36.662Z] ---> b108a9c00624 [2022-04-19T19:11:36.662Z] [2022-04-19T19:11:36.662Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:11:36.662Z] ---> e04c818066af [2022-04-19T19:11:36.662Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:11:36.662Z] ---> Using cache [2022-04-19T19:11:36.662Z] ---> 29671fec17ad [2022-04-19T19:11:36.662Z] 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:11:36.662Z] ---> Using cache [2022-04-19T19:11:36.662Z] ---> 383ad9d06550 [2022-04-19T19:11:36.662Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-19T19:11:36.662Z] ---> Running in df47ac041572 [2022-04-19T19:11:36.662Z] Removing intermediate container df47ac041572 [2022-04-19T19:11:36.662Z] ---> 37a58af437b3 [2022-04-19T19:11:36.662Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T19:11:36.921Z] ---> Running in 56e3f99f30cd [2022-04-19T19:11:37.488Z] Removing intermediate container 56e3f99f30cd [2022-04-19T19:11:37.488Z] ---> c4746a37e9dd [2022-04-19T19:11:37.488Z] Step 15/23 : WORKDIR / [2022-04-19T19:11:37.915Z] $ docker rm -f 813c67bbf0167a3a01d4afc1e6111d29a5a8a27e2588116abd761f337226ec61 [2022-04-19T19:11:38.063Z] ---> Running in 1d161ec9ac4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:11:38.632Z] Removing intermediate container 1d161ec9ac4d [2022-04-19T19:11:38.632Z] ---> ebd8c1f3650e [2022-04-19T19:11:38.632Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:11:38.847Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T19:11:38.848Z] . [Pipeline] withDockerContainer [2022-04-19T19:11:39.111Z] prd-ubuntu20.04-docker-arm64-4c-16g-21382 does not seem to be running inside a container [2022-04-19T19:11:39.209Z] $ 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:11:40.022Z] ---> d9ea72a37c99 [2022-04-19T19:11:40.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-19T19:11:40.523Z] $ docker top c58f04d62049a429a0e92eb27519032c4c606de43c9ae204e39bd6898a6cc032 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-19T19:11:40.864Z] ========================================================= [2022-04-19T19:11:40.864Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-19T19:11:40.864Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T19:11:41.401Z] ---> db7fa23b4e16 [2022-04-19T19:11:41.401Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-19T19:11:41.570Z] + make test [2022-04-19T19:11:41.570Z] go mod tidy -compat=1.17 [2022-04-19T19:11:41.986Z] ---> 038ccb6816cc [2022-04-19T19:11:41.986Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-19T19:11:42.267Z] ---> Running in 050fee6770fd [2022-04-19T19:11:42.528Z] Removing intermediate container 050fee6770fd [2022-04-19T19:11:42.528Z] ---> a7ab35a3e270 [2022-04-19T19:11:42.528Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:11:42.551Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-19T19:11:42.805Z] ---> Running in aa3241e2b339 [2022-04-19T19:11:43.064Z] Removing intermediate container aa3241e2b339 [2022-04-19T19:11:43.064Z] ---> 27e44c89c6e9 [2022-04-19T19:11:43.064Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T19:11:43.064Z] ---> Running in 69bea746a3c9 [2022-04-19T19:11:43.322Z] Removing intermediate container 69bea746a3c9 [2022-04-19T19:11:43.322Z] ---> 3b24bd5b587b [2022-04-19T19:11:43.322Z] Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:11:43.322Z] ---> Running in 2902bb36391f [2022-04-19T19:11:43.585Z] Removing intermediate container 2902bb36391f [2022-04-19T19:11:43.585Z] ---> 4d041ecce843 [2022-04-19T19:11:43.585Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:11:43.845Z] ---> Running in d4c99f6e8f1d [2022-04-19T19:11:44.103Z] Removing intermediate container d4c99f6e8f1d [2022-04-19T19:11:44.103Z] ---> 7dee2c1dde41 [2022-04-19T19:11:44.103Z] [2022-04-19T19:11:44.103Z] Successfully built 7dee2c1dde41 [2022-04-19T19:11:44.361Z] Successfully tagged core-metadata:latest [2022-04-19T19:11:44.362Z]  Building core-metadata ... done Building security-proxy-setup [2022-04-19T19:11:49.637Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:11:49.637Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:11:49.637Z] ---> bfa0f22f50a3 [2022-04-19T19:11:49.637Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:11:49.637Z] ---> Using cache [2022-04-19T19:11:49.637Z] ---> 04eed3f5730d [2022-04-19T19:11:49.637Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:11:49.637Z] ---> Using cache [2022-04-19T19:11:49.637Z] ---> b4d65c56d9cc [2022-04-19T19:11:49.637Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T19:11:49.637Z] ---> Using cache [2022-04-19T19:11:49.637Z] ---> bf4050ee9cc2 [2022-04-19T19:11:49.637Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:11:49.637Z] ---> Using cache [2022-04-19T19:11:49.637Z] ---> be353f960e71 [2022-04-19T19:11:49.637Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:11:49.637Z] ---> Using cache [2022-04-19T19:11:49.637Z] ---> 6bcca9862e09 [2022-04-19T19:11:49.637Z] Step 8/22 : COPY . . [2022-04-19T19:11:49.637Z] ---> Using cache [2022-04-19T19:11:49.637Z] ---> da7c4e0011b6 [2022-04-19T19:11:49.637Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-19T19:11:50.573Z] ---> Running in 1352e165999b [2022-04-19T19:11:51.511Z] 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:11:55.713Z] Removing intermediate container c9ff2ed1623f [2022-04-19T19:11:55.713Z] ---> 149052f16e7f [2022-04-19T19:11:55.713Z] [2022-04-19T19:11:55.713Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:11:55.713Z] ---> e04c818066af [2022-04-19T19:11:55.713Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:11:55.713Z] ---> Using cache [2022-04-19T19:11:55.713Z] ---> 29671fec17ad [2022-04-19T19:11:55.713Z] 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:11:55.713Z] ---> Using cache [2022-04-19T19:11:55.713Z] ---> 383ad9d06550 [2022-04-19T19:11:55.713Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-19T19:11:55.713Z] ---> Running in 0f8fedaa5772 [2022-04-19T19:11:55.713Z] Removing intermediate container 21e1758e2b9b [2022-04-19T19:11:55.713Z] ---> d52812bb5956 [2022-04-19T19:11:55.713Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-19T19:11:55.713Z] Removing intermediate container 0f8fedaa5772 [2022-04-19T19:11:55.713Z] ---> cf6276d325af [2022-04-19T19:11:55.713Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T19:11:55.713Z] ---> Running in fc825c72f702 [2022-04-19T19:11:55.713Z] ---> Running in 5b0b07dce617 [2022-04-19T19:11:55.713Z] Removing intermediate container 5b0b07dce617 [2022-04-19T19:11:55.713Z] ---> 6fa80a0455a6 [2022-04-19T19:11:55.713Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:11:56.283Z] 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:11:56.283Z] ---> d754b7c23f50 [2022-04-19T19:11:56.283Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-19T19:11:57.315Z] ---> 90d25b011a88 [2022-04-19T19:11:57.315Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-19T19:11:58.000Z] Removing intermediate container fc825c72f702 [2022-04-19T19:11:58.000Z] ---> 3c41787890d6 [2022-04-19T19:11:58.000Z] [2022-04-19T19:11:58.000Z] Step 11/23 : FROM docker:20.10.14 [2022-04-19T19:11:58.000Z] ---> 32e9da05bb47 [2022-04-19T19:11:58.000Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-19T19:11:58.000Z] 20.10.14: Pulling from library/docker [2022-04-19T19:11:58.000Z] ---> Running in 8a7e069b7e6c [2022-04-19T19:11:58.308Z] Removing intermediate container 8a7e069b7e6c [2022-04-19T19:11:58.308Z] ---> a4f00c7d8033 [2022-04-19T19:11:58.308Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:11:58.308Z] ---> Running in f4fd5360184d [2022-04-19T19:11:58.569Z] Removing intermediate container f4fd5360184d [2022-04-19T19:11:58.569Z] ---> 92b7b713d289 [2022-04-19T19:11:58.569Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T19:11:58.569Z] ---> Running in c924af6e8de2 [2022-04-19T19:11:59.138Z] Removing intermediate container c924af6e8de2 [2022-04-19T19:11:59.138Z] ---> 0311c43cb540 [2022-04-19T19:11:59.138Z] Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:11:59.402Z] ---> Running in 6cdbef7cf3ea [2022-04-19T19:11:59.402Z] Removing intermediate container 6cdbef7cf3ea [2022-04-19T19:11:59.402Z] ---> 706d13c5b245 [2022-04-19T19:11:59.402Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:11:59.662Z] ---> Running in b00cc86ebaac [2022-04-19T19:11:59.921Z] Removing intermediate container b00cc86ebaac [2022-04-19T19:11:59.921Z] ---> 9e7eb2f22f2e [2022-04-19T19:11:59.921Z] [2022-04-19T19:12:00.181Z] Successfully built 9e7eb2f22f2e [2022-04-19T19:12:00.181Z] Successfully tagged support-scheduler:latest [2022-04-19T19:12:00.181Z] Building core-data [2022-04-19T19:12:03.474Z]  Building support-scheduler ... done Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-19T19:12:03.474Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-19T19:12:03.474Z] ---> 7417809fdb73 [2022-04-19T19:12:03.474Z] 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:12:04.415Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:12:04.415Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:12:04.415Z] ---> bfa0f22f50a3 [2022-04-19T19:12:04.415Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:12:04.415Z] ---> Using cache [2022-04-19T19:12:04.415Z] ---> 04eed3f5730d [2022-04-19T19:12:04.415Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:12:04.415Z] ---> Using cache [2022-04-19T19:12:04.415Z] ---> b4d65c56d9cc [2022-04-19T19:12:04.415Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-19T19:12:06.352Z] ---> Running in 0eb1ffebc77b [2022-04-19T19:12:06.352Z] ---> Running in ef8fa6a71223 [2022-04-19T19:12:06.352Z] 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:12:06.615Z] Removing intermediate container 0eb1ffebc77b [2022-04-19T19:12:06.615Z] ---> 21c309af22fe [2022-04-19T19:12:06.615Z] 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:12:06.615Z] ---> Running in c3dfcada42a1 [2022-04-19T19:12:06.876Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:06.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:07.138Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:07.138Z] (1/43) Installing readline (8.1.1-r0) [2022-04-19T19:12:07.397Z] (2/43) Installing bash (5.1.16-r0) [2022-04-19T19:12:07.397Z] Executing bash-5.1.16-r0.post-install [2022-04-19T19:12:07.397Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:12:07.397Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T19:12:07.397Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-19T19:12:07.397Z] (6/43) Installing curl (7.80.0-r0) [2022-04-19T19:12:07.397Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-19T19:12:07.397Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-19T19:12:07.397Z] (9/43) Installing expat (2.4.7-r0) [2022-04-19T19:12:07.397Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-19T19:12:07.397Z] (11/43) Installing gdbm (1.22-r0) [2022-04-19T19:12:07.397Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-19T19:12:07.397Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-19T19:12:07.397Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-19T19:12:07.397Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-19T19:12:07.397Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-19T19:12:07.397Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-19T19:12:07.657Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:07.657Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-19T19:12:07.657Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-19T19:12:07.657Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-19T19:12:07.657Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-19T19:12:07.657Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-19T19:12:07.657Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-19T19:12:07.657Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-19T19:12:07.921Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-19T19:12:07.921Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-19T19:12:07.921Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-19T19:12:07.921Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-19T19:12:07.921Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-19T19:12:07.921Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-19T19:12:07.921Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-19T19:12:07.921Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-19T19:12:07.921Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-19T19:12:07.921Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-19T19:12:07.921Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-19T19:12:07.921Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-19T19:12:07.921Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-19T19:12:07.921Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-19T19:12:07.921Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-19T19:12:07.921Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-19T19:12:07.921Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-19T19:12:07.921Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-19T19:12:07.921Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-19T19:12:07.921Z] OK: 221 MiB in 52 packages [2022-04-19T19:12:07.921Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:12:07.921Z] OK: 83 MiB in 65 packages [2022-04-19T19:12:08.862Z] Collecting docker-compose==1.23.2 [2022-04-19T19:12:08.862Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-19T19:12:08.862Z] 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:12:08.862Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-19T19:12:08.862Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-19T19:12:09.121Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-19T19:12:09.121Z] Removing intermediate container 1352e165999b [2022-04-19T19:12:09.121Z] ---> 7a2dcf3cba10 [2022-04-19T19:12:09.121Z] [2022-04-19T19:12:09.121Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:12:09.121Z] ---> e04c818066af [2022-04-19T19:12:09.121Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-19T19:12:09.121Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-19T19:12:09.394Z] Removing intermediate container ef8fa6a71223 [2022-04-19T19:12:09.394Z] ---> 77385ef70c14 [2022-04-19T19:12:09.394Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:12:09.394Z] ---> Running in 4b94371538cd [2022-04-19T19:12:09.394Z] Collecting jsonschema<3,>=2.5.1 [2022-04-19T19:12:09.394Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-19T19:12:09.394Z] Collecting docopt<0.7,>=0.6.1 [2022-04-19T19:12:09.394Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-19T19:12:09.655Z] ---> ab7eb74bb7b9 [2022-04-19T19:12:09.655Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:12:09.655Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:09.655Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:09.655Z] ---> Running in 5b19019fec3d [2022-04-19T19:12:09.915Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-19T19:12:09.915Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-19T19:12:09.915Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-19T19:12:09.915Z] Collecting texttable<0.10,>=0.9.0 [2022-04-19T19:12:09.915Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-19T19:12:09.915Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:12:09.915Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-19T19:12:09.915Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-19T19:12:09.915Z] (5/6) Installing curl (7.79.1-r0) [2022-04-19T19:12:09.915Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-19T19:12:09.915Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:12:09.915Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:12:09.915Z] OK: 8 MiB in 20 packages [2022-04-19T19:12:10.173Z] Collecting cached-property<2,>=1.2.0 [2022-04-19T19:12:10.173Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-19T19:12:10.433Z] Collecting PyYAML<4,>=3.10 [2022-04-19T19:12:10.433Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-19T19:12:10.695Z] Removing intermediate container 4b94371538cd [2022-04-19T19:12:10.695Z] ---> 30244b0e786d [2022-04-19T19:12:10.695Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T19:12:10.695Z] Removing intermediate container 5b19019fec3d [2022-04-19T19:12:10.695Z] ---> d57e87aa8de4 [2022-04-19T19:12:10.695Z] Step 8/23 : COPY . . [2022-04-19T19:12:10.959Z] ---> Running in 62986965f5e3 [2022-04-19T19:12:11.218Z] Collecting docker<4.0,>=3.6.0 [2022-04-19T19:12:11.218Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-19T19:12:11.218Z] Collecting docker-pycreds>=0.4.0 [2022-04-19T19:12:11.218Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-19T19:12:11.218Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-19T19:12:11.479Z] Removing intermediate container 62986965f5e3 [2022-04-19T19:12:11.479Z] ---> c48f4e412d88 [2022-04-19T19:12:11.479Z] Step 13/22 : WORKDIR /edgex [2022-04-19T19:12:11.479Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-19T19:12:11.479Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-19T19:12:11.479Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-19T19:12:11.479Z] Collecting idna<2.8,>=2.5 [2022-04-19T19:12:11.479Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-19T19:12:11.479Z] 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:12:11.479Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-19T19:12:11.479Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-19T19:12:11.479Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-19T19:12:11.479Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-19T19:12:11.738Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-19T19:12:11.738Z] Attempting uninstall: urllib3 [2022-04-19T19:12:11.738Z] Found existing installation: urllib3 1.26.7 [2022-04-19T19:12:11.738Z] Uninstalling urllib3-1.26.7: [2022-04-19T19:12:11.738Z] Successfully uninstalled urllib3-1.26.7 [2022-04-19T19:12:12.678Z] Attempting uninstall: idna [2022-04-19T19:12:12.678Z] Found existing installation: idna 3.3 [2022-04-19T19:12:12.678Z] Uninstalling idna-3.3: [2022-04-19T19:12:12.678Z] Successfully uninstalled idna-3.3 [2022-04-19T19:12:12.678Z] ---> Running in 3050b9b400d3 [2022-04-19T19:12:13.004Z] Removing intermediate container 3050b9b400d3 [2022-04-19T19:12:13.004Z] ---> 600fc2cd8563 [2022-04-19T19:12:13.004Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-19T19:12:13.264Z] ---> 571407fb4fca [2022-04-19T19:12:13.264Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-19T19:12:13.264Z] Attempting uninstall: requests [2022-04-19T19:12:13.264Z] Found existing installation: requests 2.26.0 [2022-04-19T19:12:13.264Z] Uninstalling requests-2.26.0: [2022-04-19T19:12:13.264Z] Successfully uninstalled requests-2.26.0 [2022-04-19T19:12:13.264Z] Running setup.py install for texttable: started [2022-04-19T19:12:13.525Z] Running setup.py install for texttable: finished with status 'done' [2022-04-19T19:12:13.525Z] Running setup.py install for PyYAML: started [2022-04-19T19:12:13.785Z] ---> 949b081a7ca3 [2022-04-19T19:12:13.785Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-19T19:12:14.046Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-19T19:12:14.343Z] ---> c4da500d1b55 [2022-04-19T19:12:14.343Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T19:12:14.343Z] Running setup.py install for docopt: started [2022-04-19T19:12:14.603Z] ---> acdeb14b7705 [2022-04-19T19:12:14.603Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-19T19:12:14.603Z] Running setup.py install for docopt: finished with status 'done' [2022-04-19T19:12:14.603Z] Running setup.py install for dockerpty: started [2022-04-19T19:12:14.866Z] ---> Running in 59c48629c6e4 [2022-04-19T19:12:14.866Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-19T19:12:14.929Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-19T19:12:15.433Z] 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:12:15.692Z] Removing intermediate container 59c48629c6e4 [2022-04-19T19:12:15.692Z] ---> 489fd5780476 [2022-04-19T19:12:15.692Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T19:12:15.692Z] ---> c56a97e86a91 [2022-04-19T19:12:15.692Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-19T19:12:15.692Z] ---> Running in 69f65deb5c71 [2022-04-19T19:12:15.692Z] ---> Running in 68e83be76d07 [2022-04-19T19:12:15.951Z] Removing intermediate container 68e83be76d07 [2022-04-19T19:12:15.951Z] ---> 3dd3381e7f6c [2022-04-19T19:12:15.951Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T19:12:15.951Z] ---> Running in c758eaf12042 [2022-04-19T19:12:16.213Z] Removing intermediate container c758eaf12042 [2022-04-19T19:12:16.213Z] ---> b57c242b9d5d [2022-04-19T19:12:16.213Z] Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:12:16.213Z] 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:12:16.213Z] ---> Running in f4988bc64bed [2022-04-19T19:12:16.472Z] Removing intermediate container f4988bc64bed [2022-04-19T19:12:16.472Z] ---> 2dfc3a7c1276 [2022-04-19T19:12:16.472Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:12:16.472Z] ---> Running in 3b9628a5d5df [2022-04-19T19:12:16.731Z] Removing intermediate container 3b9628a5d5df [2022-04-19T19:12:16.731Z] ---> 94c54b089f54 [2022-04-19T19:12:16.731Z] [2022-04-19T19:12:16.731Z] Successfully built 94c54b089f54 [2022-04-19T19:12:16.731Z] Successfully tagged security-proxy-setup:latest [2022-04-19T19:12:16.731Z]  Building security-proxy-setup ... done Building security-spire-server [2022-04-19T19:12:20.022Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:12:20.022Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:12:20.022Z] ---> bfa0f22f50a3 [2022-04-19T19:12:20.022Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T19:12:20.022Z] ---> Using cache [2022-04-19T19:12:20.022Z] ---> 04eed3f5730d [2022-04-19T19:12:20.022Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:12:20.022Z] ---> Using cache [2022-04-19T19:12:20.022Z] ---> b4d65c56d9cc [2022-04-19T19:12:20.022Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:12:20.962Z] ---> Running in 56c2fbd7813b [2022-04-19T19:12:21.228Z] Removing intermediate container c3dfcada42a1 [2022-04-19T19:12:21.228Z] ---> 6a10d7d20668 [2022-04-19T19:12:21.228Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-19T19:12:21.228Z] ---> Running in b1eb6955e561 [2022-04-19T19:12:21.488Z] Removing intermediate container b1eb6955e561 [2022-04-19T19:12:21.488Z] ---> b2a717ef5a6d [2022-04-19T19:12:21.488Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-19T19:12:21.488Z] ---> Running in fd1e99c23b5f [2022-04-19T19:12:21.488Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:21.488Z] Removing intermediate container fd1e99c23b5f [2022-04-19T19:12:21.488Z] ---> d7dcc823ce30 [2022-04-19T19:12:21.489Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-19T19:12:22.061Z] ---> 198dfb9b8a74 [2022-04-19T19:12:22.061Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-19T19:12:22.320Z] ---> 1425c8272b2f [2022-04-19T19:12:22.320Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-19T19:12:22.320Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:22.579Z] ---> fdbbc33bca0f [2022-04-19T19:12:22.579Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-19T19:12:22.579Z] ---> Running in 2234d1756d1c [2022-04-19T19:12:22.579Z] OK: 221 MiB in 52 packages [2022-04-19T19:12:22.839Z] Removing intermediate container 2234d1756d1c [2022-04-19T19:12:22.839Z] ---> 1bd4e43cfb4b [2022-04-19T19:12:22.839Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:12:22.839Z] ---> Running in d8a07919b16e [2022-04-19T19:12:23.101Z] Removing intermediate container d8a07919b16e [2022-04-19T19:12:23.101Z] ---> 2c3a53b8fb41 [2022-04-19T19:12:23.101Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T19:12:23.101Z] ---> Running in aaa77eaaa1dc [2022-04-19T19:12:23.101Z] Removing intermediate container 56c2fbd7813b [2022-04-19T19:12:23.101Z] ---> 625c8457b35f [2022-04-19T19:12:23.101Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T19:12:23.362Z] Removing intermediate container aaa77eaaa1dc [2022-04-19T19:12:23.362Z] ---> ef300c150782 [2022-04-19T19:12:23.362Z] Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:12:23.362Z] ---> Running in 9f9320d7f454 [2022-04-19T19:12:23.622Z] ---> d6344bd07ec6 [2022-04-19T19:12:23.622Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:12:23.622Z] Removing intermediate container 9f9320d7f454 [2022-04-19T19:12:23.622Z] ---> 0bb2aed7c0ed [2022-04-19T19:12:23.622Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:12:23.622Z] ---> Running in cdb3d12ff340 [2022-04-19T19:12:23.622Z] ---> Running in c6bfee4e4d2c [2022-04-19T19:12:23.884Z] Removing intermediate container c6bfee4e4d2c [2022-04-19T19:12:23.884Z] ---> 20664888fc99 [2022-04-19T19:12:23.884Z] [2022-04-19T19:12:23.884Z] Successfully built 20664888fc99 [2022-04-19T19:12:23.884Z] Successfully tagged sys-mgmt-agent:latest [2022-04-19T19:12:23.884Z]  Building sys-mgmt-agent ... done Building support-notifications [2022-04-19T19:12:28.081Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:12:28.081Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:12:28.081Z] ---> bfa0f22f50a3 [2022-04-19T19:12:28.081Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:12:28.081Z] ---> Using cache [2022-04-19T19:12:28.081Z] ---> 04eed3f5730d [2022-04-19T19:12:28.081Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:12:28.081Z] ---> Using cache [2022-04-19T19:12:28.081Z] ---> b4d65c56d9cc [2022-04-19T19:12:28.081Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-19T19:12:28.081Z] Removing intermediate container cdb3d12ff340 [2022-04-19T19:12:28.081Z] ---> 366aba544d87 [2022-04-19T19:12:28.081Z] Step 8/25 : COPY . . [2022-04-19T19:12:28.081Z] ---> Running in a70cc488488c [2022-04-19T19:12:28.340Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:29.274Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:29.534Z] OK: 221 MiB in 52 packages [2022-04-19T19:12:33.742Z] Removing intermediate container a70cc488488c [2022-04-19T19:12:33.742Z] ---> daf3cd5b7621 [2022-04-19T19:12:33.742Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:12:34.047Z] ---> 73bf3dea48d7 [2022-04-19T19:12:34.047Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:12:34.047Z] ---> Running in 46fdc440e317 [2022-04-19T19:12:34.047Z] ---> 817de0c68df7 [2022-04-19T19:12:34.047Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:12:34.047Z] ---> Running in dc4338eb37e2 [2022-04-19T19:12:34.307Z] Removing intermediate container 46fdc440e317 [2022-04-19T19:12:34.307Z] ---> bda7d760b236 [2022-04-19T19:12:34.307Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-19T19:12:34.565Z] ---> Running in 4cbaffa8215a [2022-04-19T19:12:35.132Z] Removing intermediate container dc4338eb37e2 [2022-04-19T19:12:35.132Z] ---> 9eb45cc28ca4 [2022-04-19T19:12:35.132Z] Step 8/22 : COPY . . [2022-04-19T19:12:36.511Z] Removing intermediate container 69f65deb5c71 [2022-04-19T19:12:36.511Z] ---> fa737a63640a [2022-04-19T19:12:36.511Z] [2022-04-19T19:12:36.511Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:12:36.511Z] ---> e04c818066af [2022-04-19T19:12:36.511Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-19T19:12:39.048Z] Removing intermediate container 4cbaffa8215a [2022-04-19T19:12:39.048Z] ---> b8897981aad6 [2022-04-19T19:12:39.048Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-19T19:12:39.306Z] ---> Running in c11075ebbe02 [2022-04-19T19:12:39.565Z] ---> Running in 06e42aa6e1af [2022-04-19T19:12:39.824Z] Removing intermediate container c11075ebbe02 [2022-04-19T19:12:39.824Z] ---> a41d9f689741 [2022-04-19T19:12:39.824Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-19T19:12:39.824Z] ---> Running in cbad65f110ec [2022-04-19T19:12:39.824Z] Removing intermediate container 06e42aa6e1af [2022-04-19T19:12:39.824Z] ---> 5cfbd62dc5dc [2022-04-19T19:12:39.824Z] 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:12:40.084Z] ---> Running in ba14393dba0c [2022-04-19T19:12:40.084Z] ---> 9080fa57485e [2022-04-19T19:12:40.084Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-19T19:12:40.084Z] Removing intermediate container cbad65f110ec [2022-04-19T19:12:40.084Z] ---> f57a8cd8cb60 [2022-04-19T19:12:40.084Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-19T19:12:40.084Z] ---> Running in db8dcec5f21e [2022-04-19T19:12:40.084Z] ---> Running in 2f32048ba619 [2022-04-19T19:12:40.344Z] Removing intermediate container 2f32048ba619 [2022-04-19T19:12:40.344Z] ---> a9cf3a6c6c1c [2022-04-19T19:12:40.344Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:12:40.344Z] ---> Running in 5019dfb88bf1 [2022-04-19T19:12:40.604Z] 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:40.944Z] spire-1.2.1/ [2022-04-19T19:12:40.944Z] spire-1.2.1/.data/ [2022-04-19T19:12:40.944Z] spire-1.2.1/.data/.file [2022-04-19T19:12:40.944Z] spire-1.2.1/.dockerignore [2022-04-19T19:12:40.944Z] spire-1.2.1/.gitattributes [2022-04-19T19:12:40.944Z] spire-1.2.1/.githooks/ [2022-04-19T19:12:40.944Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/ [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:12:40.944Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:12:40.944Z] spire-1.2.1/.gitignore [2022-04-19T19:12:40.944Z] spire-1.2.1/.go-version [2022-04-19T19:12:40.944Z] spire-1.2.1/.golangci.yml [2022-04-19T19:12:40.944Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:12:40.944Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:12:40.944Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:12:40.944Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:12:40.944Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:12:40.944Z] spire-1.2.1/Dockerfile [2022-04-19T19:12:40.944Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:12:40.944Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:12:40.944Z] spire-1.2.1/LICENSE [2022-04-19T19:12:40.944Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:12:40.944Z] spire-1.2.1/Makefile [2022-04-19T19:12:40.944Z] spire-1.2.1/README.md [2022-04-19T19:12:40.944Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:12:40.944Z] spire-1.2.1/SECURITY.md [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:12:40.944Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:12:40.945Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:12:40.945Z] spire-1.2.1/conf/ [2022-04-19T19:12:40.945Z] spire-1.2.1/conf/agent/ [2022-04-19T19:12:40.945Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:12:40.945Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:12:40.945Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:12:40.945Z] spire-1.2.1/conf/server/ [2022-04-19T19:12:40.945Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:12:40.945Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:12:40.945Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:12:40.945Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/ [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/ [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:12:40.945Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:12:40.945Z] spire-1.2.1/examples/ [2022-04-19T19:12:40.945Z] spire-1.2.1/examples/README.md [2022-04-19T19:12:40.945Z] spire-1.2.1/go.mod [2022-04-19T19:12:40.945Z] spire-1.2.1/go.sum [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:12:40.945Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:12:40.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:12:40.947Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:12:41.212Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/private/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:12:41.213Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:12:41.213Z] spire-1.2.1/release/ [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire/ [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:12:41.213Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:12:41.214Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/script/ [2022-04-19T19:12:41.214Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/support/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:12:41.214Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/clock/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:12:41.214Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/common [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:12:41.214Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:12:41.215Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:12:41.216Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:12:41.216Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/testca/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/testkey/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:12:41.216Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/util/ [2022-04-19T19:12:41.216Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/util/race.go [2022-04-19T19:12:41.216Z] spire-1.2.1/test/util/util.go [2022-04-19T19:12:41.216Z] building spire from source... [2022-04-19T19:12:41.216Z] Installing go1.17.7... [2022-04-19T19:12:41.477Z] Removing intermediate container 5019dfb88bf1 [2022-04-19T19:12:41.477Z] ---> a6bf4ff510d6 [2022-04-19T19:12:41.477Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-19T19:12:41.477Z] ---> Running in a583491f754a [2022-04-19T19:12:41.736Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:42.672Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:12:42.932Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-19T19:12:42.932Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-19T19:12:43.191Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-19T19:12:43.191Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-19T19:12:43.191Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-19T19:12:43.449Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-19T19:12:43.449Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:12:43.449Z] OK: 8 MiB in 20 packages [2022-04-19T19:12:45.983Z] Building bin/spire-server... [2022-04-19T19:12:45.983Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:12:45.983Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:12:46.242Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:12:46.242Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:12:46.242Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:12:46.242Z] Building bin/spire-agent... [2022-04-19T19:12:46.242Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:12:46.242Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:12:46.512Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T19:12:46.512Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T19:12:46.512Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T19:12:46.512Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T19:12:46.805Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:12:46.805Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:12:46.805Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:12:46.805Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:12:47.063Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:12:47.063Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:12:47.063Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:12:47.063Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:12:47.063Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:12:47.063Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:12:47.063Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:12:47.323Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T19:12:47.323Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T19:12:47.323Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T19:12:47.323Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:12:47.323Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:12:47.323Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:12:47.323Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:12:47.323Z] Removing intermediate container a583491f754a [2022-04-19T19:12:47.323Z] ---> 560d33f947de [2022-04-19T19:12:47.323Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:12:47.323Z] Building bin/spire-agent... [2022-04-19T19:12:47.323Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:12:47.323Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:12:47.323Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:12:47.323Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:12:47.323Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T19:12:47.323Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T19:12:47.323Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T19:12:47.582Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T19:12:47.582Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T19:12:47.582Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:12:47.582Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:12:47.582Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T19:12:47.582Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:12:47.582Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:12:47.582Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:12:47.582Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:12:47.582Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T19:12:47.582Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:12:47.582Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:12:47.582Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T19:12:47.582Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T19:12:47.582Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:12:47.582Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T19:12:47.582Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:12:47.582Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:12:47.582Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:12:47.582Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:12:47.582Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:12:47.842Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:12:47.842Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:12:47.842Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:12:48.101Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:12:48.101Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:12:48.101Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:12:48.101Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:12:48.361Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T19:12:48.361Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T19:12:48.361Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T19:12:48.927Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T19:12:48.927Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T19:12:48.927Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T19:12:48.927Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T19:12:48.927Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T19:12:48.927Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T19:12:49.865Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:12:49.865Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:12:50.126Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:12:50.126Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:12:50.126Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:12:50.385Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:12:53.674Z]  ---> d33952e4b87e [2022-04-19T19:12:53.674Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-19T19:12:53.932Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:12:53.932Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:12:53.932Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:12:53.932Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:12:53.932Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:12:54.193Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:12:54.453Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:12:54.453Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:12:54.453Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:12:55.021Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:12:55.591Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:12:55.851Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:12:55.851Z]  ---> 778a8754d21b [2022-04-19T19:12:55.851Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-19T19:12:55.851Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:12:55.851Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:12:56.110Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:12:56.110Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:12:56.110Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:12:56.110Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:12:56.110Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:12:56.369Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:12:56.369Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:12:56.369Z]  ---> 4fe8752f3fa1 [2022-04-19T19:12:56.369Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-19T19:12:56.628Z] ---> Running in 582cea156dfb [2022-04-19T19:12:56.894Z] Removing intermediate container 582cea156dfb [2022-04-19T19:12:56.894Z] ---> c77f66e8f80a [2022-04-19T19:12:56.894Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:12:56.894Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:12:57.153Z]  ---> Running in 7a9b57f001e8 [2022-04-19T19:12:57.153Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:12:57.153Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:12:57.153Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:12:57.153Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:12:57.153Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:12:57.153Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:12:57.416Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:12:57.416Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:12:57.416Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:12:57.416Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:12:57.416Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:12:57.679Z] Removing intermediate container 7a9b57f001e8 [2022-04-19T19:12:57.679Z] ---> 8c640ae2e598 [2022-04-19T19:12:57.679Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T19:12:57.679Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:12:57.679Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:12:57.679Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:12:57.679Z]  ---> Running in 7e4892c49158 [2022-04-19T19:12:57.679Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:12:57.679Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:12:57.940Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:12:58.201Z] Removing intermediate container 7e4892c49158 [2022-04-19T19:12:58.201Z] ---> 4c0d40fa7090 [2022-04-19T19:12:58.201Z] Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:12:58.201Z] ---> Running in a9733f8e6c42 [2022-04-19T19:12:58.477Z] Removing intermediate container a9733f8e6c42 [2022-04-19T19:12:58.477Z] ---> b60ae30f3402 [2022-04-19T19:12:58.477Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:12:58.737Z] ---> Running in a9353528d1c8 [2022-04-19T19:12:59.305Z] Removing intermediate container a9353528d1c8 [2022-04-19T19:12:59.305Z] ---> d6f48d954f7a [2022-04-19T19:12:59.305Z] [2022-04-19T19:12:59.305Z] Successfully built d6f48d954f7a [2022-04-19T19:12:59.305Z] Successfully tagged core-data:latest [2022-04-19T19:12:59.305Z] Building security-bootstrapper [2022-04-19T19:12:59.573Z]  Building core-data ... done go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:12:59.573Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:12:59.573Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:12:59.573Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:12:59.573Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:12:59.573Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:12:59.573Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:12:59.573Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:12:59.573Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:12:59.573Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:12:59.573Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:12:59.573Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:12:59.573Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:12:59.891Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:12:59.891Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:12:59.891Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:12:59.891Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:12:59.891Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:12:59.891Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:12:59.891Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:12:59.891Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:12:59.891Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:12:59.891Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:12:59.891Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:12:59.891Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:12:59.891Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:12:59.891Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:12:59.891Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:12:59.891Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:12:59.891Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:13:00.263Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:13:00.263Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:13:00.263Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:13:00.263Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:13:00.264Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:13:00.264Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:13:00.264Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:13:00.264Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:13:00.264Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:13:00.264Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:13:00.264Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:13:00.264Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:13:00.264Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:13:00.264Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:13:00.264Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:13:00.264Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:13:00.264Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:13:00.264Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:13:00.264Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:13:00.531Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:13:03.824Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:13:03.824Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:13:03.824Z] ---> bfa0f22f50a3 [2022-04-19T19:13:03.824Z] Step 3/31 : WORKDIR /edgex-go [2022-04-19T19:13:03.824Z] ---> Using cache [2022-04-19T19:13:03.824Z] ---> 04eed3f5730d [2022-04-19T19:13:03.824Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:13:03.824Z] ---> Using cache [2022-04-19T19:13:03.824Z] ---> b4d65c56d9cc [2022-04-19T19:13:03.824Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-19T19:13:03.824Z] ---> Using cache [2022-04-19T19:13:03.824Z] ---> bf4050ee9cc2 [2022-04-19T19:13:03.824Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-19T19:13:03.824Z] ---> Using cache [2022-04-19T19:13:03.824Z] ---> be353f960e71 [2022-04-19T19:13:03.824Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:13:03.824Z] ---> Using cache [2022-04-19T19:13:03.824Z] ---> 6bcca9862e09 [2022-04-19T19:13:03.824Z] Step 8/31 : COPY . . [2022-04-19T19:13:03.824Z] ---> Using cache [2022-04-19T19:13:03.824Z] ---> da7c4e0011b6 [2022-04-19T19:13:03.824Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-19T19:13:05.243Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:13:05.243Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:13:09.441Z]  ---> Running in 5d2500767dfd [2022-04-19T19:13:09.441Z] 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:13:16.039Z] Removing intermediate container db8dcec5f21e [2022-04-19T19:13:16.039Z] ---> f7fbbf93b285 [2022-04-19T19:13:16.039Z] [2022-04-19T19:13:16.039Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:13:16.039Z] ---> e04c818066af [2022-04-19T19:13:16.039Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-19T19:13:16.611Z] ---> Running in b9ab3ec76316 [2022-04-19T19:13:17.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:13:17.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:13:17.808Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-19T19:13:17.808Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-19T19:13:17.808Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:13:17.808Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:13:17.808Z] OK: 6 MiB in 16 packages [2022-04-19T19:13:21.102Z] Removing intermediate container b9ab3ec76316 [2022-04-19T19:13:21.102Z] ---> 0bd8d8ef0298 [2022-04-19T19:13:21.102Z] 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:22.038Z] ---> Running in b86090958cdc [2022-04-19T19:13:22.978Z] Removing intermediate container b86090958cdc [2022-04-19T19:13:22.978Z] ---> 8bd1126c0231 [2022-04-19T19:13:22.978Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-19T19:13:24.356Z] ---> Running in c8b664124c61 [2022-04-19T19:13:24.925Z] Removing intermediate container c8b664124c61 [2022-04-19T19:13:24.925Z] ---> 99debdb1f9e2 [2022-04-19T19:13:24.925Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T19:13:25.496Z] ---> Running in 0ed994a87a92 [2022-04-19T19:13:25.759Z] Removing intermediate container 0ed994a87a92 [2022-04-19T19:13:25.759Z] ---> 2e1116ed5139 [2022-04-19T19:13:25.759Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:13:26.700Z] ---> 49ef0ded3171 [2022-04-19T19:13:26.700Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-19T19:13:34.843Z] ---> d64f40b49636 [2022-04-19T19:13:34.843Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-19T19:13:34.843Z] Removing intermediate container 5d2500767dfd [2022-04-19T19:13:34.843Z] ---> f39224aa0b65 [2022-04-19T19:13:34.843Z] [2022-04-19T19:13:34.843Z] Step 10/31 : FROM alpine:3.14 [2022-04-19T19:13:34.843Z] ---> e04c818066af [2022-04-19T19:13:34.843Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-19T19:13:34.844Z] ---> Running in 24e7f0b030c1 [2022-04-19T19:13:34.844Z] ---> 92cebdfc0d8c [2022-04-19T19:13:34.844Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-19T19:13:34.844Z] ---> Running in 05966848e6ca [2022-04-19T19:13:34.844Z] Removing intermediate container 24e7f0b030c1 [2022-04-19T19:13:34.844Z] ---> 651c0cf92bf8 [2022-04-19T19:13:34.844Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-19T19:13:34.844Z] ---> Running in 9802e77938f4 [2022-04-19T19:13:34.844Z] Removing intermediate container 05966848e6ca [2022-04-19T19:13:34.844Z] ---> 466d2bd957c1 [2022-04-19T19:13:34.844Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:13:35.104Z] ---> Running in a651f9bdab2a [2022-04-19T19:13:35.675Z] Removing intermediate container a651f9bdab2a [2022-04-19T19:13:35.675Z] ---> c7fb16288a1e [2022-04-19T19:13:35.675Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T19:13:35.675Z] ---> Running in 2f3882eb1657 [2022-04-19T19:13:35.935Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:13:36.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:13:36.194Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-19T19:13:36.194Z] (2/2) Installing su-exec (0.2-r1) [2022-04-19T19:13:36.194Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:13:36.194Z] OK: 6 MiB in 16 packages [2022-04-19T19:13:36.194Z] Removing intermediate container 2f3882eb1657 [2022-04-19T19:13:36.194Z] ---> b4d6ea3f224e [2022-04-19T19:13:36.194Z] Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:13:36.453Z] ---> Running in 4d1574ae02a9 [2022-04-19T19:13:37.021Z] Removing intermediate container 4d1574ae02a9 [2022-04-19T19:13:37.021Z] ---> ef83560dfc7d [2022-04-19T19:13:37.021Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:13:37.279Z] ---> Running in 92ca3f5a97b7 [2022-04-19T19:13:37.279Z] Removing intermediate container 9802e77938f4 [2022-04-19T19:13:37.279Z] ---> a5e1a2830e75 [2022-04-19T19:13:37.279Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-19T19:13:37.539Z] ---> Running in 6cc040fe29a9 [2022-04-19T19:13:37.823Z] Removing intermediate container 92ca3f5a97b7 [2022-04-19T19:13:37.823Z] ---> 76d5bb46bd86 [2022-04-19T19:13:37.823Z] [2022-04-19T19:13:37.823Z] Successfully built 76d5bb46bd86 [2022-04-19T19:13:37.823Z] Successfully tagged support-notifications:latest [2022-04-19T19:13:38.082Z]  Building support-notifications ... done Removing intermediate container 6cc040fe29a9 [2022-04-19T19:13:38.082Z] ---> fec5905e8ee3 [2022-04-19T19:13:38.082Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-19T19:13:38.346Z] ---> Running in 1884f3f73c88 [2022-04-19T19:13:39.287Z] Removing intermediate container 1884f3f73c88 [2022-04-19T19:13:39.287Z] ---> d55e80a9923d [2022-04-19T19:13:39.287Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-19T19:13:39.287Z] ---> Running in d4caa929c9ac [2022-04-19T19:13:42.583Z] Removing intermediate container d4caa929c9ac [2022-04-19T19:13:42.583Z] ---> 023da1d703c1 [2022-04-19T19:13:42.583Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-19T19:13:42.583Z] ---> Running in f0cd50d2c1cb [2022-04-19T19:13:42.842Z] Removing intermediate container f0cd50d2c1cb [2022-04-19T19:13:42.842Z] ---> 854d654c2caa [2022-04-19T19:13:42.842Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-19T19:13:44.227Z] ---> 99411e3c16d3 [2022-04-19T19:13:44.227Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-19T19:13:44.227Z] ---> Running in b1d6ddde3efa [2022-04-19T19:13:47.512Z] Removing intermediate container b1d6ddde3efa [2022-04-19T19:13:47.512Z] ---> a4f3565d1d72 [2022-04-19T19:13:47.512Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:13:48.889Z] ---> 2f443e1eaa74 [2022-04-19T19:13:48.889Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-19T19:13:51.427Z] ---> 26b01b25b690 [2022-04-19T19:13:51.427Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-19T19:13:51.827Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-19T19:13:52.369Z] ---> 1d7063a1985e [2022-04-19T19:13:52.369Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-19T19:13:52.815Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-19T19:13:53.303Z] ---> b8b2e1337252 [2022-04-19T19:13:53.303Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-19T19:13:53.872Z] ---> 23ed364ef38f [2022-04-19T19:13:53.872Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-19T19:13:54.131Z] ---> Running in c421757c0fcd [2022-04-19T19:13:55.068Z] Removing intermediate container c421757c0fcd [2022-04-19T19:13:55.068Z] ---> ddc5c0ff186d [2022-04-19T19:13:55.068Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-19T19:13:56.276Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-19T19:13:56.276Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-19T19:13:56.970Z] ---> 5aa75f3740d6 [2022-04-19T19:13:56.970Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-19T19:13:57.907Z] ---> Running in a93baaa8dbfb [2022-04-19T19:13:59.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-19T19:13:59.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-19T19:13:59.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-19T19:13:59.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-19T19:13:59.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-19T19:14:03.143Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-19T19:14:03.143Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-19T19:14:03.143Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-19T19:14:03.143Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-19T19:14:03.143Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-19T19:14:03.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-19T19:14:06.026Z] Removing intermediate container a93baaa8dbfb [2022-04-19T19:14:06.026Z] ---> 1e0f38dd7ee6 [2022-04-19T19:14:06.026Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-19T19:14:08.564Z] ---> Running in f86ed1012ae3 [2022-04-19T19:14:11.149Z] Removing intermediate container f86ed1012ae3 [2022-04-19T19:14:11.149Z] ---> 07bcbee73e80 [2022-04-19T19:14:11.149Z] Step 28/31 : CMD ["gate"] [2022-04-19T19:14:12.088Z] ---> Running in 31300de69886 [2022-04-19T19:14:12.374Z] Removing intermediate container 31300de69886 [2022-04-19T19:14:12.374Z] ---> 671f89296a45 [2022-04-19T19:14:12.374Z] Step 29/31 : LABEL arch=x86_64 [2022-04-19T19:14:12.945Z] ---> Running in 80975ff75f8d [2022-04-19T19:14:13.527Z] Removing intermediate container 80975ff75f8d [2022-04-19T19:14:13.527Z] ---> 9a1dadad86c6 [2022-04-19T19:14:13.527Z] Step 30/31 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:14:14.466Z] ---> Running in ae8858681d90 [2022-04-19T19:14:14.725Z] Removing intermediate container ae8858681d90 [2022-04-19T19:14:14.725Z] ---> d95bf9819c90 [2022-04-19T19:14:14.725Z] Step 31/31 : LABEL version=0.0.0 [2022-04-19T19:14:15.299Z] ---> Running in 717ccc6c3045 [2022-04-19T19:14:16.274Z] Removing intermediate container add207cc91b6 [2022-04-19T19:14:16.274Z] ---> ba8e4b2cc08e [2022-04-19T19:14:16.274Z] [2022-04-19T19:14:16.274Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T19:14:16.274Z] ---> 0ac33e5f5afa [2022-04-19T19:14:16.274Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T19:14:16.274Z] ---> Using cache [2022-04-19T19:14:16.274Z] ---> 62995b411bdb [2022-04-19T19:14:16.274Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:14:16.274Z] ---> Using cache [2022-04-19T19:14:16.274Z] ---> 0844bc056618 [2022-04-19T19:14:16.274Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T19:14:16.536Z] Removing intermediate container 717ccc6c3045 [2022-04-19T19:14:16.536Z] ---> 63bbfe1ffebc [2022-04-19T19:14:16.536Z] [2022-04-19T19:14:16.536Z] ---> Running in 92f67221577d [2022-04-19T19:14:16.797Z] Successfully built 63bbfe1ffebc [2022-04-19T19:14:16.797Z] Successfully tagged security-bootstrapper:latest [2022-04-19T19:14:16.797Z]  Building security-bootstrapper ... done Removing intermediate container 5dfc2e6ac870 [2022-04-19T19:14:16.797Z] ---> 7aa289b8ac3c [2022-04-19T19:14:16.797Z] [2022-04-19T19:14:16.797Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T19:14:16.797Z] ---> 0ac33e5f5afa [2022-04-19T19:14:16.797Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T19:14:16.797Z] ---> Using cache [2022-04-19T19:14:16.797Z] ---> 62995b411bdb [2022-04-19T19:14:16.797Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:14:16.797Z] ---> Using cache [2022-04-19T19:14:16.797Z] ---> 0844bc056618 [2022-04-19T19:14:16.797Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-19T19:14:17.056Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:17.056Z] ---> Running in 3654e4773da2 [2022-04-19T19:14:17.317Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:17.888Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:18.150Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:18.150Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:14:18.150Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:14:18.150Z] OK: 15855 distinct packages available [2022-04-19T19:14:18.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.277s coverage: 28.7% of statements [2022-04-19T19:14:18.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-19T19:14:18.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-19T19:14:18.411Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:18.411Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:14:18.411Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:14:18.411Z] OK: 15855 distinct packages available [2022-04-19T19:14:18.411Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:18.992Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:19.253Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T19:14:19.512Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-19T19:14:19.512Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-19T19:14:19.512Z] (3/5) Installing libucontext (1.1-r0) [2022-04-19T19:14:19.512Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-19T19:14:19.771Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-19T19:14:19.772Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-19T19:14:19.772Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-19T19:14:19.772Z] (3/4) Installing libucontext (1.1-r0) [2022-04-19T19:14:19.772Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:14:19.772Z] OK: 6 MiB in 19 packages [2022-04-19T19:14:19.772Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-19T19:14:20.033Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:14:20.033Z] OK: 6 MiB in 18 packages [2022-04-19T19:14:20.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.406s coverage: 98.5% of statements [2022-04-19T19:14:20.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-19T19:14:20.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.405s coverage: 53.4% of statements [2022-04-19T19:14:20.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-19T19:14:20.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-19T19:14:20.973Z] Removing intermediate container 92f67221577d [2022-04-19T19:14:20.973Z] ---> a13403c252d2 [2022-04-19T19:14:20.973Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-19T19:14:20.973Z] Removing intermediate container 3654e4773da2 [2022-04-19T19:14:20.973Z] ---> b2762a6444cf [2022-04-19T19:14:20.973Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T19:14:22.418Z] ---> fd6015e17937 [2022-04-19T19:14:22.418Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T19:14:22.418Z] ---> 3ffb6bd28c2f [2022-04-19T19:14:22.418Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T19:14:22.681Z] ---> ab96da56e35d [2022-04-19T19:14:22.681Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-19T19:14:22.681Z] ---> Running in 57f5b3bb1d24 [2022-04-19T19:14:23.275Z] Removing intermediate container 57f5b3bb1d24 [2022-04-19T19:14:23.275Z] ---> 569adfb583f8 [2022-04-19T19:14:23.275Z] 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:23.537Z] ---> 366b033a9905 [2022-04-19T19:14:23.537Z] Step 21/26 : WORKDIR / [2022-04-19T19:14:23.812Z] ---> Running in f9406d64b0af [2022-04-19T19:14:23.812Z] ---> ed8cf4b0a508 [2022-04-19T19:14:23.812Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T19:14:23.812Z] Removing intermediate container f9406d64b0af [2022-04-19T19:14:23.812Z] ---> 5eb7cb5a2314 [2022-04-19T19:14:23.812Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T19:14:23.812Z] ---> 6a06faee2def [2022-04-19T19:14:23.812Z] 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:23.812Z] ---> Running in dddef86cd904 [2022-04-19T19:14:24.071Z] Removing intermediate container dddef86cd904 [2022-04-19T19:14:24.071Z] ---> 1aa3e39b5908 [2022-04-19T19:14:24.071Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T19:14:24.071Z] ---> e3ce0420fa59 [2022-04-19T19:14:24.071Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-19T19:14:24.071Z] ---> Running in 653133f6300c [2022-04-19T19:14:24.071Z] Removing intermediate container 653133f6300c [2022-04-19T19:14:24.071Z] ---> 45005c50bbd5 [2022-04-19T19:14:24.071Z] Step 24/26 : LABEL arch=x86_64 [2022-04-19T19:14:24.071Z] ---> 09d36549a705 [2022-04-19T19:14:24.071Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T19:14:24.071Z] ---> Running in e09cd4639ba7 [2022-04-19T19:14:24.331Z] ---> Running in 666e67a8841f [2022-04-19T19:14:24.331Z] Removing intermediate container e09cd4639ba7 [2022-04-19T19:14:24.331Z] ---> d0cb36895094 [2022-04-19T19:14:24.331Z] Step 25/26 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:14:24.331Z] ---> Running in d9ee9a8b9356 [2022-04-19T19:14:24.331Z] Removing intermediate container 666e67a8841f [2022-04-19T19:14:24.331Z] ---> 47502c48993f [2022-04-19T19:14:24.331Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T19:14:24.331Z] ---> Running in c3eabb975ade [2022-04-19T19:14:24.593Z] Removing intermediate container d9ee9a8b9356 [2022-04-19T19:14:24.593Z] ---> 5d2f8a5d9860 [2022-04-19T19:14:24.593Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T19:14:24.593Z] ---> Running in b7a0b01b558f [2022-04-19T19:14:24.593Z] Removing intermediate container c3eabb975ade [2022-04-19T19:14:24.593Z] ---> cbc9041399bf [2022-04-19T19:14:24.593Z] Step 24/26 : LABEL arch=x86_64 [2022-04-19T19:14:24.593Z] ---> Running in 12aba0c2a6b2 [2022-04-19T19:14:24.593Z] Removing intermediate container b7a0b01b558f [2022-04-19T19:14:24.593Z] ---> fc68d8288f58 [2022-04-19T19:14:24.593Z] [2022-04-19T19:14:24.593Z] Removing intermediate container 12aba0c2a6b2 [2022-04-19T19:14:24.593Z] ---> a4a46a83891d [2022-04-19T19:14:24.593Z] Step 25/26 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:14:24.859Z] ---> Running in 730b8f8b022e [2022-04-19T19:14:24.859Z] Successfully built fc68d8288f58 [2022-04-19T19:14:24.859Z] Successfully tagged security-spire-config:latest [2022-04-19T19:14:24.859Z]  Building security-spire-config ... done Removing intermediate container 730b8f8b022e [2022-04-19T19:14:24.859Z] ---> 63d3415f463e [2022-04-19T19:14:24.859Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T19:14:24.859Z] ---> Running in bb233d79e8a4 [2022-04-19T19:14:25.118Z] Removing intermediate container bb233d79e8a4 [2022-04-19T19:14:25.118Z] ---> 4dc7278e9089 [2022-04-19T19:14:25.118Z] [2022-04-19T19:14:25.118Z] Successfully built 4dc7278e9089 [2022-04-19T19:14:25.118Z] Successfully tagged security-spire-agent:latest [2022-04-19T19:14:43.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.867s coverage: 89.2% of statements [2022-04-19T19:14:43.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-19T19:14:43.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-19T19:14:43.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:14:43.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.457s coverage: 84.4% of statements [2022-04-19T19:14:43.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-19T19:14:43.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-19T19:14:43.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-19T19:14:43.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-19T19:14:43.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-19T19:14:47.074Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-19T19:14:47.075Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T19:14:47.075Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T19:14:47.075Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T19:14:47.075Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T19:14:47.075Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T19:14:47.075Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T19:14:47.075Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T19:14:47.075Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T19:14:47.075Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T19:14:47.075Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T19:14:47.075Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T19:14:47.075Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T19:14:47.075Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T19:14:47.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.451s coverage: 95.6% of statements [2022-04-19T19:14:47.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-19T19:14:47.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:14:47.578Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.274s coverage: 72.2% of statements [2022-04-19T19:14:47.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-19T19:14:47.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-19T19:14:47.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-19T19:14:47.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-19T19:14:47.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-19T19:14:47.579Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.392s coverage: 60.0% of statements [2022-04-19T19:14:47.579Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-19T19:14:47.579Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-19T19:14:47.579Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-19T19:14:47.579Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.427s coverage: 0.9% of statements [2022-04-19T19:14:47.579Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-19T19:14:47.579Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.476s coverage: 58.8% of statements [2022-04-19T19:14:47.579Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.282s coverage: 29.6% of statements [2022-04-19T19:14:47.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-19T19:14:47.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.306s coverage: 47.1% of statements [2022-04-19T19:14:47.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.267s coverage: 79.5% of statements [2022-04-19T19:14:47.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.225s coverage: 94.1% of statements [2022-04-19T19:14:48.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.362s coverage: 96.3% of statements [2022-04-19T19:14:48.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.232s coverage: 87.5% of statements [2022-04-19T19:15:00.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.267s coverage: 94.4% of statements [2022-04-19T19:15:00.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.198s coverage: 44.8% of statements [2022-04-19T19:15:07.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.727s coverage: 82.5% of statements [2022-04-19T19:15:07.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-19T19:15:14.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.286s coverage: 92.9% of statements [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-19T19:15:14.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.126s coverage: 65.1% of statements [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-19T19:15:14.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.207s coverage: 87.2% of statements [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-19T19:15:14.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.188s coverage: 100.0% of statements [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-19T19:15:14.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.292s coverage: 58.8% of statements [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-19T19:15:14.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.369s coverage: 80.0% of statements [2022-04-19T19:15:14.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.244s coverage: 87.2% of statements [2022-04-19T19:15:14.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.311s coverage: 85.4% of statements [2022-04-19T19:15:14.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.770s coverage: 91.2% of statements [2022-04-19T19:15:14.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-19T19:15:19.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.117s coverage: 64.4% of statements [2022-04-19T19:15:19.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-19T19:15:19.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-19T19:15:19.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.366s coverage: 100.0% of statements [2022-04-19T19:15:19.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 89.4% of statements [2022-04-19T19:15:19.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2022-04-19T19:15:19.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2022-04-19T19:15:19.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2022-04-19T19:15:29.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.404s coverage: 65.4% of statements [2022-04-19T19:15:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-19T19:15:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-19T19:15:29.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-19T19:15:31.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.382s coverage: 43.8% of statements [2022-04-19T19:15:31.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-19T19:15:31.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-19T19:15:31.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.303s coverage: 89.5% of statements [2022-04-19T19:15:31.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-19T19:15:31.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.432s coverage: 84.8% of statements [2022-04-19T19:15:31.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-19T19:15:31.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-19T19:15:31.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-19T19:15:31.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-19T19:15:41.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.404s coverage: 17.7% of statements [2022-04-19T19:15:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-19T19:15:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-19T19:15:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-19T19:15:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-19T19:15:41.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.885s coverage: 92.3% of statements [2022-04-19T19:15:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-19T19:15:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:15:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-19T19:15:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-19T19:15:41.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.404s coverage: 63.2% of statements [2022-04-19T19:15:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-19T19:15:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-19T19:15:41.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.489s coverage: 97.7% of statements [2022-04-19T19:15:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-19T19:15:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-19T19:15:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-19T19:15:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-19T19:15:41.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.236s coverage: 28.9% of statements [2022-04-19T19:15:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-19T19:15:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-19T19:15:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-19T19:15:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-19T19:15:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-19T19:15:41.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-19T19:15:41.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.220s coverage: 100.0% of statements [2022-04-19T19:15:41.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-04-19T19:15:42.758Z] 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:15:42.758Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-19T19:15:42.758Z] GO111MODULE=on go vet ./... [2022-04-19T19:15:43.312Z] Removing intermediate container ba14393dba0c [2022-04-19T19:15:43.312Z] ---> 05c8775e07fa [2022-04-19T19:15:43.312Z] [2022-04-19T19:15:43.312Z] Step 13/25 : FROM alpine:3.15 [2022-04-19T19:15:43.312Z] ---> 0ac33e5f5afa [2022-04-19T19:15:43.312Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T19:15:43.312Z] ---> Using cache [2022-04-19T19:15:43.312Z] ---> 62995b411bdb [2022-04-19T19:15:43.312Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:15:43.312Z] ---> Using cache [2022-04-19T19:15:43.312Z] ---> 0844bc056618 [2022-04-19T19:15:43.312Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T19:15:43.312Z] ---> Using cache [2022-04-19T19:15:43.312Z] ---> a13403c252d2 [2022-04-19T19:15:43.312Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T19:15:43.312Z] ---> dd9e7ae33f74 [2022-04-19T19:15:43.312Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T19:15:43.312Z] ---> c1db586b3800 [2022-04-19T19:15:43.312Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-19T19:15:43.312Z] ---> bb73a7c09fd0 [2022-04-19T19:15:43.312Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-19T19:15:43.312Z] ---> 1786a3f5be3f [2022-04-19T19:15:43.312Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T19:15:43.312Z] ---> Running in fce2aa8ddaee [2022-04-19T19:15:43.312Z] Removing intermediate container fce2aa8ddaee [2022-04-19T19:15:43.312Z] ---> 764c7abdb4f6 [2022-04-19T19:15:43.312Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T19:15:43.312Z] ---> Running in bba4a4b9b6be [2022-04-19T19:15:43.312Z] Removing intermediate container bba4a4b9b6be [2022-04-19T19:15:43.312Z] ---> 198e5be9bd03 [2022-04-19T19:15:43.312Z] Step 23/25 : LABEL arch=x86_64 [2022-04-19T19:15:43.312Z] ---> Running in 49ad3500453c [2022-04-19T19:15:43.312Z] Removing intermediate container 49ad3500453c [2022-04-19T19:15:43.312Z] ---> 1a5243cfd826 [2022-04-19T19:15:43.312Z] Step 24/25 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:15:43.312Z] ---> Running in e63faf9755f9 [2022-04-19T19:15:43.312Z] Removing intermediate container e63faf9755f9 [2022-04-19T19:15:43.312Z] ---> 43b7c30cbc29 [2022-04-19T19:15:43.312Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T19:15:43.312Z] ---> Running in 344de2eac9a6 [2022-04-19T19:15:43.312Z] Removing intermediate container 344de2eac9a6 [2022-04-19T19:15:43.312Z] ---> 711758c48b18 [2022-04-19T19:15:43.312Z] [2022-04-19T19:15:43.312Z] Successfully built 711758c48b18 [2022-04-19T19:15:43.312Z] Successfully tagged security-spire-server:latest [2022-04-19T19:15:43.321Z]  Building security-spire-server ... done  [Pipeline] } [2022-04-19T19:15:43.348Z] $ docker stop --time=1 ca323da9ad450cbd4aa4b80c414c8c28017eaa1a3b7d7f5f412f98632143e798 [2022-04-19T19:15:44.621Z] $ docker rm -f ca323da9ad450cbd4aa4b80c414c8c28017eaa1a3b7d7f5f412f98632143e798 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T19:15:45.084Z] + docker images [2022-04-19T19:15:45.084Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-19T19:15:45.084Z] security-spire-server latest 711758c48b18 6 seconds ago 87.3MB [2022-04-19T19:15:45.084Z] 05c8775e07fa 19 seconds ago 4.43GB [2022-04-19T19:15:45.084Z] security-spire-config latest fc68d8288f58 About a minute ago 86.7MB [2022-04-19T19:15:45.084Z] security-spire-agent latest 4dc7278e9089 About a minute ago 127MB [2022-04-19T19:15:45.084Z] security-bootstrapper latest 63bbfe1ffebc About a minute ago 19MB [2022-04-19T19:15:45.084Z] 7aa289b8ac3c About a minute ago 4.43GB [2022-04-19T19:15:45.084Z] ba8e4b2cc08e About a minute ago 4.43GB [2022-04-19T19:15:45.084Z] support-notifications latest 76d5bb46bd86 2 minutes ago 26.8MB [2022-04-19T19:15:45.084Z] f39224aa0b65 2 minutes ago 1.5GB [2022-04-19T19:15:45.084Z] f7fbbf93b285 2 minutes ago 1.55GB [2022-04-19T19:15:45.084Z] core-data latest d6f48d954f7a 2 minutes ago 22.5MB [2022-04-19T19:15:45.084Z] fa737a63640a 3 minutes ago 1.52GB [2022-04-19T19:15:45.084Z] sys-mgmt-agent latest 20664888fc99 3 minutes ago 299MB [2022-04-19T19:15:45.084Z] security-proxy-setup latest 94c54b089f54 3 minutes ago 26.9MB [2022-04-19T19:15:45.084Z] 7a2dcf3cba10 3 minutes ago 1.5GB [2022-04-19T19:15:45.084Z] support-scheduler latest 9e7eb2f22f2e 3 minutes ago 26.2MB [2022-04-19T19:15:45.084Z] 3c41787890d6 3 minutes ago 1.49GB [2022-04-19T19:15:45.084Z] 149052f16e7f 3 minutes ago 1.55GB [2022-04-19T19:15:45.084Z] core-metadata latest 7dee2c1dde41 4 minutes ago 17MB [2022-04-19T19:15:45.084Z] b108a9c00624 4 minutes ago 1.5GB [2022-04-19T19:15:45.084Z] security-secretstore-setup latest bb60f2774bab 4 minutes ago 28.5MB [2022-04-19T19:15:45.084Z] security-spiffe-token-provider latest 031802a7440b 4 minutes ago 28.8MB [2022-04-19T19:15:45.084Z] core-command latest 906b57c4958f 4 minutes ago 16MB [2022-04-19T19:15:45.084Z] 9cb9a1c2bdab 5 minutes ago 1.54GB [2022-04-19T19:15:45.084Z] 5acdc44159d7 5 minutes ago 1.5GB [2022-04-19T19:15:45.084Z] 33e2474b733e 5 minutes ago 1.49GB [2022-04-19T19:15:45.084Z] ci-base-image-x86_64 latest bfa0f22f50a3 8 minutes ago 896MB [2022-04-19T19:15:45.084Z] docker 20.10.14 7417809fdb73 2 weeks ago 218MB [2022-04-19T19:15:45.084Z] alpine 3.14 e04c818066af 2 weeks ago 5.59MB [2022-04-19T19:15:45.084Z] alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB [2022-04-19T19:15:45.084Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-19T19:15:45.084Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-19T19:15:45.084Z] 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:17:34.631Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T19:17:34.631Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T19:17:34.631Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-19T19:17:34.673Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-19T19:17:35.355Z] + ls -al . [2022-04-19T19:17:35.355Z] total 668 [2022-04-19T19:17:35.355Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 19:17 . [2022-04-19T19:17:35.355Z] drwxr-xr-x 4 root root 4096 Apr 19 19:11 .. [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 19:09 .dockerignore [2022-04-19T19:17:35.355Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 19:09 .git [2022-04-19T19:17:35.355Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 19:09 .github [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 879 Apr 19 19:09 .gitignore [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 42 Apr 19 19:09 .golangci.yml [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 87 Apr 19 19:09 .hadolint.yml [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 19:09 .sonarcloud.properties [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 1171 Apr 19 19:09 ADOPTERS.md [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 10086 Apr 19 19:09 Attribution.txt [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 51732 Apr 19 19:09 CHANGELOG.md [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:09 CONTRIBUTING.md [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 677 Apr 19 19:09 GOVERNANCE.md [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 850 Apr 19 19:09 Jenkinsfile [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:09 LICENSE [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 10389 Apr 19 19:09 Makefile [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 582 Apr 19 19:09 OWNERS.md [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 9120 Apr 19 19:09 README.md [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 6912 Apr 19 19:09 SECURITY.md [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 19:06 VERSION [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:09 ZMQWindows.md [2022-04-19T19:17:35.355Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 19:09 bin [2022-04-19T19:17:35.355Z] drwxrwxr-x 18 1001 1001 4096 Apr 19 19:09 cmd [2022-04-19T19:17:35.355Z] -rw-r--r-- 1 root root 435134 Apr 19 19:15 coverage.out [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 3256 Apr 19 19:09 go.mod [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 35162 Apr 19 19:11 go.sum [2022-04-19T19:17:35.355Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 19:09 internal [2022-04-19T19:17:35.355Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 19:09 openapi [2022-04-19T19:17:35.355Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 19:09 snap [2022-04-19T19:17:35.355Z] -rw-rw-r-- 1 1001 1001 204 Apr 19 19:09 version.go [Pipeline] sh [2022-04-19T19:17:36.039Z] + '[' -e coverage.out ] [2022-04-19T19:17:36.039Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-19T19:17:36.076Z] Warning: overwriting stash ‘coverage-report’ [2022-04-19T19:17:36.922Z] Stashed 1 file(s) [Pipeline] sh [2022-04-19T19:17:37.586Z] + make build [2022-04-19T19:17:37.586Z] 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:18:59.459Z] 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:20:07.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/core-command/core-command ./cmd/core-command [2022-04-19T19:20:07.550Z] 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:20:39.913Z] 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:20:39.913Z] 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:20:44.231Z] 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:20:50.620Z] 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:20:54.021Z] 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:20:59.448Z] 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:21:02.834Z] 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:21:06.235Z] 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:21:14.525Z] 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:21:19.969Z] $ docker stop --time=1 c58f04d62049a429a0e92eb27519032c4c606de43c9ae204e39bd6898a6cc032 [2022-04-19T19:21:22.034Z] $ docker rm -f c58f04d62049a429a0e92eb27519032c4c606de43c9ae204e39bd6898a6cc032 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:21:24.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T19:21:24.635Z] [2022-04-19T19:21:24.635Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:21:25.109Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T19:21:25.387Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-19T19:21:25.387Z] 29e5d40040c1: Pulling fs layer [2022-04-19T19:21:25.387Z] 1ce36da41761: Pulling fs layer [2022-04-19T19:21:25.387Z] 25b303627fd3: Pulling fs layer [2022-04-19T19:21:25.387Z] 29e5d40040c1: Verifying Checksum [2022-04-19T19:21:25.387Z] 29e5d40040c1: Download complete [2022-04-19T19:21:25.667Z] 1ce36da41761: Verifying Checksum [2022-04-19T19:21:25.667Z] 1ce36da41761: Download complete [2022-04-19T19:21:25.943Z] 29e5d40040c1: Pull complete [2022-04-19T19:21:27.383Z] 25b303627fd3: Download complete [2022-04-19T19:21:27.383Z] 1ce36da41761: Pull complete [2022-04-19T19:21:39.779Z] 25b303627fd3: Pull complete [2022-04-19T19:21:39.779Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-19T19:21:39.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T19:21:39.779Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-19T19:21:40.031Z] prd-ubuntu20.04-docker-arm64-4c-16g-21382 does not seem to be running inside a container [2022-04-19T19:21:40.163Z] $ 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:21:42.586Z] $ docker top 7d7bd5c2da515b7bc287259e347bd46a330f700a3564842f0d19050d5126014b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:21:43.554Z] + + docker-compose build --help [2022-04-19T19:21:43.554Z] grep parallel [2022-04-19T19:21:47.854Z] --parallel Build images in parallel. [Pipeline] } [2022-04-19T19:21:48.163Z] $ docker stop --time=1 7d7bd5c2da515b7bc287259e347bd46a330f700a3564842f0d19050d5126014b [2022-04-19T19:21:49.824Z] $ docker rm -f 7d7bd5c2da515b7bc287259e347bd46a330f700a3564842f0d19050d5126014b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T19:21:50.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T19:21:50.554Z] . [Pipeline] withDockerContainer [2022-04-19T19:21:50.796Z] prd-ubuntu20.04-docker-arm64-4c-16g-21382 does not seem to be running inside a container [2022-04-19T19:21:50.875Z] $ 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:21:52.141Z] $ docker top 15e40cef508a8c845d9587bce3aef1708c241f4a99b9d6d7157157b0226ef3c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T19:21:53.113Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-19T19:21:58.505Z] Building core-command ... [2022-04-19T19:21:58.505Z] Building core-data ... [2022-04-19T19:21:58.505Z] Building core-metadata ... [2022-04-19T19:21:58.505Z] Building security-bootstrapper ... [2022-04-19T19:21:58.505Z] Building security-proxy-setup ... [2022-04-19T19:21:58.505Z] Building security-secretstore-setup ... [2022-04-19T19:21:58.505Z] Building security-spiffe-token-provider ... [2022-04-19T19:21:58.505Z] Building security-spire-agent ... [2022-04-19T19:21:58.505Z] Building security-spire-config ... [2022-04-19T19:21:58.505Z] Building security-spire-server ... [2022-04-19T19:21:58.505Z] Building support-notifications ... [2022-04-19T19:21:58.505Z] Building support-scheduler ... [2022-04-19T19:21:58.505Z] Building sys-mgmt-agent ... [2022-04-19T19:21:58.505Z] Building security-spire-agent [2022-04-19T19:21:58.505Z] Building security-bootstrapper [2022-04-19T19:21:58.505Z] Building security-proxy-setup [2022-04-19T19:21:58.505Z] Building core-data [2022-04-19T19:21:58.505Z] Building support-scheduler [2022-04-19T19:23:35.305Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:23:35.305Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:23:35.305Z] ---> 593b1ec4534a [2022-04-19T19:23:35.305Z] Step 3/31 : WORKDIR /edgex-go [2022-04-19T19:23:35.305Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:23:35.305Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:23:35.305Z] ---> 593b1ec4534a [2022-04-19T19:23:35.305Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:23:35.305Z] ---> Running in 2872923783a1 [2022-04-19T19:23:35.305Z] ---> Running in e37af5a79c2a [2022-04-19T19:23:35.305Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:23:35.305Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:23:35.305Z] ---> 593b1ec4534a [2022-04-19T19:23:35.305Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:23:35.305Z] ---> Running in 444f89aed490 [2022-04-19T19:23:35.305Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:23:35.305Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:23:35.305Z] ---> 593b1ec4534a [2022-04-19T19:23:35.305Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T19:23:35.305Z] ---> Running in 611956b2397f [2022-04-19T19:23:35.305Z] Removing intermediate container e37af5a79c2a [2022-04-19T19:23:35.305Z] ---> 4b0f0df115e7 [2022-04-19T19:23:35.305Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:23:35.305Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:23:35.305Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:23:35.305Z] ---> 593b1ec4534a [2022-04-19T19:23:35.305Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:23:35.305Z] ---> Running in 07d8474e6d16 [2022-04-19T19:23:35.305Z] ---> Running in b97d0655d9f1 [2022-04-19T19:23:35.305Z] Removing intermediate container 444f89aed490 [2022-04-19T19:23:35.305Z] ---> af50b2e6e215 [2022-04-19T19:23:35.305Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:23:35.305Z] Removing intermediate container 2872923783a1 [2022-04-19T19:23:35.305Z] ---> d8db83f85f55 [2022-04-19T19:23:35.305Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:23:35.305Z] Removing intermediate container 611956b2397f [2022-04-19T19:23:35.305Z] ---> f6867b3988c6 [2022-04-19T19:23:35.305Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:23:35.305Z] ---> Running in 6369b59b2ce3 [2022-04-19T19:23:35.305Z] ---> Running in 17f808882b8a [2022-04-19T19:23:35.305Z] ---> Running in e82da6d2f852 [2022-04-19T19:23:35.305Z] Removing intermediate container 07d8474e6d16 [2022-04-19T19:23:35.305Z] ---> 16bbe6124bc3 [2022-04-19T19:23:35.305Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:23:35.305Z] ---> Running in bc1edda04789 [2022-04-19T19:23:35.305Z] Removing intermediate container b97d0655d9f1 [2022-04-19T19:23:35.305Z] ---> 0e851eea0c30 [2022-04-19T19:23:35.305Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T19:23:35.305Z] ---> Running in 7274f821b524 [2022-04-19T19:23:35.305Z] Removing intermediate container 6369b59b2ce3 [2022-04-19T19:23:35.305Z] ---> 46ca7a29d56e [2022-04-19T19:23:35.305Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-19T19:23:35.305Z] ---> Running in 551f2036e78e [2022-04-19T19:23:35.305Z] Removing intermediate container bc1edda04789 [2022-04-19T19:23:35.305Z] ---> bc2a1c1f9dc1 [2022-04-19T19:23:35.305Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T19:23:35.305Z] Removing intermediate container e82da6d2f852 [2022-04-19T19:23:35.305Z] ---> c4bb4d9c4555 [2022-04-19T19:23:35.305Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:23:35.305Z] ---> Running in 849273e554c7 [2022-04-19T19:23:35.305Z] Removing intermediate container 17f808882b8a [2022-04-19T19:23:35.305Z] ---> 6d5be75d0dbf [2022-04-19T19:23:35.305Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-19T19:23:35.305Z] ---> Running in 3cff3829d818 [2022-04-19T19:23:35.305Z] ---> Running in d43e3ffd8789 [2022-04-19T19:23:35.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:23:35.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:23:35.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:23:35.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:23:35.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:23:35.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:23:35.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:23:35.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:23:35.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:23:35.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:23:35.305Z] OK: 220 MiB in 52 packages [2022-04-19T19:23:35.305Z] OK: 220 MiB in 52 packages [2022-04-19T19:23:35.665Z] OK: 220 MiB in 52 packages [2022-04-19T19:23:36.006Z] OK: 220 MiB in 52 packages [2022-04-19T19:23:36.006Z] OK: 220 MiB in 52 packages [2022-04-19T19:23:36.683Z] Removing intermediate container 7274f821b524 [2022-04-19T19:23:36.683Z] ---> ff9987f3395d [2022-04-19T19:23:36.683Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:23:36.978Z] Removing intermediate container 551f2036e78e [2022-04-19T19:23:36.978Z] ---> 4f09b52619b4 [2022-04-19T19:23:36.978Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:23:37.579Z] Removing intermediate container 849273e554c7 [2022-04-19T19:23:37.579Z] ---> 77b3d9333978 [2022-04-19T19:23:37.579Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:23:37.858Z] Removing intermediate container d43e3ffd8789 [2022-04-19T19:23:37.858Z] ---> 1b7d067b11a4 [2022-04-19T19:23:37.858Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-19T19:23:38.133Z] Removing intermediate container 3cff3829d818 [2022-04-19T19:23:38.133Z] ---> eb9a7ff5614a [2022-04-19T19:23:38.133Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T19:23:38.133Z] ---> 3593f49bfb9c [2022-04-19T19:23:38.133Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:23:38.424Z] ---> 9d460e7c65e3 [2022-04-19T19:23:38.424Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:23:38.424Z] ---> Running in de60f1acef46 [2022-04-19T19:23:38.723Z] ---> Running in 64e4241a0108 [2022-04-19T19:23:38.999Z] ---> 119e130c3dff [2022-04-19T19:23:38.999Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:23:39.277Z] ---> Running in 7073b1f9d9bb [2022-04-19T19:23:39.573Z] ---> f3c5cf9d3beb [2022-04-19T19:23:39.573Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:23:39.573Z] ---> ffed3e7e3b7a [2022-04-19T19:23:39.573Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:23:39.866Z] ---> Running in cdb98f18e363 [2022-04-19T19:23:39.866Z] ---> Running in 7dd09b684c91 [2022-04-19T19:23:43.297Z] Removing intermediate container de60f1acef46 [2022-04-19T19:23:43.297Z] ---> 1e5dfe2bef87 [2022-04-19T19:23:43.297Z] Step 8/22 : COPY . . [2022-04-19T19:23:45.304Z] Removing intermediate container 64e4241a0108 [2022-04-19T19:23:45.304Z] ---> df62eb643eed [2022-04-19T19:23:45.304Z] Step 8/23 : COPY . . [2022-04-19T19:23:45.580Z] Removing intermediate container 7073b1f9d9bb [2022-04-19T19:23:45.580Z] ---> c439de8302a2 [2022-04-19T19:23:45.580Z] Step 8/22 : COPY . . [2022-04-19T19:23:45.859Z] Removing intermediate container 7dd09b684c91 [2022-04-19T19:23:46.135Z] ---> ba0b105df85e [2022-04-19T19:23:46.135Z] Step 8/26 : COPY . . [2022-04-19T19:23:46.136Z] Removing intermediate container cdb98f18e363 [2022-04-19T19:23:46.136Z] ---> 6038ebb495cf [2022-04-19T19:23:46.136Z] Step 8/31 : COPY . . [2022-04-19T19:24:18.512Z] ---> e94b00d09c70 [2022-04-19T19:24:18.512Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-19T19:24:18.512Z] ---> 933895500281 [2022-04-19T19:24:18.512Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-19T19:24:18.512Z] ---> 91744c31cf8b [2022-04-19T19:24:18.512Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:24:18.512Z] ---> Running in 259a818b5381 [2022-04-19T19:24:18.512Z] ---> Running in cf869dfc7d60 [2022-04-19T19:24:18.512Z] ---> Running in 1ae28f360950 [2022-04-19T19:24:18.512Z] ---> 815654b87221 [2022-04-19T19:24:18.512Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-19T19:24:18.512Z] ---> 4a3b72d2ee9e [2022-04-19T19:24:18.512Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-19T19:24:18.512Z] ---> Running in f8952ed9ab44 [2022-04-19T19:24:18.512Z] Removing intermediate container 1ae28f360950 [2022-04-19T19:24:18.512Z] ---> c1554ee0e423 [2022-04-19T19:24:18.512Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T19:24:18.512Z] ---> Running in 3044248076e8 [2022-04-19T19:24:18.512Z] ---> Running in 519d3a7c9a9c [2022-04-19T19:24:18.512Z] 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:24:18.512Z] 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:24:18.512Z] 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:24:18.791Z] 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:24:20.244Z] Removing intermediate container 519d3a7c9a9c [2022-04-19T19:24:20.244Z] ---> 30481cbc3f3f [2022-04-19T19:24:20.244Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T19:24:20.244Z] ---> Running in 4d7ce0ea215e [2022-04-19T19:24:20.846Z] Removing intermediate container 4d7ce0ea215e [2022-04-19T19:24:20.846Z] ---> babf32bb96ca [2022-04-19T19:24:20.846Z] 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:24:20.846Z] ---> Running in b7a6baad1626 [2022-04-19T19:24:23.494Z] spire-1.2.1/ [2022-04-19T19:24:23.494Z] spire-1.2.1/.data/ [2022-04-19T19:24:23.494Z] spire-1.2.1/.data/.file [2022-04-19T19:24:23.494Z] spire-1.2.1/.dockerignore [2022-04-19T19:24:23.494Z] spire-1.2.1/.gitattributes [2022-04-19T19:24:23.494Z] spire-1.2.1/.githooks/ [2022-04-19T19:24:23.494Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/ [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:24:23.494Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:24:23.494Z] spire-1.2.1/.gitignore [2022-04-19T19:24:23.494Z] spire-1.2.1/.go-version [2022-04-19T19:24:23.494Z] spire-1.2.1/.golangci.yml [2022-04-19T19:24:23.494Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:24:23.494Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:24:23.494Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:24:23.494Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:24:23.494Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:24:23.494Z] spire-1.2.1/Dockerfile [2022-04-19T19:24:23.494Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:24:23.494Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:24:23.494Z] spire-1.2.1/LICENSE [2022-04-19T19:24:23.494Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:24:23.494Z] spire-1.2.1/Makefile [2022-04-19T19:24:23.494Z] spire-1.2.1/README.md [2022-04-19T19:24:23.494Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:24:23.494Z] spire-1.2.1/SECURITY.md [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:24:23.494Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:24:23.770Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:24:23.770Z] spire-1.2.1/conf/ [2022-04-19T19:24:23.770Z] spire-1.2.1/conf/agent/ [2022-04-19T19:24:23.770Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:24:23.770Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:24:23.770Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:24:23.770Z] spire-1.2.1/conf/server/ [2022-04-19T19:24:23.770Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:24:23.770Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:24:23.770Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:24:23.770Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/ [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/ [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:24:23.770Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:24:23.770Z] spire-1.2.1/examples/ [2022-04-19T19:24:23.770Z] spire-1.2.1/examples/README.md [2022-04-19T19:24:23.770Z] spire-1.2.1/go.mod [2022-04-19T19:24:23.770Z] spire-1.2.1/go.sum [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:24:23.770Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:24:24.048Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:24:24.048Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:24:24.048Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:24:24.048Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:24:24.048Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:24:24.048Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:24:24.048Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:24:24.048Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:24:24.049Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:24:24.050Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:24:24.328Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:24:24.329Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:24:24.607Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:24:24.608Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:24:24.609Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/private/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:24:24.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:24:24.885Z] spire-1.2.1/release/ [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire/ [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:24:24.885Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:24:24.885Z] spire-1.2.1/script/ [2022-04-19T19:24:24.885Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:24:24.885Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:24:24.885Z] spire-1.2.1/support/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:24:24.885Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:24:24.885Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:24:24.885Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:24:25.164Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:24:25.164Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:24:25.164Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:24:25.164Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:24:25.164Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:24:25.164Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:24:25.164Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:24:25.164Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:24:25.164Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:24:25.164Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/clock/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:24:25.164Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:24:25.164Z] spire-1.2.1/test/integration/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:24:25.164Z] spire-1.2.1/test/integration/common [2022-04-19T19:24:25.164Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:24:25.164Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:24:25.164Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:24:25.164Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:24:25.164Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:24:25.165Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:24:25.446Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:24:25.447Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:24:25.447Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/testca/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/testkey/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:24:25.447Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/util/ [2022-04-19T19:24:25.447Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/util/race.go [2022-04-19T19:24:25.447Z] spire-1.2.1/test/util/util.go [2022-04-19T19:24:25.447Z] building spire from source... [2022-04-19T19:24:26.052Z] Installing go1.17.7... [2022-04-19T19:24:52.939Z] Building bin/spire-server... [2022-04-19T19:24:52.939Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:24:52.939Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:24:52.939Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:24:52.939Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:24:53.217Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:24:53.496Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:24:53.496Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:24:53.773Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:24:56.431Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:24:56.714Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:24:57.322Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:24:57.322Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:24:57.602Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:24:57.882Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:24:57.882Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:24:57.882Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:24:58.161Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:24:58.161Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:24:58.442Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:24:58.442Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:24:58.720Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:24:59.040Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:24:59.040Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:25:00.614Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:25:00.892Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:25:01.175Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:25:02.650Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:25:29.523Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:25:29.523Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:25:29.523Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:25:29.523Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:25:29.523Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:25:29.523Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:25:29.523Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:25:29.523Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:25:29.523Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:25:29.523Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:25:29.523Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:25:29.523Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:25:29.802Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:25:30.412Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:25:30.412Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:25:31.020Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:25:31.020Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:25:31.020Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:25:31.020Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:25:31.299Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:25:31.579Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:25:31.579Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:25:31.579Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:25:31.859Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:25:31.859Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:25:31.859Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:25:32.139Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:25:32.745Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:25:32.745Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:25:33.025Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:25:33.300Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:25:33.577Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:25:36.237Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:25:41.667Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:25:41.667Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:25:41.667Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:25:41.667Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:26:03.898Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:26:03.898Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:26:03.898Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:26:16.344Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:26:16.344Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:26:49.205Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:26:49.205Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:26:49.205Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:26:49.205Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:26:49.205Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:26:49.205Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:26:49.205Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:26:50.657Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:26:52.653Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:26:53.282Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:26:53.562Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:26:56.224Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:26:56.502Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:26:57.493Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:26:57.493Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:26:57.772Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:26:59.227Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:26:59.227Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:26:59.506Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:26:59.785Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:27:00.064Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:27:00.670Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:27:06.113Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:27:06.113Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:27:06.393Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:27:06.393Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:27:06.393Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:27:06.675Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:27:06.675Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:27:08.129Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:27:08.129Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:27:08.411Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:27:08.689Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:27:08.689Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:27:10.149Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:27:10.749Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:27:11.351Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:27:11.351Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:27:11.629Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:27:11.629Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:27:11.629Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:27:11.909Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:27:11.909Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:27:12.897Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:27:12.897Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:27:13.507Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:27:13.507Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:27:13.507Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:27:16.018Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:27:17.005Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:27:17.005Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:27:17.281Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:27:17.281Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:27:17.561Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:27:17.561Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:27:17.836Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:27:18.438Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:27:21.080Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:27:23.740Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:27:23.740Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:27:24.345Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:27:24.345Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:27:25.338Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:27:25.338Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:27:25.338Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:27:25.620Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:27:25.898Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:27:25.898Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:27:26.176Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:27:38.631Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:27:38.631Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:27:38.631Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:27:38.631Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:28:05.485Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:28:05.485Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:29:13.584Z] 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:29:28.923Z] Removing intermediate container cf869dfc7d60 [2022-04-19T19:29:28.923Z] ---> 33a928763647 [2022-04-19T19:29:28.923Z] [2022-04-19T19:29:28.923Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:29:28.923Z] 3.14: Pulling from library/alpine [2022-04-19T19:29:29.552Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T19:29:29.552Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T19:29:29.552Z] ---> ac73e934f311 [2022-04-19T19:29:29.552Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-19T19:29:29.845Z] ---> Running in 7e43f0395831 [2022-04-19T19:29:32.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:29:33.104Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:29:34.098Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-19T19:29:34.098Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:29:34.098Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-19T19:29:34.098Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-19T19:29:34.403Z] (5/6) Installing curl (7.79.1-r0) [2022-04-19T19:29:34.403Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-19T19:29:34.403Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:29:34.403Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:29:35.022Z] OK: 8 MiB in 20 packages [2022-04-19T19:29:35.022Z] Removing intermediate container f8952ed9ab44 [2022-04-19T19:29:35.022Z] ---> 83fb304309e6 [2022-04-19T19:29:35.022Z] [2022-04-19T19:29:35.022Z] Step 10/31 : FROM alpine:3.14 [2022-04-19T19:29:35.022Z] ---> ac73e934f311 [2022-04-19T19:29:35.022Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-19T19:29:35.302Z] ---> Running in 396fccc08ab1 [2022-04-19T19:29:36.300Z] Removing intermediate container 396fccc08ab1 [2022-04-19T19:29:36.300Z] ---> 00992011000a [2022-04-19T19:29:36.300Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-19T19:29:36.586Z] ---> Running in 39f1c66bc653 [2022-04-19T19:29:38.035Z] Removing intermediate container 7e43f0395831 [2022-04-19T19:29:38.035Z] ---> 697ab2bef143 [2022-04-19T19:29:38.035Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T19:29:38.035Z] ---> Running in 212e14ef8c91 [2022-04-19T19:29:38.644Z] Removing intermediate container 212e14ef8c91 [2022-04-19T19:29:38.644Z] ---> cd34ff1f6df7 [2022-04-19T19:29:38.644Z] Step 13/22 : WORKDIR /edgex [2022-04-19T19:29:38.933Z] ---> Running in 3811563664cc [2022-04-19T19:29:38.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:29:39.541Z] Removing intermediate container 3811563664cc [2022-04-19T19:29:39.541Z] ---> 0f8ae2807c55 [2022-04-19T19:29:39.541Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-19T19:29:39.541Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:29:40.537Z] ---> 11c3c2400ee5 [2022-04-19T19:29:40.537Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-19T19:29:40.815Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-19T19:29:40.815Z] (2/2) Installing su-exec (0.2-r1) [2022-04-19T19:29:40.815Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:29:41.096Z] OK: 6 MiB in 16 packages [2022-04-19T19:29:43.110Z] ---> ec4e2e903271 [2022-04-19T19:29:43.110Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-19T19:29:43.110Z] Removing intermediate container 39f1c66bc653 [2022-04-19T19:29:43.110Z] ---> 36ff8d763408 [2022-04-19T19:29:43.110Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-19T19:29:43.110Z] ---> Running in c2ada881dc7d [2022-04-19T19:29:43.721Z] Removing intermediate container c2ada881dc7d [2022-04-19T19:29:43.721Z] ---> ca5d11049937 [2022-04-19T19:29:43.721Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-19T19:29:43.992Z] ---> Running in 398b202755d6 [2022-04-19T19:29:44.979Z] Removing intermediate container 398b202755d6 [2022-04-19T19:29:44.979Z] ---> 5b4413b4d7a2 [2022-04-19T19:29:44.979Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-19T19:29:44.979Z] ---> Running in 1888bdb63619 [2022-04-19T19:29:45.258Z] ---> ec32501bc42c [2022-04-19T19:29:45.259Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T19:29:46.712Z] ---> a7a461e35f9c [2022-04-19T19:29:46.712Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-19T19:29:46.993Z] ---> Running in e40811be4f73 [2022-04-19T19:29:49.014Z] Removing intermediate container 1888bdb63619 [2022-04-19T19:29:49.014Z] ---> 9644b5cc4e27 [2022-04-19T19:29:49.014Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-19T19:29:49.014Z] ---> Running in 42a473952f41 [2022-04-19T19:29:50.032Z] Removing intermediate container 42a473952f41 [2022-04-19T19:29:50.032Z] ---> 2dd0d72c4041 [2022-04-19T19:29:50.032Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-19T19:29:51.042Z] Removing intermediate container e40811be4f73 [2022-04-19T19:29:51.042Z] ---> 2cdfbdc10de1 [2022-04-19T19:29:51.042Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T19:29:51.042Z] ---> Running in 22bac382d08f [2022-04-19T19:29:51.344Z] ---> aac854bafc48 [2022-04-19T19:29:51.344Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-19T19:29:51.625Z] ---> Running in b54e0dea6010 [2022-04-19T19:29:51.906Z] Removing intermediate container 22bac382d08f [2022-04-19T19:29:51.906Z] ---> e8c0d5248913 [2022-04-19T19:29:51.906Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T19:29:51.906Z] ---> Running in 1aa7f393a11b [2022-04-19T19:29:52.892Z] Removing intermediate container 1aa7f393a11b [2022-04-19T19:29:52.892Z] ---> b7b67760c2bc [2022-04-19T19:29:52.892Z] Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:29:52.892Z] ---> Running in 2cfa5229a532 [2022-04-19T19:29:53.533Z] Removing intermediate container 2cfa5229a532 [2022-04-19T19:29:53.533Z] ---> f8b74ce421ea [2022-04-19T19:29:53.533Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:29:53.816Z] ---> Running in 78cdca5decb0 [2022-04-19T19:29:54.817Z] Removing intermediate container 78cdca5decb0 [2022-04-19T19:29:54.817Z] ---> ded03dd31fd6 [2022-04-19T19:29:54.817Z] [2022-04-19T19:29:55.485Z] Removing intermediate container b54e0dea6010 [2022-04-19T19:29:55.485Z] ---> f236cf00f1d0 [2022-04-19T19:29:55.485Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:29:55.791Z] Successfully built ded03dd31fd6 [2022-04-19T19:29:55.791Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-19T19:29:55.791Z]  Building security-proxy-setup ... done Building support-notifications [2022-04-19T19:29:56.793Z] ---> 8f4ab896cad3 [2022-04-19T19:29:56.793Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-19T19:29:58.267Z] ---> dd136d66f9d9 [2022-04-19T19:29:58.267Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-19T19:29:59.759Z] ---> 15bee02f9763 [2022-04-19T19:29:59.759Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-19T19:30:00.802Z] ---> 20edae83497c [2022-04-19T19:30:00.802Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-19T19:30:01.821Z] ---> 9af4d9a095e1 [2022-04-19T19:30:01.821Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-19T19:30:02.455Z] ---> Running in d4cfa9df7d36 [2022-04-19T19:30:02.748Z] Removing intermediate container d4cfa9df7d36 [2022-04-19T19:30:02.748Z] ---> 9e61c2ccfd60 [2022-04-19T19:30:03.033Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-19T19:30:04.063Z] ---> 69f1119744d8 [2022-04-19T19:30:04.063Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-19T19:30:04.342Z] ---> Running in 133d43478aef [2022-04-19T19:30:07.768Z] Removing intermediate container 133d43478aef [2022-04-19T19:30:07.768Z] ---> 2a3b7e6a85ff [2022-04-19T19:30:07.768Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-19T19:30:08.043Z] ---> Running in 4b7d561b5ffe [2022-04-19T19:30:08.644Z] Removing intermediate container 4b7d561b5ffe [2022-04-19T19:30:08.644Z] ---> 554f094964c8 [2022-04-19T19:30:08.644Z] Step 28/31 : CMD ["gate"] [2022-04-19T19:30:08.923Z] ---> Running in 5b3e82e17f5e [2022-04-19T19:30:09.534Z] Removing intermediate container 5b3e82e17f5e [2022-04-19T19:30:09.534Z] ---> 710735a26633 [2022-04-19T19:30:09.534Z] Step 29/31 : LABEL arch=arm64 [2022-04-19T19:30:09.812Z] ---> Running in 40a63855d121 [2022-04-19T19:30:10.419Z] Removing intermediate container 40a63855d121 [2022-04-19T19:30:10.419Z] ---> e34848be333c [2022-04-19T19:30:10.419Z] Step 30/31 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:30:10.695Z] ---> Running in ca552ba4a290 [2022-04-19T19:30:11.300Z] Removing intermediate container ca552ba4a290 [2022-04-19T19:30:11.300Z] ---> 41a4f8b70953 [2022-04-19T19:30:11.300Z] Step 31/31 : LABEL version=0.0.0 [2022-04-19T19:30:11.905Z] ---> Running in a997b383f2cd [2022-04-19T19:30:12.510Z] Removing intermediate container a997b383f2cd [2022-04-19T19:30:12.510Z] ---> 657e8427ce8a [2022-04-19T19:30:12.510Z] [2022-04-19T19:30:13.499Z] Successfully built 657e8427ce8a [2022-04-19T19:30:13.499Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-19T19:30:13.499Z] Building security-spiffe-token-provider [2022-04-19T19:30:40.358Z]  Building security-bootstrapper ... done Removing intermediate container 3044248076e8 [2022-04-19T19:30:40.358Z] ---> 66b3759d2dd9 [2022-04-19T19:30:40.358Z] [2022-04-19T19:30:40.358Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:30:40.358Z] ---> ac73e934f311 [2022-04-19T19:30:40.358Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-19T19:30:40.358Z] ---> Running in 5337f2648973 [2022-04-19T19:30:40.358Z] Removing intermediate container 5337f2648973 [2022-04-19T19:30:40.358Z] ---> 4ef0e2d8f220 [2022-04-19T19:30:40.358Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-19T19:30:40.358Z] ---> Running in 3e4d2fd230b8 [2022-04-19T19:30:40.358Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:30:40.358Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:30:40.358Z] ---> 593b1ec4534a [2022-04-19T19:30:40.358Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T19:30:40.358Z] ---> Using cache [2022-04-19T19:30:40.358Z] ---> 16bbe6124bc3 [2022-04-19T19:30:40.358Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:30:40.358Z] ---> Using cache [2022-04-19T19:30:40.358Z] ---> bc2a1c1f9dc1 [2022-04-19T19:30:40.358Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-19T19:30:40.358Z] ---> Running in e59d150ee9e6 [2022-04-19T19:30:40.358Z] Removing intermediate container 3e4d2fd230b8 [2022-04-19T19:30:40.358Z] ---> 4ef7fb8fc04f [2022-04-19T19:30:40.358Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-19T19:30:40.358Z] ---> Running in b776107d7488 [2022-04-19T19:30:40.638Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:30:41.271Z] Removing intermediate container b776107d7488 [2022-04-19T19:30:41.271Z] ---> 086b71fdd188 [2022-04-19T19:30:41.271Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:30:41.271Z] ---> Running in 49e79a76c3be [2022-04-19T19:30:41.881Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:30:43.343Z] OK: 220 MiB in 52 packages [2022-04-19T19:30:46.145Z] Removing intermediate container e59d150ee9e6 [2022-04-19T19:30:46.145Z] ---> 5c479ff82aa2 [2022-04-19T19:30:46.145Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T19:30:46.145Z] Removing intermediate container 49e79a76c3be [2022-04-19T19:30:46.146Z] ---> 0d5eb48d3945 [2022-04-19T19:30:46.146Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-19T19:30:46.146Z] ---> Running in 9ca9df9d6d0b [2022-04-19T19:30:48.800Z] ---> 5bac32af1e5d [2022-04-19T19:30:48.800Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:30:48.800Z] ---> Running in 3afab33f5be5 [2022-04-19T19:30:48.800Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:30:49.801Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:30:51.258Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-19T19:30:51.258Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-19T19:30:51.258Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-19T19:30:51.534Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-19T19:30:51.821Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-19T19:30:51.821Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-19T19:30:51.821Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:30:51.821Z] OK: 8 MiB in 20 packages [2022-04-19T19:30:54.487Z] Removing intermediate container 9ca9df9d6d0b [2022-04-19T19:30:54.487Z] ---> aab4ba3bcec1 [2022-04-19T19:30:54.487Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:30:55.945Z] Removing intermediate container 3afab33f5be5 [2022-04-19T19:30:55.945Z] ---> c3f32ddf18dc [2022-04-19T19:30:55.945Z] Step 8/22 : COPY . . [2022-04-19T19:30:55.945Z] ---> 4d2f3ef5b6fe [2022-04-19T19:30:55.945Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-19T19:30:57.946Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:30:57.946Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:30:57.946Z] ---> 593b1ec4534a [2022-04-19T19:30:57.946Z] Step 3/20 : WORKDIR /edgex-go [2022-04-19T19:30:57.946Z] ---> Using cache [2022-04-19T19:30:57.946Z] ---> 16bbe6124bc3 [2022-04-19T19:30:57.946Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-19T19:30:57.946Z] ---> Running in 0b65d4fbc957 [2022-04-19T19:30:59.964Z] ---> 1a9b79ac1dc7 [2022-04-19T19:30:59.964Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-19T19:31:00.249Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:31:01.273Z] ---> 09bda7086ff5 [2022-04-19T19:31:01.273Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-19T19:31:01.550Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:31:01.550Z] ---> Running in 533c37898785 [2022-04-19T19:31:02.563Z] Removing intermediate container 533c37898785 [2022-04-19T19:31:02.563Z] ---> 81dee27a417b [2022-04-19T19:31:02.563Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:31:02.563Z] ---> Running in 433e9439e2b0 [2022-04-19T19:31:03.182Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:31:03.182Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:31:03.182Z] OK: 15741 distinct packages available [2022-04-19T19:31:03.462Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:31:03.462Z] Removing intermediate container 433e9439e2b0 [2022-04-19T19:31:03.462Z] ---> 3e56c7e6e5a4 [2022-04-19T19:31:03.462Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T19:31:03.462Z] ---> Running in 619eab460a11 [2022-04-19T19:31:04.471Z] Removing intermediate container 619eab460a11 [2022-04-19T19:31:04.471Z] ---> b21885a1928d [2022-04-19T19:31:04.471Z] Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:31:04.471Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:31:04.471Z] ---> Running in 71813f21340a [2022-04-19T19:31:05.506Z] Removing intermediate container 71813f21340a [2022-04-19T19:31:05.506Z] ---> 1940973dcfca [2022-04-19T19:31:05.506Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:31:05.506Z] ---> Running in 63ed37f3832d [2022-04-19T19:31:05.506Z] OK: 220 MiB in 52 packages [2022-04-19T19:31:06.509Z] Removing intermediate container 63ed37f3832d [2022-04-19T19:31:06.509Z] ---> 7d36f7e31d8d [2022-04-19T19:31:06.509Z] [2022-04-19T19:31:07.969Z] Removing intermediate container 0b65d4fbc957 [2022-04-19T19:31:07.969Z] ---> 75c3200b7e0d [2022-04-19T19:31:07.969Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-19T19:31:07.969Z] Successfully built 7d36f7e31d8d [2022-04-19T19:31:07.969Z] Successfully tagged core-data-arm64:latest [2022-04-19T19:31:07.969Z]  Building core-data ... done Building security-secretstore-setup [2022-04-19T19:31:09.436Z] ---> a869675a8961 [2022-04-19T19:31:09.436Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:31:09.721Z] ---> Running in dfa61cd08ad2 [2022-04-19T19:31:18.075Z] Removing intermediate container dfa61cd08ad2 [2022-04-19T19:31:18.075Z] ---> c43be8e67867 [2022-04-19T19:31:18.075Z] Step 7/20 : COPY . . [2022-04-19T19:31:33.284Z] ---> 8053bba2dc35 [2022-04-19T19:31:33.284Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-19T19:31:33.284Z] ---> Running in 04955a44a5be [2022-04-19T19:31:34.743Z] 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:31:43.108Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:31:43.108Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:31:43.108Z] ---> 593b1ec4534a [2022-04-19T19:31:43.108Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T19:31:43.108Z] ---> Using cache [2022-04-19T19:31:43.108Z] ---> 16bbe6124bc3 [2022-04-19T19:31:43.108Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:31:43.108Z] ---> Using cache [2022-04-19T19:31:43.108Z] ---> bc2a1c1f9dc1 [2022-04-19T19:31:43.108Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-19T19:31:43.108Z] ---> Using cache [2022-04-19T19:31:43.108Z] ---> 77b3d9333978 [2022-04-19T19:31:43.108Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T19:31:43.108Z] ---> Using cache [2022-04-19T19:31:43.108Z] ---> 119e130c3dff [2022-04-19T19:31:43.108Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:31:43.108Z] ---> Using cache [2022-04-19T19:31:43.108Z] ---> c439de8302a2 [2022-04-19T19:31:43.108Z] Step 8/25 : COPY . . [2022-04-19T19:31:43.108Z] ---> Using cache [2022-04-19T19:31:43.108Z] ---> e94b00d09c70 [2022-04-19T19:31:43.108Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-19T19:31:44.592Z] ---> Running in 1c708dde7de9 [2022-04-19T19:31:47.265Z] 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:31:59.770Z] ---> 3d65cb69f8c3 [2022-04-19T19:31:59.770Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-19T19:31:59.770Z] ---> Running in 8beae8b890b5 [2022-04-19T19:31:59.770Z] Removing intermediate container 259a818b5381 [2022-04-19T19:31:59.770Z] ---> 02c13f4fc992 [2022-04-19T19:31:59.770Z] [2022-04-19T19:31:59.770Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:31:59.770Z] ---> ac73e934f311 [2022-04-19T19:31:59.770Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:31:59.770Z] ---> Running in b5c8b8d89c8c [2022-04-19T19:32:02.434Z] 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:32:02.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:32:02.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:32:04.175Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T19:32:04.175Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:32:04.175Z] OK: 5 MiB in 15 packages [2022-04-19T19:32:05.640Z] Removing intermediate container b5c8b8d89c8c [2022-04-19T19:32:05.640Z] ---> 020b3e1623de [2022-04-19T19:32:05.640Z] 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:32:05.640Z] ---> Running in 4d33c317e0a8 [2022-04-19T19:32:06.255Z] Removing intermediate container 4d33c317e0a8 [2022-04-19T19:32:06.255Z] ---> b2b20b386f62 [2022-04-19T19:32:06.255Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-19T19:32:06.255Z] ---> Running in 6944575ac31d [2022-04-19T19:32:06.875Z] Removing intermediate container 6944575ac31d [2022-04-19T19:32:06.875Z] ---> 2b61e9b85d9a [2022-04-19T19:32:06.875Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T19:32:06.875Z] ---> Running in 5c192515a8b1 [2022-04-19T19:32:07.491Z] Removing intermediate container 5c192515a8b1 [2022-04-19T19:32:07.491Z] ---> 1eccae73e6af [2022-04-19T19:32:07.491Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:32:08.482Z] ---> 4e3ab6d88348 [2022-04-19T19:32:08.482Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-19T19:32:11.149Z] ---> 95d355da2b6a [2022-04-19T19:32:11.149Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-19T19:32:11.753Z] ---> 728546f87a10 [2022-04-19T19:32:11.753Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-19T19:32:11.753Z] ---> Running in 0a393f09f904 [2022-04-19T19:32:12.516Z] Removing intermediate container 0a393f09f904 [2022-04-19T19:32:12.516Z] ---> cf6b31d6f9b9 [2022-04-19T19:32:12.516Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:32:12.963Z] ---> Running in 9f2d2d21a665 [2022-04-19T19:32:13.287Z] Removing intermediate container 9f2d2d21a665 [2022-04-19T19:32:13.287Z] ---> 7ac83debaff9 [2022-04-19T19:32:13.287Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T19:32:13.287Z] ---> Running in 1a56d2667272 [2022-04-19T19:32:14.045Z] Removing intermediate container 1a56d2667272 [2022-04-19T19:32:14.045Z] ---> 1decc43e4270 [2022-04-19T19:32:14.045Z] Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:32:14.045Z] ---> Running in 357444462ed4 [2022-04-19T19:32:14.661Z] Removing intermediate container 357444462ed4 [2022-04-19T19:32:14.661Z] ---> 9d1841ec31c5 [2022-04-19T19:32:14.661Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:32:14.661Z] ---> Running in 90800cd46196 [2022-04-19T19:32:15.280Z] Removing intermediate container 90800cd46196 [2022-04-19T19:32:15.280Z] ---> c0ceeb3834ed [2022-04-19T19:32:15.280Z] [2022-04-19T19:32:15.565Z] Successfully built c0ceeb3834ed [2022-04-19T19:32:15.853Z] Successfully tagged support-scheduler-arm64:latest [2022-04-19T19:32:15.853Z]  Building support-scheduler ... done Building security-spire-server [2022-04-19T19:32:48.274Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:32:48.274Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:32:48.274Z] ---> 593b1ec4534a [2022-04-19T19:32:48.274Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T19:32:48.274Z] ---> Using cache [2022-04-19T19:32:48.274Z] ---> 16bbe6124bc3 [2022-04-19T19:32:48.274Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:32:48.274Z] ---> Using cache [2022-04-19T19:32:48.274Z] ---> bc2a1c1f9dc1 [2022-04-19T19:32:48.274Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:32:48.274Z] ---> Running in 75aaf73da2d4 [2022-04-19T19:32:48.879Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:32:49.904Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:32:51.366Z] OK: 220 MiB in 52 packages [2022-04-19T19:32:52.822Z] Removing intermediate container 75aaf73da2d4 [2022-04-19T19:32:52.822Z] ---> 41a0450471c0 [2022-04-19T19:32:52.822Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T19:32:53.830Z] ---> d13fbca249e2 [2022-04-19T19:32:53.830Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:32:53.830Z] ---> Running in 175a10cdfa1f [2022-04-19T19:32:59.295Z] Removing intermediate container 175a10cdfa1f [2022-04-19T19:32:59.295Z] ---> 997e6d4df4ee [2022-04-19T19:32:59.295Z] Step 8/25 : COPY . . [2022-04-19T19:33:21.602Z] ---> 1e9ad3c437f6 [2022-04-19T19:33:21.602Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:33:21.602Z] ---> Running in 54658fb036b5 [2022-04-19T19:33:21.602Z] Removing intermediate container 54658fb036b5 [2022-04-19T19:33:21.602Z] ---> fc70691781bb [2022-04-19T19:33:21.602Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-19T19:33:21.602Z] ---> Running in 55bba4877b8e [2022-04-19T19:33:23.613Z] Removing intermediate container 55bba4877b8e [2022-04-19T19:33:23.613Z] ---> d5ab614b20de [2022-04-19T19:33:23.613Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-19T19:33:23.895Z] ---> Running in 85ab853db145 [2022-04-19T19:33:24.512Z] Removing intermediate container 85ab853db145 [2022-04-19T19:33:24.512Z] ---> c5b5f044f828 [2022-04-19T19:33:24.512Z] 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:33:24.512Z] ---> Running in cc43e95a2027 [2022-04-19T19:33:28.027Z] spire-1.2.1/ [2022-04-19T19:33:28.027Z] spire-1.2.1/.data/ [2022-04-19T19:33:28.027Z] spire-1.2.1/.data/.file [2022-04-19T19:33:28.027Z] spire-1.2.1/.dockerignore [2022-04-19T19:33:28.027Z] spire-1.2.1/.gitattributes [2022-04-19T19:33:28.027Z] spire-1.2.1/.githooks/ [2022-04-19T19:33:28.027Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/ [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:33:28.027Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:33:28.027Z] spire-1.2.1/.gitignore [2022-04-19T19:33:28.027Z] spire-1.2.1/.go-version [2022-04-19T19:33:28.027Z] spire-1.2.1/.golangci.yml [2022-04-19T19:33:28.027Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:33:28.027Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:33:28.027Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:33:28.027Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:33:28.027Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:33:28.027Z] spire-1.2.1/Dockerfile [2022-04-19T19:33:28.027Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:33:28.027Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:33:28.027Z] spire-1.2.1/LICENSE [2022-04-19T19:33:28.027Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:33:28.027Z] spire-1.2.1/Makefile [2022-04-19T19:33:28.027Z] spire-1.2.1/README.md [2022-04-19T19:33:28.027Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:33:28.027Z] spire-1.2.1/SECURITY.md [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:33:28.027Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:33:28.027Z] spire-1.2.1/conf/ [2022-04-19T19:33:28.027Z] spire-1.2.1/conf/agent/ [2022-04-19T19:33:28.027Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:33:28.027Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:33:28.027Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:33:28.027Z] spire-1.2.1/conf/server/ [2022-04-19T19:33:28.028Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:33:28.028Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:33:28.028Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:33:28.028Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/ [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/ [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:33:28.028Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:33:28.028Z] spire-1.2.1/examples/ [2022-04-19T19:33:28.028Z] spire-1.2.1/examples/README.md [2022-04-19T19:33:28.028Z] spire-1.2.1/go.mod [2022-04-19T19:33:28.028Z] spire-1.2.1/go.sum [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:33:28.028Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/common/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:33:28.029Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:33:28.307Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:33:28.308Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:33:28.309Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:33:28.309Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:33:28.309Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:33:28.309Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:33:28.309Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:33:28.309Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:33:28.309Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:33:28.309Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:33:28.309Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:33:28.587Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:33:28.588Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:33:28.866Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/private/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:33:28.867Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:33:28.867Z] spire-1.2.1/release/ [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire/ [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:33:28.867Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:33:28.867Z] spire-1.2.1/script/ [2022-04-19T19:33:28.867Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:33:28.867Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:33:28.867Z] spire-1.2.1/support/ [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/ [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:33:28.867Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:33:29.147Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/clock/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fixture/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:33:29.147Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:33:29.148Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/common [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:33:29.148Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:33:29.149Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:33:29.428Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:33:29.429Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:33:29.430Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:33:29.430Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:33:29.430Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:33:29.430Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:33:29.430Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:33:29.430Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:33:29.430Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:33:29.430Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:33:29.430Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:33:29.430Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:33:29.430Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/testca/ [2022-04-19T19:33:29.430Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/testkey/ [2022-04-19T19:33:29.430Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:33:29.430Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:33:29.430Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/util/ [2022-04-19T19:33:29.430Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/util/race.go [2022-04-19T19:33:29.430Z] spire-1.2.1/test/util/util.go [2022-04-19T19:33:29.430Z] building spire from source... [2022-04-19T19:33:30.425Z] Installing go1.17.7... [2022-04-19T19:34:02.863Z] Building bin/spire-server... [2022-04-19T19:34:02.863Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:34:02.863Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:34:02.863Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:34:02.863Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:34:02.863Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:34:02.863Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:34:03.469Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:34:03.469Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:34:03.749Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:34:04.026Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:34:04.634Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:34:04.913Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:34:04.913Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:34:05.191Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:34:05.473Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:34:05.473Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:34:05.473Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:34:05.473Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:34:05.801Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:34:07.289Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:34:07.566Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:34:34.432Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:34:34.432Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:34:34.432Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:34:34.432Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:34:34.432Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:34:34.432Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:34:34.432Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:34:34.432Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:34:34.432Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:34:34.432Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:34:34.432Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:34:34.711Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:34:34.990Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:34:34.990Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:34:35.267Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:34:35.267Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:34:35.267Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:34:35.544Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:34:35.823Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:34:36.431Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:34:36.432Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:34:37.039Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:34:37.039Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:34:37.320Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:34:37.928Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:34:39.849Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:34:46.602Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:34:46.602Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:34:46.602Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:34:46.602Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:34:46.602Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:34:46.602Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:34:46.603Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:34:46.603Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:34:47.207Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:34:47.207Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:34:47.207Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:35:14.074Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:35:14.074Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:35:14.074Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:35:14.074Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:35:24.280Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:35:56.733Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:35:56.733Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:35:56.733Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:35:56.733Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:35:56.733Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:35:56.733Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:35:57.731Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:35:59.208Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:35:59.488Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:35:59.766Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:36:00.760Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:36:00.760Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:36:01.752Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:36:02.031Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:36:02.310Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:36:02.590Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:36:02.590Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:36:02.867Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:36:02.867Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:36:03.156Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:36:04.691Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:36:04.691Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:36:05.298Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:36:05.298Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:36:05.576Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:36:05.576Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:36:05.852Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:36:11.288Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:36:11.566Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:36:11.844Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:36:11.844Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:36:11.844Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:36:11.844Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:36:11.844Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:36:13.296Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:36:13.296Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:36:13.574Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:36:13.574Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:36:13.574Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:36:14.576Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:36:15.180Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:36:15.180Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:36:15.458Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:36:15.737Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:36:15.737Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:36:15.737Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:36:16.016Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:36:16.016Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:36:17.011Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:36:17.289Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:36:17.896Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:36:17.896Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:36:18.174Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:36:20.838Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:36:21.451Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:36:21.451Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:36:22.059Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:36:22.059Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:36:22.338Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:36:22.618Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:36:22.618Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:36:23.614Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:36:27.046Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:36:27.046Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:36:27.046Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:36:29.698Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:36:29.698Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:36:29.698Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:36:30.306Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:36:30.306Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:36:30.585Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:36:30.865Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:36:30.865Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:36:30.865Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:36:31.147Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:36:41.638Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:36:41.638Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:36:41.638Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:36:41.916Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:36:48.691Z] 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:37:03.861Z] Removing intermediate container 1c708dde7de9 [2022-04-19T19:37:03.861Z] ---> fbbfce11acdc [2022-04-19T19:37:03.861Z] [2022-04-19T19:37:03.861Z] Step 10/25 : FROM alpine:3.14 [2022-04-19T19:37:03.861Z] ---> ac73e934f311 [2022-04-19T19:37:03.861Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-19T19:37:03.861Z] ---> Running in 97d9a8a03316 [2022-04-19T19:37:05.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:37:05.602Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:37:07.056Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-19T19:37:07.056Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-19T19:37:07.056Z] (3/3) Installing su-exec (0.2-r1) [2022-04-19T19:37:07.056Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:37:07.056Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:37:07.334Z] OK: 6 MiB in 17 packages [2022-04-19T19:37:08.802Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:37:08.802Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:37:09.820Z] Removing intermediate container 97d9a8a03316 [2022-04-19T19:37:09.820Z] ---> 962a06c84025 [2022-04-19T19:37:09.820Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T19:37:09.820Z] ---> Running in a198c1e77e32 [2022-04-19T19:37:10.427Z] Removing intermediate container a198c1e77e32 [2022-04-19T19:37:10.427Z] ---> 03574093bf9c [2022-04-19T19:37:10.427Z] Step 13/25 : WORKDIR / [2022-04-19T19:37:10.427Z] ---> Running in d522581d3a2c [2022-04-19T19:37:11.049Z] Removing intermediate container d522581d3a2c [2022-04-19T19:37:11.050Z] ---> fafcb22b55a9 [2022-04-19T19:37:11.050Z] 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:37:12.052Z] ---> 070195a0308f [2022-04-19T19:37:12.052Z] 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:37:13.054Z] ---> e0caf8f99692 [2022-04-19T19:37:13.054Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-19T19:37:14.049Z] ---> 94d325e49b8b [2022-04-19T19:37:14.049Z] 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:37:15.045Z] ---> acd431e053af [2022-04-19T19:37:15.045Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-19T19:37:16.494Z] ---> 335e8b57cfe5 [2022-04-19T19:37:16.494Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-19T19:37:18.487Z] ---> 92df249e82a8 [2022-04-19T19:37:18.487Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T19:37:19.109Z] ---> 1cb1427f7553 [2022-04-19T19:37:19.109Z] 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:37:19.109Z] ---> Running in 91b7b0031715 [2022-04-19T19:37:22.791Z] Removing intermediate container 91b7b0031715 [2022-04-19T19:37:22.791Z] ---> 95cf076b098e [2022-04-19T19:37:22.791Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T19:37:22.791Z] ---> Running in 7918a00cc807 [2022-04-19T19:37:23.074Z] Removing intermediate container 7918a00cc807 [2022-04-19T19:37:23.074Z] ---> d4349b32e9d9 [2022-04-19T19:37:23.074Z] Step 23/25 : LABEL arch=arm64 [2022-04-19T19:37:23.074Z] ---> Running in f50017bb4316 [2022-04-19T19:37:23.687Z] Removing intermediate container f50017bb4316 [2022-04-19T19:37:23.687Z] ---> b4480a314f55 [2022-04-19T19:37:23.687Z] Step 24/25 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:37:23.687Z] ---> Running in 79db8436a59a [2022-04-19T19:37:24.289Z] Removing intermediate container 79db8436a59a [2022-04-19T19:37:24.289Z] ---> 20931b5d3b1a [2022-04-19T19:37:24.289Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T19:37:24.289Z] ---> Running in 3dce19aade82 [2022-04-19T19:37:24.893Z] Removing intermediate container 3dce19aade82 [2022-04-19T19:37:24.893Z] ---> 6929fb7bb621 [2022-04-19T19:37:24.893Z] [2022-04-19T19:37:25.501Z] Successfully built 6929fb7bb621 [2022-04-19T19:37:25.501Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-19T19:37:25.501Z]  Building security-secretstore-setup ... done Building security-spire-config [2022-04-19T19:38:04.597Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:38:04.597Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:38:04.597Z] ---> 593b1ec4534a [2022-04-19T19:38:04.597Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T19:38:04.597Z] ---> Using cache [2022-04-19T19:38:04.597Z] ---> 16bbe6124bc3 [2022-04-19T19:38:04.597Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:38:04.597Z] ---> Using cache [2022-04-19T19:38:04.597Z] ---> bc2a1c1f9dc1 [2022-04-19T19:38:04.597Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T19:38:04.597Z] ---> Using cache [2022-04-19T19:38:04.597Z] ---> 41a0450471c0 [2022-04-19T19:38:04.597Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T19:38:04.597Z] ---> Using cache [2022-04-19T19:38:04.597Z] ---> d13fbca249e2 [2022-04-19T19:38:04.597Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:38:04.597Z] ---> Using cache [2022-04-19T19:38:04.597Z] ---> 997e6d4df4ee [2022-04-19T19:38:04.597Z] Step 8/26 : COPY . . [2022-04-19T19:38:04.597Z] ---> Using cache [2022-04-19T19:38:04.597Z] ---> 1e9ad3c437f6 [2022-04-19T19:38:04.597Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T19:38:04.597Z] ---> Using cache [2022-04-19T19:38:04.597Z] ---> fc70691781bb [2022-04-19T19:38:04.597Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T19:38:04.597Z] ---> Using cache [2022-04-19T19:38:04.597Z] ---> d5ab614b20de [2022-04-19T19:38:04.597Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T19:38:04.597Z] ---> Using cache [2022-04-19T19:38:04.597Z] ---> c5b5f044f828 [2022-04-19T19:38:04.597Z] 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:38:04.597Z] ---> Running in 142d64d9e696 [2022-04-19T19:38:04.597Z] spire-1.2.1/ [2022-04-19T19:38:04.597Z] spire-1.2.1/.data/ [2022-04-19T19:38:04.597Z] spire-1.2.1/.data/.file [2022-04-19T19:38:04.597Z] spire-1.2.1/.dockerignore [2022-04-19T19:38:04.597Z] spire-1.2.1/.gitattributes [2022-04-19T19:38:04.597Z] spire-1.2.1/.githooks/ [2022-04-19T19:38:04.597Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/ [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/workflows/ [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T19:38:04.597Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T19:38:04.597Z] spire-1.2.1/.gitignore [2022-04-19T19:38:04.597Z] spire-1.2.1/.go-version [2022-04-19T19:38:04.597Z] spire-1.2.1/.golangci.yml [2022-04-19T19:38:04.597Z] spire-1.2.1/ADOPTERS.md [2022-04-19T19:38:04.597Z] spire-1.2.1/CHANGELOG.md [2022-04-19T19:38:04.597Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T19:38:04.597Z] spire-1.2.1/CODEOWNERS [2022-04-19T19:38:04.597Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T19:38:04.597Z] spire-1.2.1/Dockerfile [2022-04-19T19:38:04.597Z] spire-1.2.1/Dockerfile.dev [2022-04-19T19:38:04.597Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T19:38:04.597Z] spire-1.2.1/LICENSE [2022-04-19T19:38:04.597Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T19:38:04.597Z] spire-1.2.1/Makefile [2022-04-19T19:38:04.597Z] spire-1.2.1/README.md [2022-04-19T19:38:04.597Z] spire-1.2.1/ROADMAP.md [2022-04-19T19:38:04.597Z] spire-1.2.1/SECURITY.md [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T19:38:04.597Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T19:38:04.598Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T19:38:04.598Z] spire-1.2.1/conf/ [2022-04-19T19:38:04.598Z] spire-1.2.1/conf/agent/ [2022-04-19T19:38:04.598Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T19:38:04.598Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T19:38:04.598Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T19:38:04.598Z] spire-1.2.1/conf/server/ [2022-04-19T19:38:04.598Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T19:38:04.598Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T19:38:04.598Z] spire-1.2.1/conf/server/server.conf [2022-04-19T19:38:04.598Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/ [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/auditlog.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/ [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/spire_server.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/telemetry.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/upgrading.md [2022-04-19T19:38:04.598Z] spire-1.2.1/doc/using_spire.md [2022-04-19T19:38:04.598Z] spire-1.2.1/examples/ [2022-04-19T19:38:04.598Z] spire-1.2.1/examples/README.md [2022-04-19T19:38:04.598Z] spire-1.2.1/go.mod [2022-04-19T19:38:04.598Z] spire-1.2.1/go.sum [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T19:38:04.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T19:38:04.599Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/health/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/log/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/version/ [2022-04-19T19:38:04.600Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/config.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T19:38:04.601Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T19:38:04.602Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/server.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/private/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/private/server/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/common/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T19:38:04.603Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T19:38:04.603Z] spire-1.2.1/release/ [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire-extras/ [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire/ [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire/README.md [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire/conf/ [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T19:38:04.603Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T19:38:04.603Z] spire-1.2.1/script/ [2022-04-19T19:38:04.603Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T19:38:04.603Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T19:38:04.603Z] spire-1.2.1/support/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T19:38:04.603Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T19:38:04.603Z] spire-1.2.1/test/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/clock/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/clock/clock.go [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T19:38:04.603Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T19:38:04.604Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/README.md [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/common [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T19:38:04.604Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:38:04.605Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T19:38:04.606Z] spire-1.2.1/test/integration/test.sh [2022-04-19T19:38:04.606Z] spire-1.2.1/test/plugintest/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/spiretest/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/testca/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/testca/ca.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/testkey/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T19:38:04.606Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/testkey/new.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/util/ [2022-04-19T19:38:04.606Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/util/race.go [2022-04-19T19:38:04.606Z] spire-1.2.1/test/util/util.go [2022-04-19T19:38:04.606Z] building spire from source... [2022-04-19T19:38:04.606Z] Installing go1.17.7... [2022-04-19T19:38:31.474Z] Building bin/spire-server... [2022-04-19T19:38:31.474Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T19:38:31.474Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T19:38:31.474Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T19:38:31.754Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T19:38:32.032Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T19:38:33.030Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T19:38:33.640Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T19:38:34.638Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T19:38:34.917Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T19:38:36.921Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T19:38:37.200Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T19:38:37.200Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T19:38:37.200Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T19:38:37.479Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T19:38:37.762Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T19:38:37.762Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T19:38:38.038Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T19:38:39.349Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T19:38:39.349Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T19:38:39.349Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T19:38:39.814Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T19:38:39.814Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T19:38:41.291Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T19:38:41.291Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T19:38:56.463Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T19:38:56.463Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T19:38:56.463Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T19:38:56.463Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T19:38:56.463Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T19:38:56.463Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T19:38:56.744Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T19:38:56.745Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T19:38:56.745Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T19:38:56.745Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T19:38:57.024Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T19:38:57.024Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T19:38:57.024Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T19:38:57.305Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T19:38:57.586Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T19:38:58.580Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T19:38:58.580Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T19:38:59.186Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T19:38:59.186Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T19:38:59.470Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T19:38:59.470Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T19:38:59.470Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T19:38:59.470Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T19:38:59.763Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T19:39:14.914Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T19:39:14.914Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T19:39:14.914Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T19:39:14.914Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T19:39:14.914Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T19:39:14.914Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T19:39:14.914Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T19:39:14.914Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T19:39:14.914Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T19:39:14.914Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T19:39:14.914Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T19:39:14.914Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T19:39:33.290Z] Removing intermediate container 8beae8b890b5 [2022-04-19T19:39:33.290Z] ---> 616550c58680 [2022-04-19T19:39:33.290Z] [2022-04-19T19:39:33.290Z] Step 9/20 : FROM alpine:3.15 [2022-04-19T19:39:33.290Z] 3.15: Pulling from library/alpine [2022-04-19T19:39:34.286Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-19T19:39:34.286Z] Status: Downloaded newer image for alpine:3.15 [2022-04-19T19:39:34.286Z] ---> 3fb3c9af89a9 [2022-04-19T19:39:34.286Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T19:39:35.291Z] ---> Running in 5f10aace8d10 [2022-04-19T19:39:35.906Z] Removing intermediate container 5f10aace8d10 [2022-04-19T19:39:35.906Z] ---> a40fdb935e63 [2022-04-19T19:39:35.906Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:39:36.184Z] ---> Running in 2730fe8d2495 [2022-04-19T19:39:36.805Z] Removing intermediate container 04955a44a5be [2022-04-19T19:39:36.805Z] ---> 5eca954f35d0 [2022-04-19T19:39:36.805Z] [2022-04-19T19:39:36.805Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T19:39:36.805Z] ---> ac73e934f311 [2022-04-19T19:39:36.805Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-19T19:39:37.086Z] ---> Running in 3f54c7c911df [2022-04-19T19:39:39.826Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:39:39.826Z] Removing intermediate container 2730fe8d2495 [2022-04-19T19:39:39.826Z] ---> d9914652ab9b [2022-04-19T19:39:40.121Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-19T19:39:40.121Z] ---> Running in e9a0e3aaecd2 [2022-04-19T19:39:40.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:39:41.589Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-19T19:39:41.873Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-19T19:39:41.873Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T19:39:41.873Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:39:41.873Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:39:42.478Z] OK: 6 MiB in 16 packages [2022-04-19T19:39:43.493Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:39:44.509Z] Removing intermediate container 3f54c7c911df [2022-04-19T19:39:44.509Z] ---> 18c328f9b659 [2022-04-19T19:39:44.509Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T19:39:44.509Z] ---> Running in d07c37a21292 [2022-04-19T19:39:44.795Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T19:39:44.795Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T19:39:44.795Z] OK: 15730 distinct packages available [2022-04-19T19:39:45.086Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:39:45.373Z] Removing intermediate container d07c37a21292 [2022-04-19T19:39:45.373Z] ---> 06f09cafb63c [2022-04-19T19:39:45.373Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-19T19:39:45.373Z] ---> Running in 086b289c58ad [2022-04-19T19:39:45.991Z] Removing intermediate container 086b289c58ad [2022-04-19T19:39:45.991Z] ---> 1085f2a621d9 [2022-04-19T19:39:45.991Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T19:39:45.991Z] ---> Running in b199279c055e [2022-04-19T19:39:45.991Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T19:39:45.991Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T19:39:46.283Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T19:39:46.283Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:39:46.561Z] Removing intermediate container b199279c055e [2022-04-19T19:39:46.562Z] ---> 97413247c452 [2022-04-19T19:39:46.562Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:39:47.562Z] ---> 79cb9b938e91 [2022-04-19T19:39:47.562Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-19T19:39:47.840Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-19T19:39:48.121Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:39:48.395Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T19:39:48.395Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-19T19:39:48.677Z] (5/9) Installing curl (7.80.0-r0) [2022-04-19T19:39:48.677Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-19T19:39:48.677Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-19T19:39:48.952Z] (8/9) Installing libucontext (1.1-r0) [2022-04-19T19:39:48.952Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-19T19:39:48.952Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:39:48.952Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T19:39:49.557Z] OK: 8 MiB in 23 packages [2022-04-19T19:39:49.838Z] ---> 7bc7b7f36b6f [2022-04-19T19:39:49.838Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-19T19:39:51.833Z] ---> 4c537b7ad510 [2022-04-19T19:39:51.833Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-19T19:39:51.833Z] ---> Running in c9dee07a1af7 [2022-04-19T19:39:52.459Z] Removing intermediate container e9a0e3aaecd2 [2022-04-19T19:39:52.459Z] ---> 0237378d2c79 [2022-04-19T19:39:52.459Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:39:52.774Z] Removing intermediate container c9dee07a1af7 [2022-04-19T19:39:52.774Z] ---> 5e9d54bd2a74 [2022-04-19T19:39:52.774Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:39:53.049Z] ---> Running in 1f27366505de [2022-04-19T19:39:53.646Z] ---> f2a9e32f7be0 [2022-04-19T19:39:53.646Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-19T19:39:53.646Z] Removing intermediate container 1f27366505de [2022-04-19T19:39:53.646Z] ---> c44293f22113 [2022-04-19T19:39:53.646Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T19:39:53.923Z] ---> Running in 1cbfb98979ae [2022-04-19T19:39:54.915Z] Removing intermediate container 1cbfb98979ae [2022-04-19T19:39:54.915Z] ---> 10835211479d [2022-04-19T19:39:54.915Z] Step 21/22 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:39:54.915Z] ---> Running in b64bd784548c [2022-04-19T19:39:55.913Z] Removing intermediate container b64bd784548c [2022-04-19T19:39:55.913Z] ---> e9e473b31768 [2022-04-19T19:39:55.913Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T19:39:55.913Z] ---> 253f3bba2e6b [2022-04-19T19:39:55.913Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-19T19:39:56.189Z] ---> Running in 6b9faa6f3eda [2022-04-19T19:39:56.789Z] Removing intermediate container 6b9faa6f3eda [2022-04-19T19:39:56.789Z] ---> 6ecf2ba239a9 [2022-04-19T19:39:56.789Z] [2022-04-19T19:39:57.400Z] ---> 7bb4b59b48b5 [2022-04-19T19:39:57.401Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-19T19:39:57.401Z] ---> Running in 80ab916f6fec [2022-04-19T19:39:57.677Z] Successfully built 6ecf2ba239a9 [2022-04-19T19:39:57.677Z] Successfully tagged support-notifications-arm64:latest [2022-04-19T19:39:57.677Z]  Building support-notifications ... done Building core-command [2022-04-19T19:39:58.282Z] Removing intermediate container 80ab916f6fec [2022-04-19T19:39:58.282Z] ---> 140dd05e3270 [2022-04-19T19:39:58.282Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:39:58.282Z] ---> Running in 4d7f5ae057dd [2022-04-19T19:39:58.892Z] Removing intermediate container 4d7f5ae057dd [2022-04-19T19:39:58.892Z] ---> 76cf1ba3fad7 [2022-04-19T19:39:58.892Z] Step 18/20 : LABEL arch=arm64 [2022-04-19T19:39:59.166Z] ---> Running in d83990436f74 [2022-04-19T19:39:59.768Z] Removing intermediate container d83990436f74 [2022-04-19T19:39:59.768Z] ---> 64d031589220 [2022-04-19T19:39:59.768Z] Step 19/20 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:39:59.768Z] ---> Running in e7b2df0f4813 [2022-04-19T19:40:00.042Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T19:40:00.650Z] Removing intermediate container e7b2df0f4813 [2022-04-19T19:40:00.650Z] ---> 4b15c240bb57 [2022-04-19T19:40:00.650Z] Step 20/20 : LABEL version=0.0.0 [2022-04-19T19:40:00.650Z] ---> Running in ee5b6fb2d7c5 [2022-04-19T19:40:00.650Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T19:40:01.279Z] Removing intermediate container ee5b6fb2d7c5 [2022-04-19T19:40:01.279Z] ---> ace599cb0bbd [2022-04-19T19:40:01.279Z] [2022-04-19T19:40:01.887Z] Successfully built ace599cb0bbd [2022-04-19T19:40:01.887Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-19T19:40:01.887Z]  Building security-spiffe-token-provider ... done Building sys-mgmt-agent [2022-04-19T19:40:01.887Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T19:40:03.541Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T19:40:05.529Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T19:40:06.135Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T19:40:28.380Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T19:40:28.380Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T19:40:28.660Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T19:40:28.660Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T19:40:30.668Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T19:40:30.668Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T19:40:30.668Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T19:40:31.668Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T19:40:31.668Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T19:40:32.276Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T19:40:32.276Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T19:40:32.559Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T19:40:32.839Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T19:40:32.839Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T19:40:33.123Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T19:40:33.410Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T19:40:33.691Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T19:40:35.149Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T19:40:35.150Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T19:40:35.426Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T19:40:35.706Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T19:40:41.169Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T19:40:41.781Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T19:40:42.062Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T19:40:42.344Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T19:40:42.951Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T19:40:43.255Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T19:40:43.255Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T19:40:43.574Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:40:43.574Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:40:43.574Z] ---> 593b1ec4534a [2022-04-19T19:40:43.574Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:40:43.574Z] ---> Using cache [2022-04-19T19:40:43.574Z] ---> 16bbe6124bc3 [2022-04-19T19:40:43.574Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:40:43.574Z] ---> Using cache [2022-04-19T19:40:43.574Z] ---> bc2a1c1f9dc1 [2022-04-19T19:40:43.574Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T19:40:43.574Z] ---> Using cache [2022-04-19T19:40:43.574Z] ---> 77b3d9333978 [2022-04-19T19:40:43.574Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:40:43.574Z] ---> Using cache [2022-04-19T19:40:43.574Z] ---> 119e130c3dff [2022-04-19T19:40:43.574Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:40:43.574Z] ---> Using cache [2022-04-19T19:40:43.574Z] ---> c439de8302a2 [2022-04-19T19:40:43.574Z] Step 8/23 : COPY . . [2022-04-19T19:40:43.574Z] ---> Using cache [2022-04-19T19:40:43.574Z] ---> e94b00d09c70 [2022-04-19T19:40:43.574Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-19T19:40:45.038Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T19:40:45.038Z]  ---> Running in ce605f10ebf0 [2022-04-19T19:40:45.651Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T19:40:45.928Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T19:40:46.212Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T19:40:46.637Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T19:40:46.637Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T19:40:46.637Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T19:40:46.966Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T19:40:46.966Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T19:40:47.275Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T19:40:47.276Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T19:40:47.276Z] 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:40:47.576Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T19:40:47.576Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T19:40:47.576Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T19:40:49.034Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:40:49.034Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:40:49.034Z] ---> 593b1ec4534a [2022-04-19T19:40:49.034Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:40:49.034Z] ---> Using cache [2022-04-19T19:40:49.034Z] ---> 16bbe6124bc3 [2022-04-19T19:40:49.034Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:40:49.034Z] ---> Using cache [2022-04-19T19:40:49.034Z] ---> bc2a1c1f9dc1 [2022-04-19T19:40:49.034Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-19T19:40:49.034Z] ---> Running in d7c6dd260179 [2022-04-19T19:40:49.315Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T19:40:49.590Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T19:40:49.590Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T19:40:49.866Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T19:40:49.866Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T19:40:50.473Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:40:51.467Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:40:51.744Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T19:40:52.730Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T19:40:52.730Z] OK: 220 MiB in 52 packages [2022-04-19T19:40:52.730Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T19:40:53.014Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T19:40:53.287Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T19:40:53.561Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T19:40:54.173Z] Removing intermediate container d7c6dd260179 [2022-04-19T19:40:54.173Z] ---> 268efea92061 [2022-04-19T19:40:54.173Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:40:54.460Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T19:40:55.072Z]  ---> a85df8c07ff0 [2022-04-19T19:40:55.072Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:40:55.348Z] ---> Running in f9b574a45c83 [2022-04-19T19:40:57.321Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T19:40:57.596Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T19:40:57.596Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T19:41:00.228Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T19:41:00.228Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T19:41:00.511Z] Removing intermediate container f9b574a45c83 [2022-04-19T19:41:00.511Z] ---> 507d670ac7b1 [2022-04-19T19:41:00.511Z] Step 8/23 : COPY . . [2022-04-19T19:41:00.511Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T19:41:00.511Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T19:41:00.797Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T19:41:01.785Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T19:41:01.785Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T19:41:02.063Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T19:41:02.338Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T19:41:02.614Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T19:41:02.614Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T19:41:02.889Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T19:41:13.096Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T19:41:13.096Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T19:41:13.096Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T19:41:13.096Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T19:41:21.422Z]  ---> 2f092cd8e2bd [2022-04-19T19:41:21.422Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-19T19:41:21.422Z] ---> Running in 09c63378f181 [2022-04-19T19:41:23.547Z] 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:41:45.703Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T19:41:45.703Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T19:45:37.748Z] Removing intermediate container ce605f10ebf0 [2022-04-19T19:45:37.748Z] ---> bdba897a61bb [2022-04-19T19:45:37.748Z] [2022-04-19T19:45:37.748Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:45:37.748Z] ---> ac73e934f311 [2022-04-19T19:45:37.748Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:45:37.748Z] ---> Using cache [2022-04-19T19:45:37.748Z] ---> 020b3e1623de [2022-04-19T19:45:37.748Z] 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:45:37.748Z] ---> Using cache [2022-04-19T19:45:37.748Z] ---> b2b20b386f62 [2022-04-19T19:45:37.748Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-19T19:45:37.748Z] ---> Running in bce6ab3e173f [2022-04-19T19:45:37.748Z] Removing intermediate container bce6ab3e173f [2022-04-19T19:45:37.748Z] ---> 57f4b9ec09cf [2022-04-19T19:45:37.748Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T19:45:37.748Z] ---> Running in 0562b9708787 [2022-04-19T19:45:37.748Z] Removing intermediate container 0562b9708787 [2022-04-19T19:45:37.748Z] ---> 09bd2e21ce73 [2022-04-19T19:45:37.748Z] Step 15/23 : WORKDIR / [2022-04-19T19:45:37.748Z] ---> Running in 591ad8992759 [2022-04-19T19:45:38.039Z] Removing intermediate container 591ad8992759 [2022-04-19T19:45:38.039Z] ---> 97670800685c [2022-04-19T19:45:38.039Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:45:39.523Z] ---> 03d6bbcc396e [2022-04-19T19:45:39.523Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-19T19:45:40.966Z] ---> 11cf01c3fee4 [2022-04-19T19:45:40.966Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-19T19:45:41.960Z] ---> 65432de43c3f [2022-04-19T19:45:41.960Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-19T19:45:41.960Z] ---> Running in d317f2709e32 [2022-04-19T19:45:42.235Z] Removing intermediate container d317f2709e32 [2022-04-19T19:45:42.235Z] ---> 7848ad25396f [2022-04-19T19:45:42.235Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:45:42.510Z] ---> Running in 1d61a0f8358e [2022-04-19T19:45:43.117Z] Removing intermediate container 1d61a0f8358e [2022-04-19T19:45:43.117Z] ---> adea7a0a3afe [2022-04-19T19:45:43.117Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T19:45:43.117Z] ---> Running in 0147b7140dbc [2022-04-19T19:45:43.719Z] Removing intermediate container 0147b7140dbc [2022-04-19T19:45:43.719Z] ---> 783a11327428 [2022-04-19T19:45:43.719Z] Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:45:43.719Z] ---> Running in 94b240a7ee9e [2022-04-19T19:45:44.323Z] Removing intermediate container 94b240a7ee9e [2022-04-19T19:45:44.323Z] ---> b81d060a21b8 [2022-04-19T19:45:44.323Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:45:44.323Z] ---> Running in 2e3fdcb3e19d [2022-04-19T19:45:44.932Z] Removing intermediate container 2e3fdcb3e19d [2022-04-19T19:45:44.932Z] ---> 150f2e8330a6 [2022-04-19T19:45:44.932Z] [2022-04-19T19:45:45.207Z] Successfully built 150f2e8330a6 [2022-04-19T19:45:45.208Z] Successfully tagged core-command-arm64:latest [2022-04-19T19:45:45.208Z] Building core-metadata [2022-04-19T19:46:12.090Z]  Building core-command ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T19:46:12.090Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T19:46:12.090Z] ---> 593b1ec4534a [2022-04-19T19:46:12.090Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T19:46:12.090Z] ---> Using cache [2022-04-19T19:46:12.090Z] ---> 16bbe6124bc3 [2022-04-19T19:46:12.090Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T19:46:12.090Z] ---> Using cache [2022-04-19T19:46:12.090Z] ---> bc2a1c1f9dc1 [2022-04-19T19:46:12.090Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T19:46:12.090Z] ---> Using cache [2022-04-19T19:46:12.090Z] ---> 77b3d9333978 [2022-04-19T19:46:12.090Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T19:46:12.090Z] ---> Using cache [2022-04-19T19:46:12.090Z] ---> 119e130c3dff [2022-04-19T19:46:12.090Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T19:46:12.090Z] ---> Using cache [2022-04-19T19:46:12.090Z] ---> c439de8302a2 [2022-04-19T19:46:12.090Z] Step 8/23 : COPY . . [2022-04-19T19:46:12.090Z] ---> Using cache [2022-04-19T19:46:12.090Z] ---> e94b00d09c70 [2022-04-19T19:46:12.090Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-19T19:46:12.090Z] ---> Running in 7a8437964b1a [2022-04-19T19:46:12.090Z] 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:46:20.441Z] Removing intermediate container 09c63378f181 [2022-04-19T19:46:20.441Z] ---> 536749505898 [2022-04-19T19:46:20.441Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-19T19:46:20.441Z] ---> Running in 887b2a042f8e [2022-04-19T19:46:21.447Z] 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:46:25.782Z] Removing intermediate container 887b2a042f8e [2022-04-19T19:46:25.782Z] ---> c147dd608566 [2022-04-19T19:46:25.782Z] [2022-04-19T19:46:25.782Z] Step 11/23 : FROM docker:20.10.14 [2022-04-19T19:46:25.782Z] 20.10.14: Pulling from library/docker [2022-04-19T19:46:41.047Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-19T19:46:41.047Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-19T19:46:41.047Z] ---> c346e9eafbab [2022-04-19T19:46:41.047Z] 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:46:41.047Z] ---> Running in 89d4a049cb20 [2022-04-19T19:46:41.047Z] Removing intermediate container 89d4a049cb20 [2022-04-19T19:46:41.047Z] ---> 3ddf6a95ae9d [2022-04-19T19:46:41.047Z] 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:46:41.047Z] ---> Running in 237bd296cf71 [2022-04-19T19:46:41.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T19:46:42.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T19:46:43.727Z] (1/43) Installing readline (8.1.1-r0) [2022-04-19T19:46:43.727Z] (2/43) Installing bash (5.1.16-r0) [2022-04-19T19:46:43.727Z] Executing bash-5.1.16-r0.post-install [2022-04-19T19:46:43.727Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-19T19:46:43.727Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T19:46:43.727Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-19T19:46:43.727Z] (6/43) Installing curl (7.80.0-r0) [2022-04-19T19:46:43.727Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-19T19:46:43.727Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-19T19:46:43.727Z] (9/43) Installing expat (2.4.7-r0) [2022-04-19T19:46:43.727Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-19T19:46:43.727Z] (11/43) Installing gdbm (1.22-r0) [2022-04-19T19:46:43.727Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-19T19:46:43.727Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-19T19:46:43.727Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-19T19:46:43.727Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-19T19:46:43.727Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-19T19:46:44.003Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-19T19:46:46.644Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-19T19:46:46.644Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-19T19:46:46.644Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-19T19:46:46.924Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-19T19:46:46.924Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-19T19:46:46.924Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-19T19:46:46.924Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-19T19:46:47.200Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-19T19:46:47.200Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-19T19:46:47.200Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-19T19:46:47.200Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-19T19:46:47.200Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-19T19:46:47.200Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-19T19:46:47.200Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-19T19:46:47.200Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-19T19:46:47.200Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-19T19:46:47.476Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-19T19:46:47.476Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-19T19:46:47.476Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-19T19:46:47.476Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-19T19:46:47.476Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-19T19:46:47.476Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-19T19:46:47.476Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-19T19:46:47.476Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-19T19:46:47.754Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-19T19:46:47.754Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-19T19:46:48.361Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T19:46:48.361Z] OK: 82 MiB in 65 packages [2022-04-19T19:46:53.782Z] Collecting docker-compose==1.23.2 [2022-04-19T19:46:53.782Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-19T19:46:54.379Z] Collecting jsonschema<3,>=2.5.1 [2022-04-19T19:46:54.379Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-19T19:46:54.977Z] Collecting docker<4.0,>=3.6.0 [2022-04-19T19:46:54.977Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-19T19:46:54.977Z] Collecting texttable<0.10,>=0.9.0 [2022-04-19T19:46:54.977Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-19T19:46:57.607Z] 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:46:57.607Z] Collecting cached-property<2,>=1.2.0 [2022-04-19T19:46:57.884Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-19T19:46:58.866Z] Collecting PyYAML<4,>=3.10 [2022-04-19T19:46:58.866Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-19T19:47:03.179Z] Collecting docopt<0.7,>=0.6.1 [2022-04-19T19:47:03.454Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-19T19:47:06.510Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-19T19:47:06.510Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-19T19:47:09.905Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-19T19:47:09.905Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-19T19:47:10.889Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-19T19:47:10.889Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-19T19:47:11.874Z] Collecting docker-pycreds>=0.4.0 [2022-04-19T19:47:11.874Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-19T19:47:12.474Z] Collecting idna<2.8,>=2.5 [2022-04-19T19:47:12.474Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-19T19:47:12.749Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-19T19:47:12.749Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-19T19:47:12.749Z] 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:47:13.351Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-19T19:47:13.351Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-19T19:47:13.954Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-19T19:47:13.954Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-19T19:47:13.954Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-19T19:47:13.954Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-19T19:47:15.399Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-19T19:47:15.399Z] Attempting uninstall: urllib3 [2022-04-19T19:47:15.399Z] Found existing installation: urllib3 1.26.7 [2022-04-19T19:47:15.399Z] Uninstalling urllib3-1.26.7: [2022-04-19T19:47:15.399Z] Successfully uninstalled urllib3-1.26.7 [2022-04-19T19:47:16.001Z] Attempting uninstall: idna [2022-04-19T19:47:16.001Z] Found existing installation: idna 3.3 [2022-04-19T19:47:16.001Z] Uninstalling idna-3.3: [2022-04-19T19:47:16.278Z] Successfully uninstalled idna-3.3 [2022-04-19T19:47:19.683Z] Attempting uninstall: requests [2022-04-19T19:47:19.683Z] Found existing installation: requests 2.26.0 [2022-04-19T19:47:19.683Z] Uninstalling requests-2.26.0: [2022-04-19T19:47:19.962Z] Successfully uninstalled requests-2.26.0 [2022-04-19T19:47:20.568Z] Running setup.py install for texttable: started [2022-04-19T19:47:23.974Z] Running setup.py install for texttable: finished with status 'done' [2022-04-19T19:47:23.974Z] Running setup.py install for PyYAML: started [2022-04-19T19:47:27.385Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-19T19:47:27.385Z] Running setup.py install for docopt: started [2022-04-19T19:47:30.027Z] Running setup.py install for docopt: finished with status 'done' [2022-04-19T19:47:30.027Z] Running setup.py install for dockerpty: started [2022-04-19T19:47:32.665Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-19T19:47:35.508Z] 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:47:50.630Z] Removing intermediate container 237bd296cf71 [2022-04-19T19:47:50.630Z] ---> d3674ab038c2 [2022-04-19T19:47:50.630Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-19T19:47:50.904Z] ---> Running in 126b92fb6f0c [2022-04-19T19:47:51.505Z] Removing intermediate container 126b92fb6f0c [2022-04-19T19:47:51.505Z] ---> ece1ff3450e2 [2022-04-19T19:47:51.505Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-19T19:47:51.505Z] ---> Running in e5a529a90bd1 [2022-04-19T19:47:52.110Z] Removing intermediate container e5a529a90bd1 [2022-04-19T19:47:52.111Z] ---> 8d9cf3a958e7 [2022-04-19T19:47:52.111Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-19T19:47:53.586Z] ---> 57c417ba06b0 [2022-04-19T19:47:53.586Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-19T19:47:54.588Z] ---> 3c1f765d0d2e [2022-04-19T19:47:54.588Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-19T19:47:56.053Z] ---> b8e191efe497 [2022-04-19T19:47:56.053Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-19T19:47:56.053Z] ---> Running in f864451f36c8 [2022-04-19T19:47:56.659Z] Removing intermediate container f864451f36c8 [2022-04-19T19:47:56.660Z] ---> a39960da8d42 [2022-04-19T19:47:56.660Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:47:56.660Z] ---> Running in 4ed040e01bf0 [2022-04-19T19:47:57.266Z] Removing intermediate container 4ed040e01bf0 [2022-04-19T19:47:57.266Z] ---> aa7f5502b596 [2022-04-19T19:47:57.266Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T19:47:57.266Z] ---> Running in 2cd6c627fbda [2022-04-19T19:47:57.883Z] Removing intermediate container 2cd6c627fbda [2022-04-19T19:47:57.883Z] ---> cd3b706cb994 [2022-04-19T19:47:57.883Z] Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:47:57.883Z] ---> Running in 847d41bfdad4 [2022-04-19T19:47:58.507Z] Removing intermediate container 847d41bfdad4 [2022-04-19T19:47:58.507Z] ---> feb806eb2d70 [2022-04-19T19:47:58.788Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:47:58.788Z] ---> Running in fcc4a5de193b [2022-04-19T19:47:59.398Z] Removing intermediate container fcc4a5de193b [2022-04-19T19:47:59.398Z] ---> 93369997d674 [2022-04-19T19:47:59.398Z] [2022-04-19T19:48:00.009Z] Successfully built 93369997d674 [2022-04-19T19:48:00.009Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-19T19:50:52.099Z]  Building sys-mgmt-agent ... done Removing intermediate container 7a8437964b1a [2022-04-19T19:50:52.099Z] ---> 7a3c2460e386 [2022-04-19T19:50:52.099Z] [2022-04-19T19:50:52.099Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T19:50:52.099Z] ---> ac73e934f311 [2022-04-19T19:50:52.099Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T19:50:52.099Z] ---> Using cache [2022-04-19T19:50:52.099Z] ---> 020b3e1623de [2022-04-19T19:50:52.099Z] 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:50:52.099Z] ---> Using cache [2022-04-19T19:50:52.099Z] ---> b2b20b386f62 [2022-04-19T19:50:52.099Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-19T19:50:52.099Z] ---> Running in c1fc616638fd [2022-04-19T19:50:52.099Z] Removing intermediate container c1fc616638fd [2022-04-19T19:50:52.100Z] ---> daade45479cf [2022-04-19T19:50:52.100Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T19:50:52.100Z] ---> Running in a541a40a7b8c [2022-04-19T19:50:52.100Z] Removing intermediate container a541a40a7b8c [2022-04-19T19:50:52.100Z] ---> bd88e15d85a9 [2022-04-19T19:50:52.100Z] Step 15/23 : WORKDIR / [2022-04-19T19:50:52.100Z] ---> Running in 6f86c50a007b [2022-04-19T19:50:52.100Z] Removing intermediate container 6f86c50a007b [2022-04-19T19:50:52.100Z] ---> 0c9b3449962b [2022-04-19T19:50:52.100Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T19:50:52.100Z] ---> 25b4a7df0b18 [2022-04-19T19:50:52.100Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-19T19:50:52.100Z] ---> d2dbb98217bd [2022-04-19T19:50:52.100Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-19T19:50:52.701Z] ---> fe3be6181ca8 [2022-04-19T19:50:52.701Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-19T19:50:52.701Z] ---> Running in 6aeff3fe36dc [2022-04-19T19:50:53.302Z] Removing intermediate container 6aeff3fe36dc [2022-04-19T19:50:53.302Z] ---> 22bc4a39216b [2022-04-19T19:50:53.302Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T19:50:53.302Z] ---> Running in 43237eecb572 [2022-04-19T19:50:53.909Z] Removing intermediate container 43237eecb572 [2022-04-19T19:50:53.910Z] ---> 46efc42a0512 [2022-04-19T19:50:53.910Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T19:50:54.191Z] ---> Running in d9ee9169b271 [2022-04-19T19:50:54.482Z] Removing intermediate container d9ee9169b271 [2022-04-19T19:50:54.482Z] ---> 1a2c60ad6c75 [2022-04-19T19:50:54.482Z] Step 22/23 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T19:50:54.772Z] ---> Running in 063e50e4b513 [2022-04-19T19:50:55.388Z] Removing intermediate container 063e50e4b513 [2022-04-19T19:50:55.388Z] ---> 80f8175ae68e [2022-04-19T19:50:55.388Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T19:50:55.388Z] ---> Running in 7277d1b50dca [2022-04-19T19:50:55.994Z] Removing intermediate container 7277d1b50dca [2022-04-19T19:50:55.994Z] ---> 93179558baf2 [2022-04-19T19:50:55.994Z] [2022-04-19T19:50:56.609Z] Successfully built 93179558baf2 [2022-04-19T19:50:56.609Z] Successfully tagged core-metadata-arm64:latest [2022-04-19T20:06:20.630Z]  Building core-metadata ... done Building bin/spire-agent... [2022-04-19T20:06:20.630Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:06:20.630Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:06:20.630Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:06:20.630Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:06:26.061Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:06:27.501Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:06:27.501Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:06:28.101Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:06:28.101Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:06:28.101Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:06:28.375Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:06:28.375Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:06:28.649Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:12:06.040Z] Building bin/spire-agent... [2022-04-19T20:12:06.040Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:12:06.040Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:12:06.040Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:12:06.040Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:12:06.040Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:12:06.040Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:12:06.040Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:12:06.040Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:12:06.040Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:12:06.040Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:12:06.040Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:12:06.040Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:12:06.040Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:12:32.910Z] Removing intermediate container b7a6baad1626 [2022-04-19T20:12:32.910Z] ---> df076ae97ee5 [2022-04-19T20:12:32.910Z] [2022-04-19T20:12:32.910Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T20:12:32.910Z] ---> 3fb3c9af89a9 [2022-04-19T20:12:32.910Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:12:32.910Z] ---> Using cache [2022-04-19T20:12:32.910Z] ---> a40fdb935e63 [2022-04-19T20:12:32.910Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:12:32.910Z] ---> Using cache [2022-04-19T20:12:32.910Z] ---> d9914652ab9b [2022-04-19T20:12:32.910Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T20:12:32.910Z] ---> Running in d17cc5b46b0b [2022-04-19T20:12:33.516Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:12:34.521Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:12:35.972Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:12:35.972Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:12:35.972Z] OK: 15730 distinct packages available [2022-04-19T20:12:35.972Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:12:36.965Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:12:37.966Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-19T20:12:37.966Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-19T20:12:38.246Z] (3/5) Installing libucontext (1.1-r0) [2022-04-19T20:12:38.246Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-19T20:12:38.246Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-19T20:12:38.526Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:12:38.526Z] OK: 6 MiB in 19 packages [2022-04-19T20:12:40.533Z] Removing intermediate container d17cc5b46b0b [2022-04-19T20:12:40.533Z] ---> e12286e04a05 [2022-04-19T20:12:40.533Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-19T20:12:43.996Z] ---> 24cb9800b7bf [2022-04-19T20:12:43.996Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:12:49.423Z] ---> 92457cddefb0 [2022-04-19T20:12:49.423Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:12:50.241Z] ---> 31da729cdf66 [2022-04-19T20:12:50.241Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-19T20:12:51.312Z] ---> 8bbf68c9ed13 [2022-04-19T20:12:51.312Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-19T20:12:52.355Z] ---> e0de388a71a5 [2022-04-19T20:12:52.355Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:12:52.636Z] ---> Running in cb5bea70e77c [2022-04-19T20:12:53.253Z] Removing intermediate container cb5bea70e77c [2022-04-19T20:12:53.253Z] ---> 01413b427651 [2022-04-19T20:12:53.253Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:12:53.253Z] ---> Running in 90997d3d4e2f [2022-04-19T20:12:53.865Z] Removing intermediate container 90997d3d4e2f [2022-04-19T20:12:53.865Z] ---> 4cd17d6b199c [2022-04-19T20:12:53.865Z] Step 24/26 : LABEL arch=arm64 [2022-04-19T20:12:53.865Z] ---> Running in 39d66f9f6f39 [2022-04-19T20:12:54.477Z] Removing intermediate container 39d66f9f6f39 [2022-04-19T20:12:54.477Z] ---> fb82fe03a12b [2022-04-19T20:12:54.477Z] Step 25/26 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T20:12:54.477Z] ---> Running in 73e16397621c [2022-04-19T20:12:55.087Z] Removing intermediate container 73e16397621c [2022-04-19T20:12:55.088Z] ---> d7ac2a8fa6e4 [2022-04-19T20:12:55.088Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T20:12:55.088Z] ---> Running in 37c90c60094e [2022-04-19T20:12:55.701Z] Removing intermediate container 37c90c60094e [2022-04-19T20:12:55.701Z] ---> a88143b9a04e [2022-04-19T20:12:55.701Z] [2022-04-19T20:12:55.982Z] Successfully built a88143b9a04e [2022-04-19T20:12:55.982Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-19T20:14:17.884Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-19T20:14:17.884Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:14:17.884Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:14:17.884Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:14:17.884Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:14:20.531Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:14:20.804Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:14:20.805Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:14:21.082Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:14:21.082Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:14:21.360Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:14:21.360Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:14:21.360Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:14:21.360Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:17:13.403Z] Removing intermediate container cc43e95a2027 [2022-04-19T20:17:13.403Z] ---> 4729ee5f312a [2022-04-19T20:17:13.403Z] [2022-04-19T20:17:13.403Z] Step 13/25 : FROM alpine:3.15 [2022-04-19T20:17:13.403Z] ---> 3fb3c9af89a9 [2022-04-19T20:17:13.403Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:17:13.403Z] ---> Using cache [2022-04-19T20:17:13.403Z] ---> a40fdb935e63 [2022-04-19T20:17:13.403Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:17:13.403Z] ---> Using cache [2022-04-19T20:17:13.403Z] ---> d9914652ab9b [2022-04-19T20:17:13.403Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T20:17:13.403Z] ---> Using cache [2022-04-19T20:17:13.403Z] ---> e12286e04a05 [2022-04-19T20:17:13.403Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:17:13.403Z] ---> eb463b8c18eb [2022-04-19T20:17:13.403Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:17:13.403Z] ---> f57383899cb0 [2022-04-19T20:17:13.403Z] 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:13.679Z] ---> 0a141ce24625 [2022-04-19T20:17:13.679Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-19T20:17:14.669Z] ---> 2c3e8e1bc4d8 [2022-04-19T20:17:14.669Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:17:14.669Z] ---> Running in 8b5c1bb15bfa [2022-04-19T20:17:14.948Z] Removing intermediate container 8b5c1bb15bfa [2022-04-19T20:17:15.221Z] ---> c3a226527e5b [2022-04-19T20:17:15.221Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:17:15.221Z] ---> Running in e2f66feb8fd9 [2022-04-19T20:17:15.823Z] Removing intermediate container e2f66feb8fd9 [2022-04-19T20:17:15.823Z] ---> 9d18fb0fcf5d [2022-04-19T20:17:15.823Z] Step 23/25 : LABEL arch=arm64 [2022-04-19T20:17:15.823Z] ---> Running in 26618c22b93e [2022-04-19T20:17:16.429Z] Removing intermediate container 26618c22b93e [2022-04-19T20:17:16.429Z] ---> a25534bb9489 [2022-04-19T20:17:16.429Z] Step 24/25 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T20:17:16.429Z] ---> Running in 9e5a2f2d7967 [2022-04-19T20:17:17.039Z] Removing intermediate container 9e5a2f2d7967 [2022-04-19T20:17:17.039Z] ---> 1ca961aa98bc [2022-04-19T20:17:17.039Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T20:17:17.039Z] ---> Running in 9ad0e45449ac [2022-04-19T20:17:17.642Z] Removing intermediate container 9ad0e45449ac [2022-04-19T20:17:17.642Z] ---> 061832721826 [2022-04-19T20:17:17.642Z] [2022-04-19T20:17:17.919Z] Successfully built 061832721826 [2022-04-19T20:17:17.919Z] Successfully tagged security-spire-server-arm64:latest [2022-04-19T20:18:54.781Z]  Building security-spire-server ... done Removing intermediate container 142d64d9e696 [2022-04-19T20:18:54.781Z] ---> bb332dd5af63 [2022-04-19T20:18:54.781Z] [2022-04-19T20:18:54.781Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T20:18:54.781Z] ---> 3fb3c9af89a9 [2022-04-19T20:18:54.781Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:18:54.781Z] ---> Using cache [2022-04-19T20:18:54.781Z] ---> a40fdb935e63 [2022-04-19T20:18:54.781Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:18:54.781Z] ---> Using cache [2022-04-19T20:18:54.781Z] ---> d9914652ab9b [2022-04-19T20:18:54.781Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-19T20:18:54.781Z] ---> Running in c4e0003d2fa1 [2022-04-19T20:18:54.781Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:18:54.781Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:18:54.781Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:18:54.781Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:18:54.781Z] OK: 15730 distinct packages available [2022-04-19T20:18:54.781Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:18:54.781Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:18:55.766Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-19T20:18:55.766Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-19T20:18:55.766Z] (3/4) Installing libucontext (1.1-r0) [2022-04-19T20:18:55.766Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-19T20:18:56.043Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:18:56.043Z] OK: 6 MiB in 18 packages [2022-04-19T20:18:57.038Z] Removing intermediate container c4e0003d2fa1 [2022-04-19T20:18:57.038Z] ---> 5c5b9635ac4d [2022-04-19T20:18:57.038Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:19:01.488Z] ---> 1ca73e128058 [2022-04-19T20:19:01.488Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:19:01.488Z] ---> df1b5e2ddb04 [2022-04-19T20:19:01.488Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-19T20:19:01.488Z] ---> Running in 086802082a2a [2022-04-19T20:19:02.087Z] Removing intermediate container 086802082a2a [2022-04-19T20:19:02.087Z] ---> 7d9623c8ccdb [2022-04-19T20:19:02.087Z] 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:19:02.685Z] ---> 0c298ee9722f [2022-04-19T20:19:02.685Z] Step 21/26 : WORKDIR / [2022-04-19T20:19:02.685Z] ---> Running in 30a8b34b97fc [2022-04-19T20:19:02.966Z] Removing intermediate container 30a8b34b97fc [2022-04-19T20:19:02.966Z] ---> d2e1a4f2a893 [2022-04-19T20:19:02.966Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:19:03.243Z] ---> Running in e72e572867a7 [2022-04-19T20:19:03.517Z] Removing intermediate container e72e572867a7 [2022-04-19T20:19:03.517Z] ---> 35bf8b946b18 [2022-04-19T20:19:03.517Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:19:03.517Z] ---> Running in d93a63c188e6 [2022-04-19T20:19:04.118Z] Removing intermediate container d93a63c188e6 [2022-04-19T20:19:04.118Z] ---> f655c63600b5 [2022-04-19T20:19:04.118Z] Step 24/26 : LABEL arch=arm64 [2022-04-19T20:19:04.118Z] ---> Running in 7cbbb8749998 [2022-04-19T20:19:04.391Z] Removing intermediate container 7cbbb8749998 [2022-04-19T20:19:04.391Z] ---> b5e4d639e5eb [2022-04-19T20:19:04.391Z] Step 25/26 : LABEL git_sha=316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T20:19:04.391Z] ---> Running in b5b115104fc9 [2022-04-19T20:19:04.990Z] Removing intermediate container b5b115104fc9 [2022-04-19T20:19:04.990Z] ---> 87e481c6fd68 [2022-04-19T20:19:04.990Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T20:19:04.990Z] ---> Running in 0574ec93b202 [2022-04-19T20:19:05.263Z] Removing intermediate container 0574ec93b202 [2022-04-19T20:19:05.263Z] ---> d9364be8cc1d [2022-04-19T20:19:05.263Z] [2022-04-19T20:19:05.537Z] Successfully built d9364be8cc1d [2022-04-19T20:19:05.537Z] Successfully tagged security-spire-config-arm64:latest [2022-04-19T20:19:06.154Z]  Building security-spire-config ... done  [Pipeline] } [2022-04-19T20:19:06.163Z] $ docker stop --time=1 15e40cef508a8c845d9587bce3aef1708c241f4a99b9d6d7157157b0226ef3c6 [2022-04-19T20:19:07.960Z] $ docker rm -f 15e40cef508a8c845d9587bce3aef1708c241f4a99b9d6d7157157b0226ef3c6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T20:19:08.643Z] + docker images [2022-04-19T20:19:09.241Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-19T20:19:09.241Z] security-spire-config-arm64 latest d9364be8cc1d 3 seconds ago 85.6MB [2022-04-19T20:19:09.241Z] bb332dd5af63 37 seconds ago 4.14GB [2022-04-19T20:19:09.241Z] security-spire-server-arm64 latest 061832721826 About a minute ago 86.3MB [2022-04-19T20:19:09.241Z] 4729ee5f312a 2 minutes ago 4.14GB [2022-04-19T20:19:09.241Z] security-spire-agent-arm64 latest a88143b9a04e 6 minutes ago 126MB [2022-04-19T20:19:09.241Z] df076ae97ee5 6 minutes ago 4.14GB [2022-04-19T20:19:09.241Z] core-metadata-arm64 latest 93179558baf2 28 minutes ago 16.4MB [2022-04-19T20:19:09.241Z] 7a3c2460e386 28 minutes ago 1.31GB [2022-04-19T20:19:09.241Z] sys-mgmt-agent-arm64 latest 93369997d674 31 minutes ago 282MB [2022-04-19T20:19:09.241Z] c147dd608566 32 minutes ago 1.31GB [2022-04-19T20:19:09.241Z] core-command-arm64 latest 150f2e8330a6 33 minutes ago 15.5MB [2022-04-19T20:19:09.241Z] bdba897a61bb 33 minutes ago 1.31GB [2022-04-19T20:19:09.241Z] security-spiffe-token-provider-arm64 latest ace599cb0bbd 39 minutes ago 27.9MB [2022-04-19T20:19:09.241Z] support-notifications-arm64 latest 6ecf2ba239a9 39 minutes ago 25.8MB [2022-04-19T20:19:09.241Z] 5eca954f35d0 39 minutes ago 1.37GB [2022-04-19T20:19:09.241Z] 616550c58680 39 minutes ago 1.36GB [2022-04-19T20:19:09.241Z] security-secretstore-setup-arm64 latest 6929fb7bb621 41 minutes ago 27.5MB [2022-04-19T20:19:09.241Z] fbbfce11acdc 42 minutes ago 1.32GB [2022-04-19T20:19:09.241Z] support-scheduler-arm64 latest c0ceeb3834ed 46 minutes ago 25.2MB [2022-04-19T20:19:09.241Z] 02c13f4fc992 47 minutes ago 1.36GB [2022-04-19T20:19:09.241Z] core-data-arm64 latest 7d36f7e31d8d 48 minutes ago 21.6MB [2022-04-19T20:19:09.241Z] 66b3759d2dd9 48 minutes ago 1.34GB [2022-04-19T20:19:09.241Z] security-bootstrapper-arm64 latest 657e8427ce8a 48 minutes ago 18.3MB [2022-04-19T20:19:09.241Z] security-proxy-setup-arm64 latest ded03dd31fd6 49 minutes ago 26.1MB [2022-04-19T20:19:09.241Z] 83fb304309e6 49 minutes ago 1.31GB [2022-04-19T20:19:09.241Z] 33a928763647 49 minutes ago 1.32GB [2022-04-19T20:19:09.241Z] ci-base-image-arm64 latest 593b1ec4534a About an hour ago 886MB [2022-04-19T20:19:09.241Z] docker 20.10.14 c346e9eafbab 2 weeks ago 202MB [2022-04-19T20:19:09.241Z] alpine 3.14 ac73e934f311 2 weeks ago 5.34MB [2022-04-19T20:19:09.241Z] alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB [2022-04-19T20:19:09.241Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-19T20:19:09.241Z] 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:19:10.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T20:19:10.056Z] [2022-04-19T20:19:10.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:19:10.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T20:19:10.991Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-19T20:19:10.991Z] 8998bd30e6a1: Pulling fs layer [2022-04-19T20:19:10.991Z] 04944245beec: Pulling fs layer [2022-04-19T20:19:10.991Z] 699f458cf7ca: Pulling fs layer [2022-04-19T20:19:10.991Z] 765212b225bb: Pulling fs layer [2022-04-19T20:19:10.991Z] f23df028b6ca: Pulling fs layer [2022-04-19T20:19:10.991Z] d65c8cfc05b1: Pulling fs layer [2022-04-19T20:19:10.991Z] 765212b225bb: Waiting [2022-04-19T20:19:10.991Z] f23df028b6ca: Waiting [2022-04-19T20:19:10.991Z] 2437ff75d9bd: Pulling fs layer [2022-04-19T20:19:10.991Z] d65c8cfc05b1: Waiting [2022-04-19T20:19:10.991Z] 2437ff75d9bd: Waiting [2022-04-19T20:19:10.991Z] 04944245beec: Verifying Checksum [2022-04-19T20:19:10.991Z] 04944245beec: Download complete [2022-04-19T20:19:10.991Z] 765212b225bb: Verifying Checksum [2022-04-19T20:19:10.991Z] 765212b225bb: Download complete [2022-04-19T20:19:11.270Z] f23df028b6ca: Verifying Checksum [2022-04-19T20:19:11.270Z] f23df028b6ca: Download complete [2022-04-19T20:19:11.270Z] d65c8cfc05b1: Verifying Checksum [2022-04-19T20:19:11.270Z] d65c8cfc05b1: Download complete [2022-04-19T20:19:11.270Z] 699f458cf7ca: Verifying Checksum [2022-04-19T20:19:11.270Z] 699f458cf7ca: Download complete [2022-04-19T20:19:11.869Z] 8998bd30e6a1: Verifying Checksum [2022-04-19T20:19:11.869Z] 8998bd30e6a1: Download complete [2022-04-19T20:19:13.852Z] 2437ff75d9bd: Verifying Checksum [2022-04-19T20:19:13.852Z] 2437ff75d9bd: Download complete [2022-04-19T20:19:16.479Z] 8998bd30e6a1: Pull complete [2022-04-19T20:19:16.769Z] 04944245beec: Pull complete [2022-04-19T20:19:18.750Z] 699f458cf7ca: Pull complete [2022-04-19T20:19:18.750Z] 765212b225bb: Pull complete [2022-04-19T20:19:19.737Z] f23df028b6ca: Pull complete [2022-04-19T20:19:20.012Z] d65c8cfc05b1: Pull complete [2022-04-19T20:19:38.324Z] 2437ff75d9bd: Pull complete [2022-04-19T20:19:38.324Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-19T20:19:38.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T20:19:38.324Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-19T20:19:38.608Z] prd-ubuntu20.04-docker-arm64-4c-16g-21382 does not seem to be running inside a container [2022-04-19T20:19:38.692Z] $ 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:19:42.045Z] $ docker top bffc6bd78880581fb1f931d514f7fd1e1a713f454c75715fd43cb1c854b0cdee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:19:43.230Z] ---> job-cost.sh [2022-04-19T20:19:43.230Z] lf-activate-venv: SKIPPING [2022-04-19T20:19:43.230Z] INFO: No Stack... [2022-04-19T20:19:43.829Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-19T20:19:44.811Z] INFO: Archiving Costs [Pipeline] sh [2022-04-19T20:19:45.507Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-04-19T20:19:45.507Z] + cut -d, -f6 [Pipeline] lock [2022-04-19T20:19:45.561Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3978-1-stack-cost] [2022-04-19T20:19:45.566Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3978-1-stack-cost] did not exist. Created. [2022-04-19T20:19:45.566Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3978-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-19T20:19:46.349Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-19T20:19:46.597Z] Stashed 1 file(s) [Pipeline] } [2022-04-19T20:19:46.612Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3978-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-19T20:19:46.674Z] $ docker stop --time=1 bffc6bd78880581fb1f931d514f7fd1e1a713f454c75715fd43cb1c854b0cdee [2022-04-19T20:19:48.331Z] $ docker rm -f bffc6bd78880581fb1f931d514f7fd1e1a713f454c75715fd43cb1c854b0cdee [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:19:49.455Z] provisioning config files... [2022-04-19T20:19:49.516Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4211702538910506441tmp [Pipeline] { [Pipeline] sh [2022-04-19T20:19:49.874Z] + set +x [2022-04-19T20:19:49.874Z] + curl -s https://codecov.io/bash [2022-04-19T20:19:49.874Z] + bash -s -- [2022-04-19T20:19:49.874Z] [2022-04-19T20:19:49.874Z] _____ _ [2022-04-19T20:19:49.874Z] / ____| | | [2022-04-19T20:19:49.874Z] | | ___ __| | ___ ___ _____ __ [2022-04-19T20:19:49.874Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-19T20:19:49.874Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-19T20:19:49.874Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-19T20:19:49.874Z] Bash-1.0.6 [2022-04-19T20:19:49.874Z] [2022-04-19T20:19:49.874Z] [2022-04-19T20:19:49.874Z] ==> git version 2.25.1 found [2022-04-19T20:19:49.874Z] ==> 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:19:49.874Z] Release-Date: 2020-01-08 [2022-04-19T20:19:49.874Z] 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:19:49.874Z] 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:19:49.874Z] ==> Jenkins CI detected. [2022-04-19T20:19:49.874Z] current dir:  /w/workspace/edgex-go/1 [2022-04-19T20:19:49.874Z] project root: . [2022-04-19T20:19:49.874Z] --> token set from env [2022-04-19T20:19:49.874Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-19T20:19:49.874Z] ==> Running gcov in . (disable via -X gcov) [2022-04-19T20:19:49.874Z] ==> Python coveragepy not found [2022-04-19T20:19:49.874Z] ==> Searching for coverage reports in: [2022-04-19T20:19:49.874Z] + . [2022-04-19T20:19:49.874Z] -> Found 1 reports [2022-04-19T20:19:49.874Z] ==> Detecting git/mercurial file structure [2022-04-19T20:19:49.874Z] ==> Reading reports [2022-04-19T20:19:50.134Z] + ./coverage.out bytes=435134 [2022-04-19T20:19:50.134Z] ==> Appending adjustments [2022-04-19T20:19:50.134Z] https://docs.codecov.io/docs/fixing-reports [2022-04-19T20:19:51.074Z] + Found adjustments [2022-04-19T20:19:51.074Z] ==> Gzipping contents [2022-04-19T20:19:51.336Z] 60K /tmp/codecov.HZDilb.gz [2022-04-19T20:19:51.336Z] ==> Uploading reports [2022-04-19T20:19:51.336Z] url: https://codecov.io [2022-04-19T20:19:51.336Z] query: branch=PR-3978&commit=316e85b6a4ef7a5de836e195d1142eaf4b4f125a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3978%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3978&job=&cmd_args= [2022-04-19T20:19:51.336Z] -> Pinging Codecov [2022-04-19T20:19:51.336Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3978&commit=316e85b6a4ef7a5de836e195d1142eaf4b4f125a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3978%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3978&job=&cmd_args= [2022-04-19T20:19:51.597Z] -> Uploading to [2022-04-19T20:19:51.598Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-19/00271124DB129430A58F1EEE437C3FCB/316e85b6a4ef7a5de836e195d1142eaf4b4f125a/71b92087-c045-4db9-b631-b0230ed210d7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220419T201951Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8da6d51774ddf5c6fedec8c41d5a0a6daaaf45a2a69eded1d02127111014beac [2022-04-19T20:19:51.598Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T20:19:51.598Z] Dload Upload Total Spent Left Speed [2022-04-19T20:19:51.858Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59820 0 0 100 59820 0 289k --:--:-- --:--:-- --:--:-- 287k 100 59820 0 0 100 59820 0 212k --:--:-- --:--:-- --:--:-- 212k [2022-04-19T20:19:51.858Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/316e85b6a4ef7a5de836e195d1142eaf4b4f125a [Pipeline] } [2022-04-19T20:19:51.887Z] 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:19:53.271Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:19:53.606Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:19:54.509Z] ---> package-listing.sh [2022-04-19T20:19:54.509Z] ++ facter osfamily [2022-04-19T20:19:54.509Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-19T20:19:54.770Z] + OS_FAMILY=debian [2022-04-19T20:19:54.770Z] + workspace=/w/workspace/edgex-go/1 [2022-04-19T20:19:54.770Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-19T20:19:54.770Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-19T20:19:54.770Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-19T20:19:54.770Z] + PACKAGES=/tmp/packages_start.txt [2022-04-19T20:19:54.770Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-19T20:19:54.770Z] + PACKAGES=/tmp/packages_end.txt [2022-04-19T20:19:54.770Z] + case "${OS_FAMILY}" in [2022-04-19T20:19:54.770Z] + dpkg -l [2022-04-19T20:19:54.770Z] + grep '^ii' [2022-04-19T20:19:54.770Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-19T20:19:54.770Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-19T20:19:54.770Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-19T20:19:54.770Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-19T20:19:54.770Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-04-19T20:19:54.770Z] + 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:19:54.804Z] 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:19:55.100Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:19:55.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T20:19:55.698Z] [2022-04-19T20:19:55.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:19:56.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T20:19:56.047Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-19T20:19:56.047Z] 5eb5b503b376: Pulling fs layer [2022-04-19T20:19:56.047Z] 5c69ac0246d0: Pulling fs layer [2022-04-19T20:19:56.047Z] ec43610c2a17: Pulling fs layer [2022-04-19T20:19:56.047Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-19T20:19:56.047Z] 33b1e0a273af: Pulling fs layer [2022-04-19T20:19:56.047Z] 5d3b04190fa2: Pulling fs layer [2022-04-19T20:19:56.047Z] 2f39f015ded8: Pulling fs layer [2022-04-19T20:19:56.047Z] 3a2ae6a8a46f: Waiting [2022-04-19T20:19:56.047Z] 33b1e0a273af: Waiting [2022-04-19T20:19:56.047Z] 5d3b04190fa2: Waiting [2022-04-19T20:19:56.047Z] 2f39f015ded8: Waiting [2022-04-19T20:19:56.047Z] 5c69ac0246d0: Download complete [2022-04-19T20:19:56.047Z] 3a2ae6a8a46f: Download complete [2022-04-19T20:19:56.308Z] 33b1e0a273af: Verifying Checksum [2022-04-19T20:19:56.308Z] 33b1e0a273af: Download complete [2022-04-19T20:19:56.308Z] 5d3b04190fa2: Verifying Checksum [2022-04-19T20:19:56.308Z] 5d3b04190fa2: Download complete [2022-04-19T20:19:56.308Z] ec43610c2a17: Verifying Checksum [2022-04-19T20:19:56.308Z] 5eb5b503b376: Verifying Checksum [2022-04-19T20:19:56.308Z] 5eb5b503b376: Download complete [2022-04-19T20:19:56.877Z] 2f39f015ded8: Download complete [2022-04-19T20:19:57.815Z] 5eb5b503b376: Pull complete [2022-04-19T20:19:57.815Z] 5c69ac0246d0: Pull complete [2022-04-19T20:19:58.383Z] ec43610c2a17: Pull complete [2022-04-19T20:19:58.383Z] 3a2ae6a8a46f: Pull complete [2022-04-19T20:19:58.641Z] 33b1e0a273af: Pull complete [2022-04-19T20:19:58.641Z] 5d3b04190fa2: Pull complete [2022-04-19T20:20:03.920Z] 2f39f015ded8: Pull complete [2022-04-19T20:20:03.920Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-19T20:20:03.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T20:20:03.920Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-19T20:20:04.018Z] prd-ubuntu20.04-docker-8c-8g-21380 does not seem to be running inside a container [2022-04-19T20:20:04.055Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-19T20:20:06.101Z] $ docker top eb5ac3aa0ebde3b51424ea6525b5caae6f03e69892e8201d6751ef3fad0697ef -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:20:06.510Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-19T20:20:06.819Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-19T20:20:07.136Z] + ls /var/log/sa-host [2022-04-19T20:20:07.136Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T20:20:07.409Z] provisioning config files... [2022-04-19T20:20:07.418Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1337789318937008419tmp [Pipeline] { [Pipeline] echo [2022-04-19T20:20:07.465Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:20:07.778Z] ---> create-netrc.sh [Pipeline] } [2022-04-19T20:20:07.808Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:20:08.217Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-19T20:20:08.250Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:20:08.565Z] ---> sudo-logs.sh [2022-04-19T20:20:08.565Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-19T20:20:08.654Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:20:08.974Z] ---> job-cost.sh [2022-04-19T20:20:08.974Z] lf-activate-venv: SKIPPING [2022-04-19T20:20:08.974Z] DEBUG: total: 0.2199999988079071 [2022-04-19T20:20:08.974Z] INFO: Retrieving Stack Cost... [2022-04-19T20:20:09.545Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-19T20:20:09.809Z] INFO: Archiving Costs [Pipeline] echo [2022-04-19T20:20:09.847Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:20:10.166Z] ---> logs-deploy.sh [2022-04-19T20:20:10.166Z] lf-activate-venv: SKIPPING [2022-04-19T20:20:10.166Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3978/1 [2022-04-19T20:20:10.166Z] INFO: archiving workspace using pattern(s): [2022-04-19T20:20:11.111Z] Archives upload complete. [2022-04-19T20:20:11.111Z] INFO: archiving logs to Nexus