Pull request #3964 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb+e06225a277df99345dc66b555c91ab0f0cafa68f (61bf7965e90eabc51b91ac90e9c97b7954d05e58) 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-ssh13454819856955475173.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-ssh18075360080167849013.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-3964/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-3964/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh13629948805538684140.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-3964/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1423709115824910979.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-ssh15373162715953763784.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-3964/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-3964/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh10360233859772400372.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-20828 in /w/workspace/edgexfoundry_edgex-go_PR-3964 [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 e06225a277df99345dc66b555c91ab0f0cafa68f into PR head commit 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb Merge succeeded, producing 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb Checking out Revision 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb (PR-3964) > 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/3964/head:refs/remotes/origin/PR-3964 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb # 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 e06225a277df99345dc66b555c91ab0f0cafa68f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/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-13T17:09:45.863Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-13T17:09:46.020Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-13T17:09:46.120Z] ========================================================= [2022-04-13T17:09:46.120Z] EdgeX Global Pipelines Version Info [2022-04-13T17:09:46.120Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-13T17:09:46.916Z] ------------------- [2022-04-13T17:09:46.916Z] stable info: [2022-04-13T17:09:46.916Z] ------------------- [2022-04-13T17:09:46.916Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-13T17:09:46.916Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-13T17:09:46.916Z] Message: update stable to v1.0.221 [2022-04-13T17:09:47.490Z] ------------------- [2022-04-13T17:09:47.490Z] experimental info: [2022-04-13T17:09:47.490Z] ------------------- [2022-04-13T17:09:47.490Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-13T17:09:47.490Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-13T17:09:47.490Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-13T17:09:47.742Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-13T17:09:47.784Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-13T17:09:47.823Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-13T17:09:47.859Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-13T17:09:47.894Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-13T17:09:47.929Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-13T17:09:47.966Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-13T17:09:48.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-13T17:09:48.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-13T17:09:48.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-13T17:09:48.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-13T17:09:48.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-13T17:09:48.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-13T17:09:48.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-13T17:09:48.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-13T17:09:48.318Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-13T17:09:48.358Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-13T17:09:48.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-13T17:09:48.439Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-13T17:09:48.481Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-13T17:09:48.520Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-13T17:09:48.562Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-13T17:09:48.604Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3964 [Pipeline] echo [2022-04-13T17:09:48.644Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3964 [Pipeline] echo [2022-04-13T17:09:48.682Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3964 [Pipeline] echo [2022-04-13T17:09:48.719Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [Pipeline] echo [2022-04-13T17:09:48.757Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8bf806e [Pipeline] echo [2022-04-13T17:09:48.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-13T17:09:48.906Z] provisioning config files... [2022-04-13T17:09:48.921Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8728771474701341584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-13T17:09:49.265Z] ---> docker-login.sh [2022-04-13T17:09:49.265Z] nexus3.edgexfoundry.org:10001 [2022-04-13T17:09:49.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-13T17:09:49.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-13T17:09:49.527Z] Configure a credential helper to remove this warning. See [2022-04-13T17:09:49.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-13T17:09:49.527Z] [2022-04-13T17:09:49.527Z] Login Succeeded [2022-04-13T17:09:49.527Z] nexus3.edgexfoundry.org:10002 [2022-04-13T17:09:49.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-13T17:09:49.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-13T17:09:49.792Z] Configure a credential helper to remove this warning. See [2022-04-13T17:09:49.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-13T17:09:49.792Z] [2022-04-13T17:09:49.792Z] Login Succeeded [2022-04-13T17:09:49.792Z] nexus3.edgexfoundry.org:10003 [2022-04-13T17:09:49.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-13T17:09:49.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-13T17:09:49.792Z] Configure a credential helper to remove this warning. See [2022-04-13T17:09:49.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-13T17:09:49.792Z] [2022-04-13T17:09:49.792Z] Login Succeeded [2022-04-13T17:09:49.792Z] nexus3.edgexfoundry.org:10004 [2022-04-13T17:09:49.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-13T17:09:50.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-13T17:09:50.057Z] Configure a credential helper to remove this warning. See [2022-04-13T17:09:50.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-13T17:09:50.057Z] [2022-04-13T17:09:50.057Z] Login Succeeded [2022-04-13T17:09:50.057Z] docker.io [2022-04-13T17:09:50.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-13T17:09:50.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-13T17:09:50.317Z] Configure a credential helper to remove this warning. See [2022-04-13T17:09:50.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-13T17:09:50.317Z] [2022-04-13T17:09:50.317Z] Login Succeeded [2022-04-13T17:09:50.317Z] ---> docker-login.sh ends [Pipeline] } [2022-04-13T17:09:50.343Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-13T17:09:50.767Z] + 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-13T17:09:50.767Z] + dirname cmd/core-command/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/core-data/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-13T17:09:50.767Z] + + cut -d/ -f2 [2022-04-13T17:09:50.767Z] dirname cmd/core-metadata/Dockerfile [2022-04-13T17:09:50.767Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/security-spire-agent/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/support-notifications/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-13T17:09:50.767Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-13T17:09:50.767Z] + cut -d/ -f2 [2022-04-13T17:09:50.767Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-13T17:09:50.904Z] 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-13T17:09:51.402Z] + git rev-list -1 --merges 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb~1..8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [Pipeline] echo [2022-04-13T17:09:51.438Z] -----------> git rev-list -1 --merges 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb~1..8bf806ee30964ac124c1837d3dd5a1e332c1f8eb 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [false] [Pipeline] sh [2022-04-13T17:09:51.755Z] + git log --format=format:%s -1 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [Pipeline] echo [2022-04-13T17:09:51.792Z] ========================================================= [2022-04-13T17:09:51.792Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-13T17:09:51.792Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-13T17:09:52.263Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-13T17:09:52.263Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-13T17:09:52.263Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-13T17:09:52.263Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-13T17:09:52.263Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-13T17:09:52.263Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-13T17:09:52.263Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:09:52.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-13T17:09:52.650Z] [2022-04-13T17:09:52.650Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:09:52.991Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-13T17:09:52.991Z] latest: Pulling from edgex-devops/git-semver [2022-04-13T17:09:52.991Z] a0d0a0d46f8b: Pulling fs layer [2022-04-13T17:09:52.991Z] 3e5f54012d9b: Pulling fs layer [2022-04-13T17:09:52.991Z] 4c7163046ea9: Pulling fs layer [2022-04-13T17:09:52.991Z] 0c2d73faf560: Pulling fs layer [2022-04-13T17:09:52.991Z] 0c2d73faf560: Waiting [2022-04-13T17:09:52.991Z] 3e5f54012d9b: Verifying Checksum [2022-04-13T17:09:52.991Z] 3e5f54012d9b: Download complete [2022-04-13T17:09:52.991Z] a0d0a0d46f8b: Download complete [2022-04-13T17:09:52.991Z] 0c2d73faf560: Verifying Checksum [2022-04-13T17:09:52.991Z] 0c2d73faf560: Download complete [2022-04-13T17:09:52.991Z] 4c7163046ea9: Download complete [2022-04-13T17:09:53.253Z] a0d0a0d46f8b: Pull complete [2022-04-13T17:09:53.253Z] 3e5f54012d9b: Pull complete [2022-04-13T17:09:53.512Z] 4c7163046ea9: Pull complete [2022-04-13T17:09:53.773Z] 0c2d73faf560: Pull complete [2022-04-13T17:09:53.773Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-13T17:09:53.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-13T17:09:53.773Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-13T17:09:53.871Z] prd-ubuntu20.04-docker-8c-8g-20828 does not seem to be running inside a container [2022-04-13T17:09:53.916Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-13T17:09:54.590Z] $ docker top 37e74525a394faffb9725dfdfe2a4a92f417a342ece080c10950135fe39c42e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-13T17:09:54.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-13T17:09:54.780Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-13T17:09:54.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-13T17:09:54.928Z] $ docker exec 37e74525a394faffb9725dfdfe2a4a92f417a342ece080c10950135fe39c42e8 ssh-agent [2022-04-13T17:09:55.044Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHlBHJF/agent.15 [2022-04-13T17:09:55.044Z] SSH_AGENT_PID=21 [2022-04-13T17:09:55.053Z] Running ssh-add (command line suppressed) [2022-04-13T17:09:55.168Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_663185325506628923.key (/w/workspace/edgex-go/1@tmp/private_key_663185325506628923.key) [2022-04-13T17:09:55.179Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-13T17:09:55.525Z] + git tag --points-at HEAD [Pipeline] } [2022-04-13T17:09:55.557Z] $ docker exec --env ******** --env ******** 37e74525a394faffb9725dfdfe2a4a92f417a342ece080c10950135fe39c42e8 ssh-agent -k [2022-04-13T17:09:55.667Z] unset SSH_AUTH_SOCK; [2022-04-13T17:09:55.668Z] unset SSH_AGENT_PID; [2022-04-13T17:09:55.668Z] echo Agent pid 21 killed; [2022-04-13T17:09:55.675Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-13T17:09:55.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-13T17:09:55.762Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-13T17:09:55.889Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-13T17:09:55.899Z] $ docker exec 37e74525a394faffb9725dfdfe2a4a92f417a342ece080c10950135fe39c42e8 ssh-agent [2022-04-13T17:09:56.016Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXEIGNCk/agent.53 [2022-04-13T17:09:56.016Z] SSH_AGENT_PID=60 [2022-04-13T17:09:56.021Z] Running ssh-add (command line suppressed) [2022-04-13T17:09:56.151Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1141669159971293607.key (/w/workspace/edgex-go/1@tmp/private_key_1141669159971293607.key) [2022-04-13T17:09:56.160Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-13T17:09:56.492Z] + git semver init [2022-04-13T17:09:56.492Z] # -> Open(): unable to determine branch for HEAD [2022-04-13T17:09:56.492Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-04-13T17:09:56.492Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-04-13T17:09:56.492Z] # $SEMVER_REMOTE_NAME = origin [2022-04-13T17:09:56.492Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-13T17:09:56.492Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-13T17:09:56.492Z] # $SEMVER_BRANCH = PR-3964 [2022-04-13T17:09:56.492Z] # $SEMVER_TEMP = /tmp/semver-082271761 [2022-04-13T17:09:56.492Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-13T17:10:11.424Z] # '/tmp/semver-082271761' -> '/w/workspace/edgex-go/1/.semver' [2022-04-13T17:10:11.424Z] # -> Force: false [2022-04-13T17:10:11.424Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-04-13T17:10:11.457Z] $ docker exec --env ******** --env ******** 37e74525a394faffb9725dfdfe2a4a92f417a342ece080c10950135fe39c42e8 ssh-agent -k [2022-04-13T17:10:11.564Z] unset SSH_AUTH_SOCK; [2022-04-13T17:10:11.564Z] unset SSH_AGENT_PID; [2022-04-13T17:10:11.564Z] echo Agent pid 60 killed; [2022-04-13T17:10:11.567Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-13T17:10:12.002Z] + git semver [Pipeline] } [2022-04-13T17:10:12.041Z] $ docker stop --time=1 37e74525a394faffb9725dfdfe2a4a92f417a342ece080c10950135fe39c42e8 [2022-04-13T17:10:13.752Z] $ docker rm -f 37e74525a394faffb9725dfdfe2a4a92f417a342ece080c10950135fe39c42e8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-13T17:10:14.183Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-13T17:10:14.497Z] Stashed 1 file(s) [Pipeline] echo [2022-04-13T17:10:14.513Z] [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-13T17:10:15.028Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-13T17:10:15.061Z] ========================================================= [2022-04-13T17:10:15.061Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-13T17:10:15.061Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-13T17:10:15.402Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-13T17:10:15.402Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-13T17:10:15.402Z] 59bf1c3509f3: Pulling fs layer [2022-04-13T17:10:15.402Z] 666ba61612fd: Pulling fs layer [2022-04-13T17:10:15.402Z] 8ed8ca486205: Pulling fs layer [2022-04-13T17:10:15.402Z] 4fe6c5a15a65: Pulling fs layer [2022-04-13T17:10:15.402Z] 22a0e8bec74d: Pulling fs layer [2022-04-13T17:10:15.402Z] 640e595b4fbd: Pulling fs layer [2022-04-13T17:10:15.402Z] 763cafe07f6e: Pulling fs layer [2022-04-13T17:10:15.402Z] 0c0b528cf693: Pulling fs layer [2022-04-13T17:10:15.402Z] 10935f4eaf8b: Pulling fs layer [2022-04-13T17:10:15.402Z] 763cafe07f6e: Waiting [2022-04-13T17:10:15.402Z] 4fe6c5a15a65: Waiting [2022-04-13T17:10:15.402Z] 22a0e8bec74d: Waiting [2022-04-13T17:10:15.402Z] 640e595b4fbd: Waiting [2022-04-13T17:10:15.402Z] 0c0b528cf693: Waiting [2022-04-13T17:10:15.402Z] 10935f4eaf8b: Waiting [2022-04-13T17:10:15.402Z] 8ed8ca486205: Verifying Checksum [2022-04-13T17:10:15.402Z] 8ed8ca486205: Download complete [2022-04-13T17:10:15.402Z] 666ba61612fd: Download complete [2022-04-13T17:10:15.402Z] 22a0e8bec74d: Verifying Checksum [2022-04-13T17:10:15.402Z] 22a0e8bec74d: Download complete [2022-04-13T17:10:15.402Z] 640e595b4fbd: Verifying Checksum [2022-04-13T17:10:15.402Z] 640e595b4fbd: Download complete [2022-04-13T17:10:15.402Z] 59bf1c3509f3: Verifying Checksum [2022-04-13T17:10:15.402Z] 59bf1c3509f3: Download complete [2022-04-13T17:10:15.402Z] 763cafe07f6e: Verifying Checksum [2022-04-13T17:10:15.402Z] 763cafe07f6e: Download complete [2022-04-13T17:10:15.662Z] 0c0b528cf693: Verifying Checksum [2022-04-13T17:10:15.662Z] 0c0b528cf693: Download complete [2022-04-13T17:10:15.662Z] 59bf1c3509f3: Pull complete [2022-04-13T17:10:15.662Z] 666ba61612fd: Pull complete [2022-04-13T17:10:15.662Z] 8ed8ca486205: Pull complete [2022-04-13T17:10:16.233Z] 10935f4eaf8b: Verifying Checksum [2022-04-13T17:10:16.233Z] 10935f4eaf8b: Download complete [2022-04-13T17:10:16.233Z] 4fe6c5a15a65: Verifying Checksum [2022-04-13T17:10:16.233Z] 4fe6c5a15a65: Download complete [2022-04-13T17:10:19.528Z] 4fe6c5a15a65: Pull complete [2022-04-13T17:10:19.528Z] 22a0e8bec74d: Pull complete [2022-04-13T17:10:19.528Z] 640e595b4fbd: Pull complete [2022-04-13T17:10:19.792Z] 763cafe07f6e: Pull complete [2022-04-13T17:10:19.792Z] 0c0b528cf693: Pull complete [2022-04-13T17:10:22.328Z] 10935f4eaf8b: Pull complete [2022-04-13T17:10:22.328Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-13T17:10:22.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-13T17:10:22.328Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-13T17:10:22.682Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-13T17:10:22.682Z] WORKDIR /edgex [2022-04-13T17:10:22.682Z] COPY go.mod . [2022-04-13T17:10:22.682Z] RUN go mod download [2022-04-13T17:10:22.682Z] + docker build -t ci-base-image-x86_64 -f - . [2022-04-13T17:10:24.061Z] Sending build context to Docker daemon 334.8MB [2022-04-13T17:10:24.061Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-13T17:10:24.061Z] ---> 99d49a6021b9 [2022-04-13T17:10:24.061Z] Step 2/4 : WORKDIR /edgex [2022-04-13T17:10:25.979Z] ---> Running in f3b5dd4af456 [2022-04-13T17:10:25.979Z] Removing intermediate container f3b5dd4af456 [2022-04-13T17:10:25.979Z] ---> 39e9bea1212f [2022-04-13T17:10:25.979Z] Step 3/4 : COPY go.mod . [2022-04-13T17:10:25.979Z] ---> 034333207953 [2022-04-13T17:10:25.979Z] Step 4/4 : RUN go mod download [2022-04-13T17:10:25.979Z] ---> Running in 1d65bfd2df9c [2022-04-13T17:10:29.829Z] Still waiting to schedule task [2022-04-13T17:10:29.829Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-04-13T17:10:38.240Z] Removing intermediate container 1d65bfd2df9c [2022-04-13T17:10:38.240Z] ---> 9ba5c5d012f8 [2022-04-13T17:10:38.240Z] Successfully built 9ba5c5d012f8 [2022-04-13T17:10:38.240Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:10:38.571Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-13T17:10:38.571Z] . [Pipeline] withDockerContainer [2022-04-13T17:10:38.664Z] prd-ubuntu20.04-docker-8c-8g-20828 does not seem to be running inside a container [2022-04-13T17:10:38.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-13T17:10:39.114Z] $ docker top f13684b925d1823606b3f512a4f4be79053e2741d7c4924543d9daf3de786e6d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-13T17:10:39.509Z] + go version [2022-04-13T17:10:39.509Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-13T17:10:39.548Z] $ docker stop --time=1 f13684b925d1823606b3f512a4f4be79053e2741d7c4924543d9daf3de786e6d [2022-04-13T17:10:40.862Z] $ docker rm -f f13684b925d1823606b3f512a4f4be79053e2741d7c4924543d9daf3de786e6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:10:41.531Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-13T17:10:41.531Z] . [Pipeline] withDockerContainer [2022-04-13T17:10:41.623Z] prd-ubuntu20.04-docker-8c-8g-20828 does not seem to be running inside a container [2022-04-13T17:10:41.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-13T17:10:42.062Z] $ docker top ea29815bba1e440264c86428bb5cb8aa54481503de2494f4d5e629fead686a7f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-13T17:10:42.188Z] ========================================================= [2022-04-13T17:10:42.188Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-13T17:10:42.188Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-13T17:10:42.593Z] + make test [2022-04-13T17:10:42.593Z] go mod tidy -compat=1.17 [2022-04-13T17:10:42.593Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-13T17:10:49.172Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-13T17:10:59.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-13T17:10:59.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.078s coverage: 28.7% of statements [2022-04-13T17:10:59.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-13T17:10:59.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-13T17:11:00.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.117s coverage: 98.5% of statements [2022-04-13T17:11:00.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-13T17:11:00.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.086s coverage: 53.4% of statements [2022-04-13T17:11:00.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-13T17:11:00.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-13T17:11:04.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.436s coverage: 89.2% of statements [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-13T17:11:04.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.056s coverage: 84.4% of statements [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-13T17:11:04.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.441s coverage: 95.6% of statements [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-13T17:11:04.017Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.065s coverage: 72.2% of statements [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-13T17:11:04.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-13T17:11:04.017Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.088s coverage: 60.0% of statements [2022-04-13T17:11:04.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-13T17:11:04.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-13T17:11:04.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-13T17:11:04.018Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.069s coverage: 0.9% of statements [2022-04-13T17:11:04.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-13T17:11:04.018Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2022-04-13T17:11:04.018Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.041s coverage: 24.0% of statements [2022-04-13T17:11:04.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-13T17:11:04.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2022-04-13T17:11:04.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2022-04-13T17:11:04.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements [2022-04-13T17:11:04.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2022-04-13T17:11:04.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2022-04-13T17:11:14.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2022-04-13T17:11:14.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.076s coverage: 44.8% of statements [2022-04-13T17:11:14.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.218s coverage: 82.5% of statements [2022-04-13T17:11:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.104s coverage: 92.9% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 58.8% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.059s coverage: 87.2% of statements [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 85.4% of statements [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.138s coverage: 91.2% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.145s coverage: 64.4% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 65.4% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.142s coverage: 43.8% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.074s coverage: 17.7% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.159s coverage: 92.3% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 63.2% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.101s coverage: 97.7% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.068s coverage: 28.9% of statements [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-13T17:11:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2022-04-13T17:11:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements [2022-04-13T17:11:24.945Z] 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-13T17:11:43.034Z] GO111MODULE=on go vet ./... [2022-04-13T17:11:44.415Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-13T17:11:44.985Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-13T17:11:45.244Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-13T17:11:45.840Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-13T17:11:46.175Z] + ls -al . [2022-04-13T17:11:46.175Z] total 672 [2022-04-13T17:11:46.175Z] drwxrwxr-x 10 1001 1001 4096 Apr 13 17:11 . [2022-04-13T17:11:46.175Z] drwxr-xr-x 4 root root 4096 Apr 13 17:10 .. [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 11 Apr 13 17:09 .dockerignore [2022-04-13T17:11:46.175Z] drwxrwxr-x 8 1001 1001 4096 Apr 13 17:09 .git [2022-04-13T17:11:46.175Z] drwxrwxr-x 3 1001 1001 4096 Apr 13 17:09 .github [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 879 Apr 13 17:09 .gitignore [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 42 Apr 13 17:09 .golangci.yml [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 87 Apr 13 17:09 .hadolint.yml [2022-04-13T17:11:46.175Z] drwx------ 3 1001 1001 4096 Apr 13 17:10 .semver [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 166 Apr 13 17:09 .sonarcloud.properties [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 1171 Apr 13 17:09 ADOPTERS.md [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 10086 Apr 13 17:09 Attribution.txt [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 51732 Apr 13 17:09 CHANGELOG.md [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 3804 Apr 13 17:09 CONTRIBUTING.md [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 677 Apr 13 17:09 GOVERNANCE.md [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 850 Apr 13 17:09 Jenkinsfile [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 10775 Apr 13 17:09 LICENSE [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 8522 Apr 13 17:09 Makefile [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 582 Apr 13 17:09 OWNERS.md [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 8207 Apr 13 17:09 README.md [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 6912 Apr 13 17:09 SECURITY.md [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 5 Apr 13 17:10 VERSION [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 4131 Apr 13 17:09 ZMQWindows.md [2022-04-13T17:11:46.175Z] drwxrwxr-x 2 1001 1001 4096 Apr 13 17:09 bin [2022-04-13T17:11:46.175Z] drwxrwxr-x 18 1001 1001 4096 Apr 13 17:09 cmd [2022-04-13T17:11:46.175Z] -rw-r--r-- 1 root root 434738 Apr 13 17:11 coverage.out [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 3256 Apr 13 17:09 go.mod [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 35162 Apr 13 17:10 go.sum [2022-04-13T17:11:46.175Z] drwxrwxr-x 8 1001 1001 4096 Apr 13 17:09 internal [2022-04-13T17:11:46.175Z] drwxrwxr-x 3 1001 1001 4096 Apr 13 17:09 openapi [2022-04-13T17:11:46.175Z] drwxrwxr-x 4 1001 1001 4096 Apr 13 17:09 snap [2022-04-13T17:11:46.175Z] -rw-rw-r-- 1 1001 1001 204 Apr 13 17:09 version.go [Pipeline] sh [2022-04-13T17:11:46.487Z] + '[' -e coverage.out ] [2022-04-13T17:11:46.487Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-13T17:11:46.590Z] Stashed 1 file(s) [Pipeline] sh [2022-04-13T17:11:46.892Z] + make build [2022-04-13T17:11:46.892Z] CGO_ENABLED=1 GO111MODULE=on go build -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-13T17:12:04.993Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-13T17:12:04.993Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2022-04-13T17:12:06.901Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-13T17:12:09.438Z] CGO_ENABLED=0 GO111MODULE=on go build -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-13T17:12:11.974Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-13T17:12:14.513Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-13T17:12:16.419Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-13T17:12:18.328Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-13T17:12:20.869Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-13T17:12:22.252Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-13T17:12:24.164Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-13T17:12:27.458Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-13T17:12:29.396Z] $ docker stop --time=1 ea29815bba1e440264c86428bb5cb8aa54481503de2494f4d5e629fead686a7f [2022-04-13T17:12:31.528Z] $ docker rm -f ea29815bba1e440264c86428bb5cb8aa54481503de2494f4d5e629fead686a7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:12:32.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-13T17:12:32.639Z] [2022-04-13T17:12:32.639Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:12:32.972Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-13T17:12:32.972Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-13T17:12:32.972Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-13T17:12:32.972Z] ca9280d653b3: Pulling fs layer [2022-04-13T17:12:32.972Z] 7e9c9ca2126c: Pulling fs layer [2022-04-13T17:12:32.972Z] cbdbe7a5bc2a: Verifying Checksum [2022-04-13T17:12:32.972Z] cbdbe7a5bc2a: Download complete [2022-04-13T17:12:33.234Z] cbdbe7a5bc2a: Pull complete [2022-04-13T17:12:33.234Z] ca9280d653b3: Download complete [2022-04-13T17:12:33.493Z] 7e9c9ca2126c: Download complete [2022-04-13T17:12:33.493Z] ca9280d653b3: Pull complete [2022-04-13T17:12:36.784Z] 7e9c9ca2126c: Pull complete [2022-04-13T17:12:36.784Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-13T17:12:36.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-13T17:12:36.784Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-13T17:12:36.875Z] prd-ubuntu20.04-docker-8c-8g-20828 does not seem to be running inside a container [2022-04-13T17:12:36.917Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-13T17:12:38.061Z] $ docker top 0b0db62503064bb14f2206583123b55460b51b21d4fb01eb898b77f5367d133c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-13T17:12:38.500Z] + docker-compose build --help [2022-04-13T17:12:38.500Z] + grep parallel [2022-04-13T17:12:39.145Z] --parallel Build images in parallel. [Pipeline] } [2022-04-13T17:12:39.277Z] $ docker stop --time=1 0b0db62503064bb14f2206583123b55460b51b21d4fb01eb898b77f5367d133c [2022-04-13T17:12:40.552Z] $ docker rm -f 0b0db62503064bb14f2206583123b55460b51b21d4fb01eb898b77f5367d133c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:12:41.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-13T17:12:41.102Z] . [Pipeline] withDockerContainer [2022-04-13T17:12:41.189Z] prd-ubuntu20.04-docker-8c-8g-20828 does not seem to be running inside a container [2022-04-13T17:12:41.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-13T17:12:41.584Z] $ docker top e52dfa6b97f1c2d3c62227bfbbc7952612460e35399595f876e180b98ff46deb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-13T17:12:41.987Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-13T17:12:42.554Z] Building core-command ... [2022-04-13T17:12:42.554Z] Building core-data ... [2022-04-13T17:12:42.554Z] Building core-metadata ... [2022-04-13T17:12:42.554Z] Building security-bootstrapper ... [2022-04-13T17:12:42.554Z] Building security-proxy-setup ... [2022-04-13T17:12:42.554Z] Building security-secretstore-setup ... [2022-04-13T17:12:42.554Z] Building security-spiffe-token-provider ... [2022-04-13T17:12:42.554Z] Building security-spire-agent ... [2022-04-13T17:12:42.554Z] Building security-spire-config ... [2022-04-13T17:12:42.554Z] Building security-spire-server ... [2022-04-13T17:12:42.554Z] Building support-notifications ... [2022-04-13T17:12:42.554Z] Building support-scheduler ... [2022-04-13T17:12:42.554Z] Building sys-mgmt-agent ... [2022-04-13T17:12:42.554Z] Building security-proxy-setup [2022-04-13T17:12:42.554Z] Building security-spire-agent [2022-04-13T17:12:42.554Z] Building security-spire-server [2022-04-13T17:12:42.554Z] Building security-spire-config [2022-04-13T17:12:42.554Z] Building core-data [2022-04-13T17:13:00.642Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:13:00.642Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:13:00.642Z] ---> 9ba5c5d012f8 [2022-04-13T17:13:00.642Z] Step 3/25 : WORKDIR /edgex-go [2022-04-13T17:13:00.642Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:13:00.642Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:13:00.642Z] ---> 9ba5c5d012f8 [2022-04-13T17:13:00.642Z] Step 3/22 : WORKDIR /edgex-go [2022-04-13T17:13:00.642Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:13:00.642Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:13:00.642Z] ---> 9ba5c5d012f8 [2022-04-13T17:13:00.642Z] Step 3/26 : WORKDIR /edgex-go [2022-04-13T17:13:00.642Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:13:00.642Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:13:00.642Z] ---> 9ba5c5d012f8 [2022-04-13T17:13:00.642Z] Step 3/26 : WORKDIR /edgex-go [2022-04-13T17:13:00.642Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:13:00.642Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:13:00.642Z] ---> 9ba5c5d012f8 [2022-04-13T17:13:00.642Z] Step 3/23 : WORKDIR /edgex-go [2022-04-13T17:13:03.187Z] ---> Running in 084c797223c0 [2022-04-13T17:13:03.187Z] ---> Running in 828d03f5c04c [2022-04-13T17:13:03.187Z] ---> Running in 3001394bf254 [2022-04-13T17:13:03.187Z] ---> Running in 4d79279e2864 [2022-04-13T17:13:03.187Z] ---> Running in 9ed9a9da9344 [2022-04-13T17:13:03.187Z] Removing intermediate container 9ed9a9da9344 [2022-04-13T17:13:03.187Z] ---> 1f0fee7b7f58 [2022-04-13T17:13:03.187Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:13:03.187Z] Removing intermediate container 4d79279e2864 [2022-04-13T17:13:03.187Z] ---> 84790ca1f553 [2022-04-13T17:13:03.187Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:13:03.187Z] Removing intermediate container 828d03f5c04c [2022-04-13T17:13:03.187Z] ---> d9d44f8e626a [2022-04-13T17:13:03.187Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:13:03.447Z] Removing intermediate container 084c797223c0 [2022-04-13T17:13:03.447Z] ---> 15a8374def3c [2022-04-13T17:13:03.447Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:13:03.447Z] Removing intermediate container 3001394bf254 [2022-04-13T17:13:03.447Z] ---> 14fad67f16fd [2022-04-13T17:13:03.447Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:13:03.447Z] ---> Running in 415c4db561ac [2022-04-13T17:13:03.447Z] ---> Running in 6e6bdd6274ce [2022-04-13T17:13:03.447Z] ---> Running in 5961aa2d30d0 [2022-04-13T17:13:03.447Z] ---> Running in 37defd6cd4bb [2022-04-13T17:13:03.447Z] ---> Running in 7a75f16cfdc8 [2022-04-13T17:13:04.385Z] Removing intermediate container 415c4db561ac [2022-04-13T17:13:04.385Z] ---> b016b263a948 [2022-04-13T17:13:04.385Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-13T17:13:04.385Z] ---> Running in abb6f20ce88e [2022-04-13T17:13:04.656Z] Removing intermediate container 5961aa2d30d0 [2022-04-13T17:13:04.656Z] ---> 047f3b2af6da [2022-04-13T17:13:04.656Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-13T17:13:04.656Z] Removing intermediate container 6e6bdd6274ce [2022-04-13T17:13:04.656Z] ---> d8fa9893232b [2022-04-13T17:13:04.656Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-13T17:13:04.656Z] ---> Running in effdd81d9577 [2022-04-13T17:13:04.656Z] ---> Running in 40cc331880ed [2022-04-13T17:13:04.920Z] Removing intermediate container 7a75f16cfdc8 [2022-04-13T17:13:04.920Z] ---> 8a02aac149d6 [2022-04-13T17:13:04.920Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-13T17:13:04.920Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:13:04.920Z] ---> Running in faae317c5049 [2022-04-13T17:13:04.920Z] Removing intermediate container 37defd6cd4bb [2022-04-13T17:13:04.920Z] ---> 9c13f5a3cd0a [2022-04-13T17:13:04.920Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-13T17:13:05.179Z] ---> Running in 658210deaf6a [2022-04-13T17:13:05.179Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:13:05.440Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:13:05.700Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:13:05.700Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:13:05.700Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:13:05.973Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:13:06.232Z] OK: 221 MiB in 52 packages [2022-04-13T17:13:06.232Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:13:06.232Z] OK: 221 MiB in 52 packages [2022-04-13T17:13:06.497Z] Removing intermediate container abb6f20ce88e [2022-04-13T17:13:06.497Z] ---> ebf950ca8e4f [2022-04-13T17:13:06.497Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-13T17:13:06.497Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:13:06.497Z] OK: 221 MiB in 52 packages [2022-04-13T17:13:06.497Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:13:06.764Z] ---> 1b4772750a5b [2022-04-13T17:13:06.764Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:13:06.764Z] ---> Running in 6a99856573d8 [2022-04-13T17:13:06.764Z] Removing intermediate container effdd81d9577 [2022-04-13T17:13:06.764Z] ---> 754a6b75ee5b [2022-04-13T17:13:06.764Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-13T17:13:06.764Z] OK: 221 MiB in 52 packages [2022-04-13T17:13:06.764Z] OK: 221 MiB in 52 packages [2022-04-13T17:13:07.025Z] Removing intermediate container 40cc331880ed [2022-04-13T17:13:07.025Z] ---> 7f7426ac8745 [2022-04-13T17:13:07.025Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-13T17:13:07.025Z] ---> 008ef77247f0 [2022-04-13T17:13:07.025Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:13:07.025Z] ---> Running in 68f9044d1783 [2022-04-13T17:13:07.025Z] ---> 945d862d6838 [2022-04-13T17:13:07.025Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:13:07.285Z] ---> Running in 2f9260aab58f [2022-04-13T17:13:07.285Z] Removing intermediate container faae317c5049 [2022-04-13T17:13:07.285Z] ---> 72a0768079f8 [2022-04-13T17:13:07.285Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-13T17:13:07.545Z] Removing intermediate container 658210deaf6a [2022-04-13T17:13:07.545Z] ---> 8fa0b2329a7c [2022-04-13T17:13:07.545Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-13T17:13:07.545Z] ---> b77d1e232f9e [2022-04-13T17:13:07.545Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:13:07.545Z] ---> Running in 8cc5f646abf6 [2022-04-13T17:13:07.545Z] ---> 45e0ed6fff02 [2022-04-13T17:13:07.545Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:13:07.805Z] ---> Running in 66219954b4ac [2022-04-13T17:13:07.805Z] Removing intermediate container 6a99856573d8 [2022-04-13T17:13:07.805Z] ---> 7ee8841eea51 [2022-04-13T17:13:07.805Z] Step 8/25 : COPY . . [2022-04-13T17:13:09.712Z] Removing intermediate container 68f9044d1783 [2022-04-13T17:13:09.712Z] ---> 6d295e942135 [2022-04-13T17:13:09.712Z] Step 8/26 : COPY . . [2022-04-13T17:13:09.969Z] Removing intermediate container 66219954b4ac [2022-04-13T17:13:09.969Z] ---> dc527ef89863 [2022-04-13T17:13:09.969Z] Step 8/26 : COPY . . [2022-04-13T17:13:09.969Z] Removing intermediate container 2f9260aab58f [2022-04-13T17:13:09.969Z] ---> 2eed5f58e4e4 [2022-04-13T17:13:09.969Z] Step 8/22 : COPY . . [2022-04-13T17:13:10.227Z] Removing intermediate container 8cc5f646abf6 [2022-04-13T17:13:10.227Z] ---> 4adcde387cdd [2022-04-13T17:13:10.227Z] Step 8/23 : COPY . . [2022-04-13T17:13:18.076Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-20830 in /w/workspace/edgexfoundry_edgex-go_PR-3964 [Pipeline] { [Pipeline] ws [2022-04-13T17:13:18.115Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-04-13T17:13:18.522Z] The recommended git tool is: git [2022-04-13T17:13:20.217Z] ---> e12d6fa5701d [2022-04-13T17:13:20.218Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-13T17:13:20.218Z] ---> 4ca913bb07b8 [2022-04-13T17:13:20.218Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-13T17:13:20.218Z] ---> 3bbffb450031 [2022-04-13T17:13:20.218Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-13T17:13:20.218Z] ---> b963dade233f [2022-04-13T17:13:20.218Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-13T17:13:20.218Z] ---> ebf37e5dfba1 [2022-04-13T17:13:20.218Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-13T17:13:20.218Z] ---> Running in d6cac6b0efa7 [2022-04-13T17:13:20.218Z] ---> Running in c44d9b3e0ce1 [2022-04-13T17:13:20.218Z] ---> Running in fc21f301cc5a [2022-04-13T17:13:20.218Z] ---> Running in a55c435282c0 [2022-04-13T17:13:20.218Z] ---> Running in 57813e40fa86 [2022-04-13T17:13:20.218Z] Removing intermediate container a55c435282c0 [2022-04-13T17:13:20.218Z] ---> 7f0a73596feb [2022-04-13T17:13:20.218Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-13T17:13:20.218Z] Removing intermediate container c44d9b3e0ce1 [2022-04-13T17:13:20.218Z] ---> bb2814999c80 [2022-04-13T17:13:20.218Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-13T17:13:20.218Z] Removing intermediate container 57813e40fa86 [2022-04-13T17:13:20.218Z] ---> 8f1c8d69dd0d [2022-04-13T17:13:20.218Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-13T17:13:20.218Z] ---> Running in b26fe864fd05 [2022-04-13T17:13:20.218Z] ---> Running in 331333565fa7 [2022-04-13T17:13:20.218Z] ---> Running in 748f2335f2e9 [2022-04-13T17:13:20.476Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-13T17:13:20.734Z] CGO_ENABLED=1 GO111MODULE=on go build -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-13T17:13:21.671Z] Removing intermediate container 331333565fa7 [2022-04-13T17:13:21.671Z] ---> b05f0cf24ab6 [2022-04-13T17:13:21.671Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-13T17:13:21.671Z] Removing intermediate container b26fe864fd05 [2022-04-13T17:13:21.671Z] ---> d98d01baf67b [2022-04-13T17:13:21.671Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-13T17:13:21.671Z] ---> Running in 32d12e3b1f06 [2022-04-13T17:13:21.671Z] ---> Running in 876794d01d89 [2022-04-13T17:13:21.671Z] Removing intermediate container 748f2335f2e9 [2022-04-13T17:13:21.671Z] ---> f07ac13cf892 [2022-04-13T17:13:21.671Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-13T17:13:21.671Z] ---> Running in dc75e986c96e [2022-04-13T17:13:21.671Z] Removing intermediate container 32d12e3b1f06 [2022-04-13T17:13:21.671Z] ---> c122efba4012 [2022-04-13T17:13:21.671Z] 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-13T17:13:21.930Z] Removing intermediate container 876794d01d89 [2022-04-13T17:13:21.930Z] ---> e7879c83cb8e [2022-04-13T17:13:21.930Z] 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-13T17:13:21.930Z] ---> Running in eab91c3d2ba2 [2022-04-13T17:13:21.930Z] Removing intermediate container dc75e986c96e [2022-04-13T17:13:21.930Z] ---> 4cdbc11697c6 [2022-04-13T17:13:21.930Z] 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-13T17:13:21.930Z] ---> Running in cc35e1d455a5 [2022-04-13T17:13:21.930Z] ---> Running in 87773797af70 [2022-04-13T17:13:22.878Z] spire-1.2.1/ [2022-04-13T17:13:22.878Z] spire-1.2.1/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.data/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.data/.file [2022-04-13T17:13:22.878Z] spire-1.2.1/.dockerignore [2022-04-13T17:13:22.878Z] spire-1.2.1/.gitattributes [2022-04-13T17:13:22.878Z] spire-1.2.1/.githooks/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.githooks/pre-commit [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/dependabot.yml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.gitignore [2022-04-13T17:13:22.878Z] spire-1.2.1/.go-version [2022-04-13T17:13:22.878Z] spire-1.2.1/.golangci.yml [2022-04-13T17:13:22.878Z] spire-1.2.1/ADOPTERS.md [2022-04-13T17:13:22.878Z] spire-1.2.1/CHANGELOG.md [2022-04-13T17:13:22.878Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-13T17:13:22.878Z] spire-1.2.1/CODEOWNERS [2022-04-13T17:13:22.878Z] spire-1.2.1/CONTRIBUTING.md [2022-04-13T17:13:22.878Z] spire-1.2.1/Dockerfile [2022-04-13T17:13:22.878Z] spire-1.2.1/Dockerfile.devspire-1.2.1/.data/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.data/.file [2022-04-13T17:13:22.878Z] spire-1.2.1/.dockerignore [2022-04-13T17:13:22.878Z] spire-1.2.1/.gitattributes [2022-04-13T17:13:22.878Z] spire-1.2.1/.githooks/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.githooks/pre-commit [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/dependabot.yml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.gitignore [2022-04-13T17:13:22.878Z] spire-1.2.1/.go-version [2022-04-13T17:13:22.878Z] spire-1.2.1/.golangci.yml [2022-04-13T17:13:22.878Z] spire-1.2.1/ADOPTERS.md [2022-04-13T17:13:22.878Z] spire-1.2.1/CHANGELOG.md [2022-04-13T17:13:22.878Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-13T17:13:22.878Z] spire-1.2.1/CODEOWNERS [2022-04-13T17:13:22.878Z] spire-1.2.1/CONTRIBUTING.md [2022-04-13T17:13:22.878Z] spire-1.2.1/Dockerfile [2022-04-13T17:13:22.878Z] spire-1.2.1/Dockerfile.dev [2022-04-13T17:13:22.878Z] spire-1.2.1/Dockerfile.scratch [2022-04-13T17:13:22.878Z] spire-1.2.1/LICENSE [2022-04-13T17:13:22.878Z] spire-1.2.1/MAINTAINERS.md [2022-04-13T17:13:22.878Z] spire-1.2.1/Makefile [2022-04-13T17:13:22.878Z] spire-1.2.1/README.md [2022-04-13T17:13:22.878Z] spire-1.2.1/ROADMAP.md [2022-04-13T17:13:22.878Z] spire-1.2.1/SECURITY.md [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/validate/spire-1.2.1/ [2022-04-13T17:13:22.878Z] [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-13T17:13:22.878Z] spire-1.2.1/Dockerfile.scratch [2022-04-13T17:13:22.878Z] spire-1.2.1/LICENSE [2022-04-13T17:13:22.878Z] spire-1.2.1/MAINTAINERS.md [2022-04-13T17:13:22.878Z] spire-1.2.1/Makefile [2022-04-13T17:13:22.878Z] spire-1.2.1/README.md [2022-04-13T17:13:22.878Z] spire-1.2.1/ROADMAP.md [2022-04-13T17:13:22.878Z] spire-1.2.1/SECURITY.md [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/spire-1.2.1/.data/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.data/.file [2022-04-13T17:13:22.878Z] spire-1.2.1/.dockerignore [2022-04-13T17:13:22.878Z] spire-1.2.1/.gitattributes [2022-04-13T17:13:22.878Z] spire-1.2.1/.githooks/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.githooks/pre-commit [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/dependabot.yml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-13T17:13:22.878Z] spire-1.2.1/.gitignore [2022-04-13T17:13:22.878Z] spire-1.2.1/.go-version [2022-04-13T17:13:22.878Z] spire-1.2.1/.golangci.yml [2022-04-13T17:13:22.878Z] spire-1.2.1/ADOPTERS.md [2022-04-13T17:13:22.878Z] spire-1.2.1/CHANGELOG.md [2022-04-13T17:13:22.878Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-13T17:13:22.878Z] spire-1.2.1/CODEOWNERS [2022-04-13T17:13:22.878Z] spire-1.2.1/CONTRIBUTING.md [2022-04-13T17:13:22.878Z] spire-1.2.1/Dockerfile [2022-04-13T17:13:22.878Z] spire-1.2.1/Dockerfile.dev [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-13T17:13:22.878Z] spire-1.2.1/Dockerfile.scratch [2022-04-13T17:13:22.878Z] spire-1.2.1/LICENSE [2022-04-13T17:13:22.878Z] spire-1.2.1/MAINTAINERS.md [2022-04-13T17:13:22.878Z] spire-1.2.1/Makefile [2022-04-13T17:13:22.878Z] spire-1.2.1/README.md [2022-04-13T17:13:22.878Z] spire-1.2.1/ROADMAP.md [2022-04-13T17:13:22.878Z] spire-1.2.1/SECURITY.md [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-13T17:13:22.878Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/ [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/ [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/agent.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/ [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/server.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/server_full.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/ [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/SPIRE101.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/auditlog.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/ [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/ [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/ [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/agent.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/ [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/server.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/server_full.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/ [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/SPIRE101.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/auditlog.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/ [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-13T17:13:22.879Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/ [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/ [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/agent.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/ [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/server.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/conf/server/server_full.conf [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/ [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/SPIRE101.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/auditlog.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/ [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/scaling_spire.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/spire_agent.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/spire_server.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/supported_integrations.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/telemetry.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/telemetry_config.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/upgrading.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/using_spire.md [2022-04-13T17:13:22.879Z] spire-1.2.1/examples/ [2022-04-13T17:13:22.879Z] spire-1.2.1/examples/README.md [2022-04-13T17:13:22.879Z] spire-1.2.1/go.mod [2022-04-13T17:13:22.879Z] spire-1.2.1/go.sum [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/agent.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/client/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/common/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/config.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/scaling_spire.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/spire_agent.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/spire_server.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/supported_integrations.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/telemetry.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/telemetry_config.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/upgrading.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/using_spire.md [2022-04-13T17:13:22.879Z] spire-1.2.1/examples/ [2022-04-13T17:13:22.879Z] spire-1.2.1/examples/README.md [2022-04-13T17:13:22.879Z] spire-1.2.1/go.mod [2022-04-13T17:13:22.879Z] spire-1.2.1/go.sum [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/agent.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-13T17:13:22.879Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-13T17:13:22.879Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/config.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/svid/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/scaling_spire.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/spire_agent.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/spire_server.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/supported_integrations.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/telemetry.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/telemetry_config.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/upgrading.md [2022-04-13T17:13:22.880Z] spire-1.2.1/doc/using_spire.md [2022-04-13T17:13:22.880Z] spire-1.2.1/examples/ [2022-04-13T17:13:22.880Z] spire-1.2.1/examples/README.md [2022-04-13T17:13:22.880Z] spire-1.2.1/go.mod [2022-04-13T17:13:22.880Z] spire-1.2.1/go.sum [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/agent.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/names.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/auth/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cli/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-13T17:13:22.880Z] [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/config.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-13T17:13:22.880Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/config.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/context.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/health.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/log.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/options.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/svid/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/names.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/auth/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cli/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-13T17:13:22.881Z] [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/config.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/context.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/health.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/profiling/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/selector/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/log.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/log/options.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-13T17:13:22.881Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/uptime/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/profiling/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/selector/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/svid/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/task.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/version/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/version/version.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/names.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/auth/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-13T17:13:22.882Z] [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/uptime/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/api.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/task.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/version/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/version/version.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cli/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/health/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/id.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/api.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-13T17:13:22.882Z] [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/status.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/server/api/trustdomain/v1/spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-13T17:13:22.882Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/health/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/id.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/status.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/health/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/health/config.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/health/context.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/health/health.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-13T17:13:22.883Z] [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/idutil/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/log/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/log/log.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/log/options.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/conn.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/config.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-13T17:13:22.883Z] [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/config.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/profiling/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/selector/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-13T17:13:22.883Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/uptime/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/task.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/version/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/version/version.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509util/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-13T17:13:22.884Z] [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/api.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.gospire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/health/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/id.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-13T17:13:22.884Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/registration/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/server.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/server_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/private/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/private/server/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/private/server/journal/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/status.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/release/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/registration/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/server.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/server_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/private/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/private/server/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/private/server/journal/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/bundle/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/README.md [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/README.md [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/conf/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/conf/server/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-13T17:13:22.885Z] spire-1.2.1/script/ [2022-04-13T17:13:22.885Z] spire-1.2.1/script/build-artifact.sh [2022-04-13T17:13:22.885Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-13T17:13:22.885Z] spire-1.2.1/support/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-13T17:13:22.885Z] spire-1.2.1/release/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/catalog/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-13T17:13:22.885Z] [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/README.md [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/README.md [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/conf/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/conf/server/ [2022-04-13T17:13:22.885Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-13T17:13:22.885Z] spire-1.2.1/script/ [2022-04-13T17:13:22.885Z] spire-1.2.1/script/build-artifact.sh [2022-04-13T17:13:22.885Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-13T17:13:22.885Z] spire-1.2.1/support/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yamlspire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/config.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-13T17:13:22.885Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-13T17:13:22.885Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-13T17:13:22.885Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/clock/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/clock/clock.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-13T17:13:22.886Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/clock/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/clock/clock.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/fixture.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/README.md [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/common [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/fixture.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-13T17:13:22.886Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/README.md [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/common [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-13T17:13:22.886Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-13T17:13:22.887Z] [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-13T17:13:22.887Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-13T17:13:22.887Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/registration/ [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/server.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/server_test.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/svid/ [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-13T17:13:22.888Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/ [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/private/ [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/private/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/private/server/journal/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/ [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/common/ [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/plugin/ [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-13T17:13:22.888Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-13T17:13:22.888Z] spire-1.2.1/release/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-13T17:13:22.888Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire-extras/ [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire-extras/README.md [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire/ [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire/README.md [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire/conf/ [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire/conf/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/script/ [2022-04-13T17:13:22.889Z] spire-1.2.1/script/build-artifact.sh [2022-04-13T17:13:22.889Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-13T17:13:22.889Z] spire-1.2.1/support/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-13T17:13:22.889Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-13T17:13:22.889Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-13T17:13:22.890Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-13T17:13:22.890Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/clock/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/clock/clock.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/test-one.sh [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/test.sh [2022-04-13T17:13:22.890Z] spire-1.2.1/test/plugintest/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/plugintest/config.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/plugintest/load.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/plugintest/option.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/spiretest/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-13T17:13:22.890Z] spire-1.2.1/test/spiretest/dir.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/spiretest/logs.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/spiretest/suite.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/spiretest/x509.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/testca/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/testca/ca.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/testkey/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/testkey/generate.sh [2022-04-13T17:13:22.890Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/testkey/keys.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/testkey/new.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/tpmsimulator/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/util/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/util/cert_generation.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/util/io_redirection.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/util/race.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/util/util.go [2022-04-13T17:13:22.890Z] building spire from source... [2022-04-13T17:13:22.890Z] [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-13T17:13:22.890Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-13T17:13:22.890Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/fixture.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/test-one.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/test.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/plugintest/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/plugintest/config.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/plugintest/load.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/plugintest/option.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/spiretest/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/registration/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-13T17:13:22.891Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/spiretest/dir.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/spiretest/logs.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/spiretest/suite.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/spiretest/x509.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/testca/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/testca/ca.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/testkey/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/testkey/generate.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/testkey/keys.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/testkey/new.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/tpmsimulator/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/util/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/util/cert_generation.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/util/io_redirection.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/util/race.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/util/util.go [2022-04-13T17:13:22.891Z] building spire from source... [2022-04-13T17:13:22.891Z] [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/common [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-13T17:13:22.891Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-13T17:13:22.892Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-13T17:13:22.893Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-13T17:13:22.893Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-13T17:13:22.893Z] spire-1.2.1/test/integration/test-one.sh [2022-04-13T17:13:22.893Z] spire-1.2.1/test/integration/test.sh [2022-04-13T17:13:22.893Z] spire-1.2.1/test/plugintest/ [2022-04-13T17:13:22.893Z] spire-1.2.1/test/plugintest/config.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/plugintest/load.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/plugintest/option.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/spiretest/ [2022-04-13T17:13:22.893Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/spiretest/dir.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/spiretest/logs.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/spiretest/suite.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/spiretest/x509.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/testca/ [2022-04-13T17:13:22.893Z] spire-1.2.1/test/testca/ca.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/testkey/ [2022-04-13T17:13:22.893Z] spire-1.2.1/test/testkey/generate.sh [2022-04-13T17:13:22.893Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/testkey/keys.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/testkey/new.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/tpmsimulator/ [2022-04-13T17:13:22.893Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/util/ [2022-04-13T17:13:22.893Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/util/cert_generation.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/util/io_redirection.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/util/race.go [2022-04-13T17:13:22.893Z] spire-1.2.1/test/util/util.go [2022-04-13T17:13:22.893Z] building spire from source... [2022-04-13T17:13:22.893Z] Installing go1.17.7... [2022-04-13T17:13:22.893Z] Installing go1.17.7... [2022-04-13T17:13:23.151Z] Installing go1.17.7... [2022-04-13T17:13:27.081Z] using credential edgex-jenkins-ssh [2022-04-13T17:13:27.107Z] Cloning the remote Git repository [2022-04-13T17:13:27.219Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-13T17:13:27.322Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-04-13T17:13:27.438Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-13T17:13:27.439Z] > git --version # timeout=10 [2022-04-13T17:13:27.478Z] > git --version # 'git version 2.25.1' [2022-04-13T17:13:27.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-13T17:13:27.565Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-13T17:13:28.421Z] Building bin/spire-server... [2022-04-13T17:13:28.422Z] Building bin/spire-server... [2022-04-13T17:13:28.422Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-13T17:13:28.422Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-13T17:13:28.422Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-13T17:13:28.422Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-13T17:13:28.422Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-13T17:13:28.422Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-13T17:13:28.422Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-13T17:13:28.422Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-13T17:13:28.422Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-13T17:13:28.422Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-13T17:13:28.422Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-13T17:13:28.422Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-13T17:13:28.422Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-13T17:13:28.422Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-13T17:13:28.422Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-13T17:13:28.422Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-13T17:13:28.422Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-13T17:13:28.422Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-13T17:13:28.422Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-13T17:13:28.422Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-13T17:13:28.422Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-13T17:13:28.422Z] Building bin/spire-server... [2022-04-13T17:13:28.422Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-13T17:13:28.422Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-13T17:13:28.422Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-13T17:13:28.422Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-13T17:13:28.422Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-13T17:13:28.422Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-13T17:13:28.422Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-13T17:13:28.422Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-13T17:13:28.422Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-13T17:13:28.422Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-13T17:13:28.422Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-13T17:13:28.422Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-13T17:13:28.422Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-13T17:13:28.422Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-13T17:13:28.422Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-13T17:13:28.422Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-13T17:13:28.422Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-13T17:13:28.422Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-13T17:13:28.422Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-13T17:13:28.422Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-13T17:13:28.679Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-13T17:13:28.679Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-13T17:13:28.679Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-13T17:13:28.679Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-13T17:13:28.679Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-13T17:13:28.679Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-13T17:13:28.679Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-13T17:13:28.679Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-13T17:13:28.679Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-13T17:13:28.679Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-13T17:13:28.679Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-13T17:13:28.679Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-13T17:13:28.679Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-13T17:13:28.679Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-13T17:13:28.679Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-13T17:13:28.939Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-13T17:13:28.939Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-13T17:13:28.939Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-13T17:13:28.939Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-13T17:13:28.939Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-13T17:13:28.939Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-13T17:13:28.939Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-13T17:13:28.939Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-13T17:13:28.939Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-13T17:13:28.939Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-13T17:13:28.939Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-13T17:13:28.939Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-13T17:13:28.939Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-13T17:13:28.939Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-13T17:13:28.939Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-13T17:13:28.939Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-13T17:13:28.939Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-13T17:13:28.939Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-13T17:13:28.939Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-13T17:13:28.939Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-13T17:13:28.939Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-13T17:13:28.939Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-13T17:13:28.939Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-13T17:13:28.939Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-13T17:13:28.939Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-13T17:13:28.939Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-13T17:13:28.939Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-13T17:13:28.939Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-13T17:13:28.939Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-13T17:13:29.197Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-13T17:13:29.197Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-13T17:13:29.197Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-13T17:13:29.197Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-13T17:13:29.197Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-13T17:13:29.197Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-13T17:13:29.197Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-13T17:13:29.197Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-13T17:13:29.197Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-13T17:13:29.197Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-13T17:13:29.197Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-13T17:13:29.197Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-13T17:13:29.197Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-13T17:13:29.197Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-13T17:13:29.197Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-13T17:13:29.197Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-13T17:13:29.197Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-13T17:13:29.197Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-13T17:13:29.197Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-13T17:13:29.197Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-13T17:13:29.197Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-13T17:13:29.197Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-13T17:13:29.197Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-13T17:13:29.197Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-13T17:13:29.197Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-13T17:13:29.197Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-13T17:13:29.197Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-13T17:13:29.197Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-13T17:13:29.197Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-13T17:13:29.197Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-13T17:13:29.197Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-13T17:13:29.197Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-13T17:13:29.197Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-13T17:13:29.197Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-13T17:13:29.197Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-13T17:13:29.456Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-13T17:13:29.456Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-13T17:13:29.456Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-13T17:13:29.456Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-13T17:13:29.456Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-13T17:13:29.456Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-13T17:13:29.456Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-13T17:13:29.456Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-13T17:13:29.456Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-13T17:13:29.456Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-13T17:13:29.456Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-13T17:13:29.456Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-13T17:13:29.456Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-13T17:13:29.456Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-13T17:13:29.456Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-13T17:13:29.456Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-13T17:13:29.456Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-13T17:13:29.456Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-13T17:13:29.456Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-13T17:13:29.456Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-13T17:13:29.456Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-13T17:13:29.456Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-13T17:13:29.456Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-13T17:13:29.456Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-13T17:13:29.456Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-13T17:13:29.456Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-13T17:13:29.456Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-13T17:13:29.456Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-13T17:13:29.456Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-13T17:13:29.716Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-13T17:13:29.716Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-13T17:13:29.716Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-13T17:13:29.716Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-13T17:13:29.716Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-13T17:13:29.716Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-13T17:13:29.716Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-13T17:13:29.716Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-13T17:13:29.716Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-13T17:13:29.716Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-13T17:13:29.716Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-13T17:13:29.716Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-13T17:13:29.716Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-13T17:13:29.716Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-13T17:13:29.716Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-13T17:13:29.975Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-13T17:13:30.236Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-13T17:13:30.236Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-13T17:13:31.772Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-13T17:13:31.772Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-13T17:13:31.772Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-13T17:13:31.772Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-13T17:13:31.772Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-13T17:13:32.033Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-13T17:13:32.033Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-13T17:13:32.033Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-13T17:13:32.033Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-13T17:13:32.033Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-13T17:13:32.293Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-13T17:13:32.293Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-13T17:13:32.293Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-13T17:13:32.293Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-13T17:13:32.555Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-13T17:13:35.849Z] go: downloading google.golang.org/api v0.70.0 [2022-04-13T17:13:35.849Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-13T17:13:35.849Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-13T17:13:35.849Z] go: downloading k8s.io/api v0.23.4 [2022-04-13T17:13:35.849Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-13T17:13:35.849Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-13T17:13:35.849Z] go: downloading google.golang.org/api v0.70.0 [2022-04-13T17:13:35.849Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-13T17:13:35.849Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-13T17:13:35.849Z] go: downloading k8s.io/api v0.23.4 [2022-04-13T17:13:35.849Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-13T17:13:35.849Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-13T17:13:35.849Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-13T17:13:36.268Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-13T17:13:36.268Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-13T17:13:36.534Z] go: downloading google.golang.org/api v0.70.0 [2022-04-13T17:13:36.534Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-13T17:13:36.534Z] go: downloading k8s.io/api v0.23.4 [2022-04-13T17:13:36.534Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-13T17:13:36.534Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-13T17:13:36.534Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-13T17:13:36.534Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-13T17:13:36.799Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-13T17:13:36.799Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-13T17:13:36.799Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-13T17:13:36.799Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-13T17:13:36.799Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-13T17:13:37.059Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-13T17:13:37.059Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-13T17:13:37.059Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-13T17:13:37.318Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-13T17:13:37.318Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-13T17:13:37.578Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-13T17:13:37.578Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-13T17:13:37.578Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-13T17:13:38.146Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-13T17:13:38.146Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-13T17:13:38.146Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-13T17:13:38.146Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-13T17:13:38.146Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-13T17:13:38.407Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-13T17:13:38.408Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-13T17:13:38.408Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-13T17:13:38.408Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-13T17:13:38.408Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-13T17:13:38.408Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-13T17:13:38.408Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-13T17:13:38.408Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-13T17:13:38.408Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-13T17:13:38.408Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-13T17:13:38.408Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-13T17:13:38.408Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-13T17:13:38.408Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-13T17:13:38.408Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-13T17:13:38.668Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-13T17:13:38.668Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-13T17:13:38.668Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-13T17:13:38.668Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-13T17:13:38.668Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-13T17:13:38.668Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-13T17:13:38.668Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-13T17:13:38.668Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-13T17:13:38.668Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-13T17:13:38.668Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-13T17:13:38.668Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-13T17:13:38.926Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-13T17:13:38.926Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-13T17:13:38.926Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-13T17:13:38.926Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-13T17:13:38.926Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-13T17:13:38.926Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-13T17:13:38.926Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-13T17:13:38.926Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-13T17:13:39.187Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-13T17:13:39.187Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-13T17:13:39.187Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-13T17:13:39.187Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-13T17:13:39.187Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-13T17:13:39.449Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-13T17:13:39.449Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-13T17:13:39.449Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-13T17:13:39.449Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-13T17:13:39.449Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-13T17:13:39.707Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-13T17:13:39.707Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-13T17:13:39.707Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-13T17:13:39.707Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-13T17:13:39.707Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-13T17:13:39.966Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-13T17:13:39.966Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-13T17:13:39.966Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-13T17:13:39.966Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-13T17:13:39.966Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-13T17:13:40.225Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-13T17:13:40.225Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-13T17:13:40.484Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-13T17:13:40.484Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-13T17:13:41.051Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-13T17:13:41.051Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-13T17:13:41.051Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-13T17:13:41.051Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-13T17:13:41.051Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-13T17:13:41.051Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-13T17:13:41.429Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-13T17:13:41.429Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-13T17:13:41.429Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-13T17:13:41.689Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-13T17:13:41.689Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-13T17:13:41.689Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-13T17:13:41.689Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-13T17:13:41.689Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-13T17:13:41.689Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-13T17:13:41.689Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-13T17:13:41.689Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-13T17:13:41.689Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-13T17:13:41.689Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-13T17:13:41.689Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-13T17:13:41.689Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-13T17:13:41.689Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-13T17:13:41.689Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-13T17:13:41.949Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-13T17:13:41.949Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-13T17:13:41.949Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-13T17:13:41.949Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-13T17:13:41.949Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-13T17:13:41.949Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-13T17:13:41.949Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-13T17:13:41.949Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-13T17:13:41.949Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-13T17:13:41.949Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-13T17:13:41.949Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-13T17:13:41.949Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-13T17:13:41.949Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-13T17:13:41.949Z] go: downloading go.opencensus.io v0.23.0 [2022-04-13T17:13:41.949Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-13T17:13:41.949Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-13T17:13:41.949Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-13T17:13:42.209Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-13T17:13:42.209Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-13T17:13:42.209Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-13T17:13:42.209Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-13T17:13:42.209Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-13T17:13:42.209Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-13T17:13:42.209Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-13T17:13:42.209Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-13T17:13:42.209Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-13T17:13:42.209Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-13T17:13:42.209Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-13T17:13:42.209Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-13T17:13:42.209Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-13T17:13:42.209Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-13T17:13:42.209Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-13T17:13:42.209Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-13T17:13:42.209Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-13T17:13:42.209Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-13T17:13:42.209Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-13T17:13:42.209Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-13T17:13:42.209Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-13T17:13:42.209Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-13T17:13:42.209Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-13T17:13:42.209Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-13T17:13:42.637Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-13T17:13:42.896Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-13T17:13:42.896Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-13T17:13:42.896Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-13T17:13:42.896Z] go: downloading go.opencensus.io v0.23.0 [2022-04-13T17:13:42.896Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-13T17:13:42.896Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-13T17:13:42.896Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-13T17:13:42.896Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-13T17:13:42.896Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-13T17:13:42.896Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-13T17:13:42.896Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-13T17:13:42.896Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-13T17:13:42.896Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-13T17:13:42.896Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-13T17:13:42.896Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-13T17:13:42.896Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-13T17:13:42.896Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-13T17:13:42.896Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-13T17:13:42.896Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-13T17:13:42.896Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-13T17:13:42.896Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-13T17:13:42.896Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-13T17:13:42.896Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-13T17:13:42.896Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-13T17:13:42.896Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-13T17:13:42.896Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-13T17:13:42.896Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-13T17:13:42.896Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-13T17:13:42.896Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-13T17:13:43.158Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-13T17:13:43.158Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-13T17:13:43.158Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-13T17:13:43.158Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-13T17:13:43.158Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-13T17:13:43.158Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-13T17:13:43.158Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-13T17:13:43.158Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-13T17:13:43.158Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-13T17:13:43.158Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-13T17:13:43.158Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-13T17:13:43.158Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-13T17:13:43.158Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-13T17:13:43.158Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-13T17:13:43.158Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-13T17:13:43.158Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-13T17:13:43.158Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-13T17:13:43.158Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-13T17:13:43.158Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-13T17:13:43.158Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-13T17:13:43.158Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-13T17:13:43.417Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-13T17:13:43.417Z] go: downloading go.opencensus.io v0.23.0 [2022-04-13T17:13:43.417Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-13T17:13:43.417Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-13T17:13:43.417Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-13T17:13:43.417Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-13T17:13:43.417Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-13T17:13:43.417Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-13T17:13:43.417Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-13T17:13:43.417Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-13T17:13:43.417Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-13T17:13:43.417Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-13T17:13:43.417Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-13T17:13:43.676Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-13T17:13:43.676Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-13T17:13:43.676Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-13T17:13:43.676Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-13T17:13:43.676Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-13T17:13:43.676Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-13T17:13:43.676Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-13T17:13:43.935Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-13T17:13:43.935Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-13T17:13:43.935Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-13T17:13:43.935Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-13T17:13:43.935Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-13T17:13:43.935Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-13T17:13:43.935Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-13T17:13:43.935Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-13T17:13:43.935Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-13T17:13:43.935Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-13T17:13:43.935Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-13T17:13:44.204Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-13T17:13:50.780Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-13T17:13:50.780Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-13T17:13:50.780Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-13T17:13:50.780Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-13T17:13:50.780Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-13T17:13:50.780Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-13T17:13:50.780Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-13T17:13:53.384Z] Merging remotes/origin/main commit e06225a277df99345dc66b555c91ab0f0cafa68f into PR head commit 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:13:52.528Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-13T17:13:52.546Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-13T17:13:52.574Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-13T17:13:52.607Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-13T17:13:52.608Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-13T17:13:52.626Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3964/head:refs/remotes/origin/PR-3964 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-13T17:13:53.407Z] > git config core.sparsecheckout # timeout=10 [2022-04-13T17:13:53.423Z] > git checkout -f 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb # timeout=10 [2022-04-13T17:13:53.687Z] > git remote # timeout=10 [2022-04-13T17:13:53.705Z] > git config --get remote.origin.url # timeout=10 [2022-04-13T17:13:53.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-13T17:13:53.738Z] > git merge e06225a277df99345dc66b555c91ab0f0cafa68f # timeout=10 [2022-04-13T17:13:53.764Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-13T17:13:53.780Z] Merge succeeded, producing 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:13:53.781Z] Checking out Revision 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb (PR-3964) [2022-04-13T17:13:53.793Z] > git config core.sparsecheckout # timeout=10 [2022-04-13T17:13:53.813Z] > git checkout -f 8bf806ee30964ac124c1837d3dd5a1e332c1f8eb # timeout=10 [2022-04-13T17:13:58.363Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-04-13T17:13:58.432Z] > git --version # timeout=10 [2022-04-13T17:13:58.443Z] > git --version # 'git version 2.25.1' [2022-04-13T17:13:58.459Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-13T17:13:59.572Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-13T17:13:59.572Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-13T17:13:59.572Z] Dload Upload Total Spent Left Speed [2022-04-13T17:13:59.572Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 202k 0 --:--:-- --:--:-- --:--:-- 206k [Pipeline] sh [2022-04-13T17:14:00.205Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-13T17:14:00.581Z] + sudo tee /etc/docker/daemon.new [2022-04-13T17:14:00.581Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-13T17:14:00.581Z] { [2022-04-13T17:14:00.581Z] "registry-mirrors": [ [2022-04-13T17:14:00.581Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-13T17:14:00.581Z] ], [2022-04-13T17:14:00.581Z] "bip": "10.250.0.254/24", [2022-04-13T17:14:00.581Z] "hosts": [ [2022-04-13T17:14:00.581Z] "tcp://0.0.0.0:5555", [2022-04-13T17:14:00.581Z] "unix:///var/run/docker.sock" [2022-04-13T17:14:00.581Z] ], [2022-04-13T17:14:00.581Z] "mtu": 1458, [2022-04-13T17:14:00.581Z] "selinux-enabled": true, [2022-04-13T17:14:00.581Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-13T17:14:00.581Z] } [Pipeline] sh [2022-04-13T17:14:00.973Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-13T17:14:01.347Z] + sudo service docker restart [2022-04-13T17:14:08.978Z] Removing intermediate container fc21f301cc5a [2022-04-13T17:14:08.978Z] ---> 3a57734eff0c [2022-04-13T17:14:08.978Z] [2022-04-13T17:14:08.978Z] Step 10/23 : FROM alpine:3.14 [2022-04-13T17:14:08.978Z] 3.14: Pulling from library/alpine [2022-04-13T17:14:09.546Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-13T17:14:09.546Z] Status: Downloaded newer image for alpine:3.14 [2022-04-13T17:14:09.546Z] ---> e04c818066af [2022-04-13T17:14:09.546Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-13T17:14:09.805Z] Removing intermediate container d6cac6b0efa7 [2022-04-13T17:14:09.805Z] ---> c5ebc448a849 [2022-04-13T17:14:09.805Z] [2022-04-13T17:14:09.805Z] Step 10/22 : FROM alpine:3.14 [2022-04-13T17:14:09.805Z] ---> e04c818066af [2022-04-13T17:14:09.805Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-13T17:14:09.805Z] ---> Running in e9f3241a6e2e [2022-04-13T17:14:09.805Z] ---> Running in f123223a8008 [2022-04-13T17:14:10.064Z] Removing intermediate container e9f3241a6e2e [2022-04-13T17:14:10.064Z] ---> ecc374b34385 [2022-04-13T17:14:10.064Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-13T17:14:10.324Z] ---> Running in bd2e680865fa [2022-04-13T17:14:10.893Z] Removing intermediate container bd2e680865fa [2022-04-13T17:14:10.893Z] ---> 1c655c048818 [2022-04-13T17:14:10.893Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-13T17:14:10.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:14:10.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:14:10.894Z] ---> Running in 2b747f77fb90 [2022-04-13T17:14:11.152Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-13T17:14:11.152Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-13T17:14:11.152Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-13T17:14:11.152Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-13T17:14:11.152Z] (5/6) Installing curl (7.79.1-r0) [2022-04-13T17:14:11.152Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-13T17:14:11.152Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T17:14:11.152Z] Executing ca-certificates-20211220-r0.trigger [2022-04-13T17:14:11.414Z] OK: 8 MiB in 20 packages [2022-04-13T17:14:11.414Z] Removing intermediate container 2b747f77fb90 [2022-04-13T17:14:11.414Z] ---> 98a9ddd0ee29 [2022-04-13T17:14:11.414Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:14:11.414Z] ---> Running in 616dd9baec5e [2022-04-13T17:14:12.359Z] Removing intermediate container f123223a8008 [2022-04-13T17:14:12.359Z] ---> 32662958eabb [2022-04-13T17:14:12.359Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-13T17:14:12.359Z] ---> Running in c21f3eb84628 [2022-04-13T17:14:12.655Z] Removing intermediate container c21f3eb84628 [2022-04-13T17:14:12.655Z] ---> 09477b8c9945 [2022-04-13T17:14:12.655Z] Step 13/22 : WORKDIR /edgex [2022-04-13T17:14:12.913Z] ---> Running in d544d216dbd9 [2022-04-13T17:14:13.177Z] Removing intermediate container d544d216dbd9 [2022-04-13T17:14:13.177Z] ---> 7a6231f3fae4 [2022-04-13T17:14:13.177Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-13T17:14:13.437Z] Removing intermediate container 616dd9baec5e [2022-04-13T17:14:13.437Z] ---> 42a6d1488814 [2022-04-13T17:14:13.437Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-13T17:14:13.437Z] ---> Running in 93cd92e82ccf [2022-04-13T17:14:14.008Z] ---> 21653f916f8f [2022-04-13T17:14:14.008Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-13T17:14:14.583Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:14:15.521Z] ---> 8f6cbe8ceddb [2022-04-13T17:14:15.521Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-13T17:14:15.521Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:14:15.780Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-13T17:14:15.780Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-13T17:14:15.780Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-13T17:14:16.039Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-13T17:14:16.039Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-13T17:14:16.039Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-13T17:14:16.298Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T17:14:16.298Z] OK: 8 MiB in 20 packages [2022-04-13T17:14:16.559Z] ---> 22dbef462298 [2022-04-13T17:14:16.559Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-13T17:14:17.125Z] ---> 0ee6342a1b3a [2022-04-13T17:14:17.125Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-13T17:14:17.389Z] ---> Running in f132ce9c7448 [2022-04-13T17:14:17.389Z] Removing intermediate container 93cd92e82ccf [2022-04-13T17:14:17.389Z] ---> c7b875f9a00b [2022-04-13T17:14:17.389Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:14:18.332Z] ---> 23f8c86a254b [2022-04-13T17:14:18.332Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-13T17:14:19.710Z] Removing intermediate container f132ce9c7448 [2022-04-13T17:14:19.710Z] ---> b38b67d69288 [2022-04-13T17:14:19.710Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-13T17:14:19.710Z] ---> 8e4a29094f0b [2022-04-13T17:14:19.710Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-13T17:14:19.710Z] ---> Running in c8f8d7286c66 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-13T17:14:19.784Z] provisioning config files... [2022-04-13T17:14:19.816Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4243168653400443736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-13T17:14:20.286Z] Removing intermediate container c8f8d7286c66 [2022-04-13T17:14:20.286Z] ---> c6b410f8f615 [2022-04-13T17:14:20.286Z] Step 20/22 : LABEL arch=x86_64 [2022-04-13T17:14:20.286Z] ---> 85413e1e3f56 [2022-04-13T17:14:20.286Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-13T17:14:20.286Z] ---> Running in 2bf9ae43f5c3 [2022-04-13T17:14:20.452Z] ---> docker-login.sh [2022-04-13T17:14:20.452Z] nexus3.edgexfoundry.org:10001 [2022-04-13T17:14:20.548Z] ---> Running in 993e534fe3ed [2022-04-13T17:14:20.807Z] Removing intermediate container 993e534fe3ed [2022-04-13T17:14:20.807Z] ---> 07a4e3197957 [2022-04-13T17:14:20.807Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:14:20.807Z] Removing intermediate container 2bf9ae43f5c3 [2022-04-13T17:14:20.807Z] ---> 2ccbfa44ab30 [2022-04-13T17:14:20.807Z] Step 21/22 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:14:21.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-13T17:14:21.071Z] ---> Running in 5eb7c599b607 [2022-04-13T17:14:21.071Z] ---> Running in bd16d39b0d50 [2022-04-13T17:14:21.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-13T17:14:21.323Z] Configure a credential helper to remove this warning. See [2022-04-13T17:14:21.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-13T17:14:21.323Z] [2022-04-13T17:14:21.323Z] Login Succeeded [2022-04-13T17:14:21.323Z] nexus3.edgexfoundry.org:10002 [2022-04-13T17:14:21.332Z] Removing intermediate container 5eb7c599b607 [2022-04-13T17:14:21.332Z] ---> 25b9879bec87 [2022-04-13T17:14:21.332Z] Step 21/23 : LABEL arch=x86_64 [2022-04-13T17:14:21.332Z] Removing intermediate container bd16d39b0d50 [2022-04-13T17:14:21.332Z] ---> fa9a30323245 [2022-04-13T17:14:21.332Z] Step 22/22 : LABEL version=0.0.0 [2022-04-13T17:14:21.332Z] ---> Running in 2126e9e625f1 [2022-04-13T17:14:21.332Z] ---> Running in c639cffe4ed2 [2022-04-13T17:14:21.595Z] Removing intermediate container c639cffe4ed2 [2022-04-13T17:14:21.595Z] ---> 509381e23442 [2022-04-13T17:14:21.595Z] Step 22/23 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:14:21.855Z] Removing intermediate container 2126e9e625f1 [2022-04-13T17:14:21.855Z] ---> c11caa76f501 [2022-04-13T17:14:21.855Z] [2022-04-13T17:14:21.855Z] ---> Running in 197a7ced8fc1 [2022-04-13T17:14:21.855Z] Successfully built c11caa76f501 [2022-04-13T17:14:21.855Z] Successfully tagged security-proxy-setup:latest [2022-04-13T17:14:21.855Z]  Building security-proxy-setup ... done Building sys-mgmt-agent [2022-04-13T17:14:21.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-13T17:14:21.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-13T17:14:21.923Z] Configure a credential helper to remove this warning. See [2022-04-13T17:14:21.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-13T17:14:21.923Z] [2022-04-13T17:14:21.923Z] Login Succeeded [2022-04-13T17:14:21.923Z] nexus3.edgexfoundry.org:10003 [2022-04-13T17:14:22.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-13T17:14:22.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-13T17:14:22.478Z] Configure a credential helper to remove this warning. See [2022-04-13T17:14:22.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-13T17:14:22.478Z] [2022-04-13T17:14:22.478Z] Login Succeeded [2022-04-13T17:14:22.478Z] nexus3.edgexfoundry.org:10004 [2022-04-13T17:14:22.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-13T17:14:22.796Z] Removing intermediate container 197a7ced8fc1 [2022-04-13T17:14:22.796Z] ---> 8ff34217058c [2022-04-13T17:14:22.796Z] Step 23/23 : LABEL version=0.0.0 [2022-04-13T17:14:23.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-13T17:14:23.024Z] Configure a credential helper to remove this warning. See [2022-04-13T17:14:23.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-13T17:14:23.024Z] [2022-04-13T17:14:23.024Z] Login Succeeded [2022-04-13T17:14:23.024Z] docker.io [2022-04-13T17:14:23.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-13T17:14:23.759Z] ---> Running in 43932b80571f [2022-04-13T17:14:23.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-13T17:14:23.899Z] Configure a credential helper to remove this warning. See [2022-04-13T17:14:23.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-13T17:14:23.899Z] [2022-04-13T17:14:23.899Z] Login Succeeded [2022-04-13T17:14:23.899Z] ---> docker-login.sh ends [Pipeline] } [2022-04-13T17:14:23.927Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-04-13T17:14:24.032Z] Removing intermediate container 43932b80571f [2022-04-13T17:14:24.032Z] ---> 8ab687d9d942 [2022-04-13T17:14:24.032Z] [2022-04-13T17:14:24.032Z] Successfully built 8ab687d9d942 [Pipeline] // withEnv [Pipeline] unstash [2022-04-13T17:14:24.291Z] Successfully tagged core-data:latest [2022-04-13T17:14:24.291Z]  Building core-data ... done Building security-bootstrapper [Pipeline] echo [2022-04-13T17:14:24.354Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-13T17:14:24.392Z] ========================================================= [2022-04-13T17:14:24.392Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-13T17:14:24.392Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-13T17:14:24.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-13T17:14:25.052Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-13T17:14:25.052Z] 9b3977197b4f: Pulling fs layer [2022-04-13T17:14:25.052Z] 1a89e8eeedd5: Pulling fs layer [2022-04-13T17:14:25.052Z] 94645a83ff95: Pulling fs layer [2022-04-13T17:14:25.052Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-13T17:14:25.052Z] 0c92f367c5e7: Pulling fs layer [2022-04-13T17:14:25.052Z] f7c0051592d6: Pulling fs layer [2022-04-13T17:14:25.052Z] a227ed2f7395: Pulling fs layer [2022-04-13T17:14:25.052Z] 7b1c46037f91: Pulling fs layer [2022-04-13T17:14:25.052Z] 3f3a8bcf1eab: Waiting [2022-04-13T17:14:25.052Z] 0c92f367c5e7: Waiting [2022-04-13T17:14:25.052Z] f7c0051592d6: Waiting [2022-04-13T17:14:25.052Z] a227ed2f7395: Waiting [2022-04-13T17:14:25.052Z] 7b1c46037f91: Waiting [2022-04-13T17:14:25.052Z] 94645a83ff95: Verifying Checksum [2022-04-13T17:14:25.052Z] 94645a83ff95: Download complete [2022-04-13T17:14:25.052Z] 1a89e8eeedd5: Verifying Checksum [2022-04-13T17:14:25.052Z] 1a89e8eeedd5: Download complete [2022-04-13T17:14:25.052Z] 0c92f367c5e7: Verifying Checksum [2022-04-13T17:14:25.052Z] 0c92f367c5e7: Download complete [2022-04-13T17:14:25.052Z] f7c0051592d6: Verifying Checksum [2022-04-13T17:14:25.052Z] f7c0051592d6: Download complete [2022-04-13T17:14:25.052Z] 9b3977197b4f: Download complete [2022-04-13T17:14:25.052Z] a227ed2f7395: Verifying Checksum [2022-04-13T17:14:25.052Z] a227ed2f7395: Download complete [2022-04-13T17:14:25.653Z] 9b3977197b4f: Pull complete [2022-04-13T17:14:26.265Z] 1a89e8eeedd5: Pull complete [2022-04-13T17:14:26.874Z] 94645a83ff95: Pull complete [2022-04-13T17:14:27.147Z] 7b1c46037f91: Verifying Checksum [2022-04-13T17:14:27.147Z] 7b1c46037f91: Download complete [2022-04-13T17:14:27.749Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-13T17:14:27.749Z] 3f3a8bcf1eab: Download complete [2022-04-13T17:14:29.576Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:14:29.576Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:14:29.576Z] ---> 9ba5c5d012f8 [2022-04-13T17:14:29.576Z] Step 3/23 : WORKDIR /edgex-go [2022-04-13T17:14:29.576Z] ---> Using cache [2022-04-13T17:14:29.576Z] ---> 14fad67f16fd [2022-04-13T17:14:29.576Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:14:29.576Z] ---> Using cache [2022-04-13T17:14:29.576Z] ---> 8a02aac149d6 [2022-04-13T17:14:29.576Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-13T17:14:33.778Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:14:33.778Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:14:33.778Z] ---> 9ba5c5d012f8 [2022-04-13T17:14:33.778Z] Step 3/31 : WORKDIR /edgex-go [2022-04-13T17:14:33.778Z] ---> Using cache [2022-04-13T17:14:33.778Z] ---> 14fad67f16fd [2022-04-13T17:14:33.778Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:14:33.778Z] ---> Using cache [2022-04-13T17:14:33.778Z] ---> 8a02aac149d6 [2022-04-13T17:14:33.778Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-13T17:14:33.778Z] ---> Running in c2b181499212 [2022-04-13T17:14:33.778Z] ---> Running in 09e9189a1407 [2022-04-13T17:14:35.154Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:14:35.154Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:14:35.724Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:14:35.983Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:14:36.242Z] OK: 221 MiB in 52 packages [2022-04-13T17:14:36.242Z] OK: 221 MiB in 52 packages [2022-04-13T17:14:37.181Z] Removing intermediate container c2b181499212 [2022-04-13T17:14:37.181Z] ---> 1222b162f4ff [2022-04-13T17:14:37.181Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-13T17:14:37.181Z] Removing intermediate container 09e9189a1407 [2022-04-13T17:14:37.181Z] ---> 92d556a85a5a [2022-04-13T17:14:37.181Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-13T17:14:37.753Z] ---> 48533ac2c9f1 [2022-04-13T17:14:37.753Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:14:38.012Z] ---> 786fddb12585 [2022-04-13T17:14:38.012Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:14:38.012Z] ---> Running in db6d34a306e3 [2022-04-13T17:14:38.012Z] ---> Running in bf89bde9ba90 [2022-04-13T17:14:40.153Z] 3f3a8bcf1eab: Pull complete [2022-04-13T17:14:40.153Z] 0c92f367c5e7: Pull complete [2022-04-13T17:14:40.751Z] f7c0051592d6: Pull complete [2022-04-13T17:14:41.031Z] a227ed2f7395: Pull complete [2022-04-13T17:14:41.301Z] Removing intermediate container bf89bde9ba90 [2022-04-13T17:14:41.301Z] ---> 323c797b1839 [2022-04-13T17:14:41.301Z] Step 8/23 : COPY . . [2022-04-13T17:14:41.301Z] Removing intermediate container db6d34a306e3 [2022-04-13T17:14:41.301Z] ---> 962adfbaf73a [2022-04-13T17:14:41.301Z] Step 8/31 : COPY . . [2022-04-13T17:14:46.445Z] 7b1c46037f91: Pull complete [2022-04-13T17:14:46.445Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-13T17:14:46.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-13T17:14:46.445Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-13T17:14:46.845Z] + docker build -t ci-base-image-arm64 -f - . [2022-04-13T17:14:46.845Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-13T17:14:46.845Z] WORKDIR /edgex [2022-04-13T17:14:46.845Z] COPY go.mod . [2022-04-13T17:14:46.845Z] RUN go mod download [2022-04-13T17:14:49.488Z] Sending build context to Docker daemon 169.2MB [2022-04-13T17:14:49.488Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-13T17:14:49.488Z] ---> f79e39bc4007 [2022-04-13T17:14:49.488Z] Step 2/4 : WORKDIR /edgex [2022-04-13T17:14:51.481Z] ---> Running in 37216d7ce706 [2022-04-13T17:14:51.481Z] Removing intermediate container 37216d7ce706 [2022-04-13T17:14:51.481Z] ---> fcd2c4432cf2 [2022-04-13T17:14:51.481Z] Step 3/4 : COPY go.mod . [2022-04-13T17:14:52.081Z] ---> 021b3dca5df5 [2022-04-13T17:14:52.081Z] Step 4/4 : RUN go mod download [2022-04-13T17:14:52.081Z] ---> Running in 216d900cbc5d [2022-04-13T17:15:13.383Z] ---> 0aac4afa1016 [2022-04-13T17:15:13.384Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-13T17:15:13.384Z] ---> cd8845821efb [2022-04-13T17:15:13.384Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-13T17:15:13.384Z] ---> Running in 35bb87473486 [2022-04-13T17:15:13.384Z] ---> Running in e9006698dfd1 [2022-04-13T17:15:13.384Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-13T17:15:13.384Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-13T17:15:48.677Z] Removing intermediate container 216d900cbc5d [2022-04-13T17:15:48.677Z] ---> 0887510e791f [2022-04-13T17:15:48.677Z] Successfully built 0887510e791f [2022-04-13T17:15:48.677Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:15:49.054Z] + docker inspect -f . ci-base-image-arm64 [2022-04-13T17:15:49.054Z] . [Pipeline] withDockerContainer [2022-04-13T17:15:49.338Z] prd-ubuntu20.04-docker-arm64-4c-16g-20830 does not seem to be running inside a container [2022-04-13T17:15:49.432Z] $ 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-13T17:15:50.911Z] $ docker top 69544b09a60cff79211807fea0569abb783ad482e426860fd7080dd8d4888d84 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-13T17:15:51.901Z] + go version [2022-04-13T17:15:51.901Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-13T17:15:51.939Z] $ docker stop --time=1 69544b09a60cff79211807fea0569abb783ad482e426860fd7080dd8d4888d84 [2022-04-13T17:15:53.640Z] $ docker rm -f 69544b09a60cff79211807fea0569abb783ad482e426860fd7080dd8d4888d84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:15:54.582Z] + docker inspect -f . ci-base-image-arm64 [2022-04-13T17:15:54.582Z] . [Pipeline] withDockerContainer [2022-04-13T17:15:54.851Z] prd-ubuntu20.04-docker-arm64-4c-16g-20830 does not seem to be running inside a container [2022-04-13T17:15:54.939Z] $ 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-13T17:15:56.308Z] $ docker top baa461758b7eb6179eb253e61e7d8556d07e23f5527031cb636241862eb921d5 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-13T17:15:56.659Z] ========================================================= [2022-04-13T17:15:56.659Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-13T17:15:56.659Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-13T17:15:57.367Z] + make test [2022-04-13T17:15:57.367Z] go mod tidy -compat=1.17 [2022-04-13T17:15:58.368Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-13T17:16:21.085Z] Removing intermediate container e9006698dfd1 [2022-04-13T17:16:21.085Z] ---> 7b4a48e1238e [2022-04-13T17:16:21.085Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-13T17:16:21.085Z] Removing intermediate container 35bb87473486 [2022-04-13T17:16:21.085Z] ---> deb11b4e5988 [2022-04-13T17:16:21.085Z] [2022-04-13T17:16:21.085Z] Step 10/31 : FROM alpine:3.14 [2022-04-13T17:16:21.085Z] ---> e04c818066af [2022-04-13T17:16:21.085Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-13T17:16:21.085Z] ---> Running in a143d78cac1c [2022-04-13T17:16:21.085Z] ---> Running in d294786338cf [2022-04-13T17:16:21.085Z] Removing intermediate container d294786338cf [2022-04-13T17:16:21.085Z] ---> 65da1675d732 [2022-04-13T17:16:21.085Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-13T17:16:21.085Z] ---> Running in c2a67035726c [2022-04-13T17:16:21.085Z] CGO_ENABLED=0 GO111MODULE=on go build -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-13T17:16:21.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:16:21.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:16:21.085Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-13T17:16:21.085Z] (2/2) Installing su-exec (0.2-r1) [2022-04-13T17:16:21.085Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T17:16:21.085Z] OK: 6 MiB in 16 packages [2022-04-13T17:16:21.085Z] Removing intermediate container c2a67035726c [2022-04-13T17:16:21.085Z] ---> 3fc043fd7dd1 [2022-04-13T17:16:21.085Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-13T17:16:21.085Z] ---> Running in b763679dc419 [2022-04-13T17:16:21.085Z] Removing intermediate container b763679dc419 [2022-04-13T17:16:21.085Z] ---> a0e84c8c02be [2022-04-13T17:16:21.085Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-13T17:16:21.085Z] ---> Running in b29d6b545261 [2022-04-13T17:16:21.085Z] Removing intermediate container b29d6b545261 [2022-04-13T17:16:21.085Z] ---> a7530122d2ba [2022-04-13T17:16:21.085Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-13T17:16:21.085Z] ---> Running in ffeb81e8309c [2022-04-13T17:16:21.085Z] Removing intermediate container ffeb81e8309c [2022-04-13T17:16:21.085Z] ---> c1f0a802f347 [2022-04-13T17:16:21.085Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-13T17:16:21.085Z] ---> Running in 24b959860ce7 [2022-04-13T17:16:21.085Z] Removing intermediate container 24b959860ce7 [2022-04-13T17:16:21.085Z] ---> db4cef2e9e12 [2022-04-13T17:16:21.085Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-13T17:16:21.085Z] ---> 5fb3feac5fec [2022-04-13T17:16:21.085Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-13T17:16:21.085Z] ---> Running in ddb3b17221d4 [2022-04-13T17:16:21.085Z] Removing intermediate container ddb3b17221d4 [2022-04-13T17:16:21.085Z] ---> 35ea04d746c4 [2022-04-13T17:16:21.085Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:16:21.085Z] ---> 1859fd058f8f [2022-04-13T17:16:21.085Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-13T17:16:21.085Z] ---> 1a283588903e [2022-04-13T17:16:21.085Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-13T17:16:21.085Z] ---> 0d6f964c12df [2022-04-13T17:16:21.085Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-13T17:16:21.085Z] ---> 53c06260e87f [2022-04-13T17:16:21.085Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-13T17:16:21.085Z] ---> 82c9e74c60cb [2022-04-13T17:16:21.085Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-13T17:16:21.085Z] ---> Running in 347360ad0b32 [2022-04-13T17:16:21.085Z] Removing intermediate container 347360ad0b32 [2022-04-13T17:16:21.085Z] ---> 36498d1fc85e [2022-04-13T17:16:21.085Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-13T17:16:21.085Z] ---> 44323a24d935 [2022-04-13T17:16:21.085Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-13T17:16:21.085Z] ---> Running in f96e7ce1aad1 [2022-04-13T17:16:21.085Z] Removing intermediate container a143d78cac1c [2022-04-13T17:16:21.086Z] ---> a4542bf4af44 [2022-04-13T17:16:21.086Z] [2022-04-13T17:16:21.086Z] Step 11/23 : FROM docker:20.10.14 [2022-04-13T17:16:21.086Z] 20.10.14: Pulling from library/docker [2022-04-13T17:16:21.086Z] Removing intermediate container f96e7ce1aad1 [2022-04-13T17:16:21.086Z] ---> 01ae3d5c3ca9 [2022-04-13T17:16:21.086Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-13T17:16:21.086Z] ---> Running in 7492deee8fde [2022-04-13T17:16:21.086Z] Removing intermediate container 7492deee8fde [2022-04-13T17:16:21.086Z] ---> a9f18ce31c4e [2022-04-13T17:16:21.086Z] Step 28/31 : CMD ["gate"] [2022-04-13T17:16:21.086Z] ---> Running in 286dc2469dec [2022-04-13T17:16:21.086Z] Removing intermediate container 286dc2469dec [2022-04-13T17:16:21.086Z] ---> ab5e8384c655 [2022-04-13T17:16:21.086Z] Step 29/31 : LABEL arch=x86_64 [2022-04-13T17:16:21.086Z] ---> Running in 9c9897131624 [2022-04-13T17:16:21.086Z] Removing intermediate container 9c9897131624 [2022-04-13T17:16:21.086Z] ---> fc4cef055f3a [2022-04-13T17:16:21.086Z] Step 30/31 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:16:21.086Z] ---> Running in 474d31ed8579 [2022-04-13T17:16:21.086Z] Removing intermediate container 474d31ed8579 [2022-04-13T17:16:21.086Z] ---> 0187a1820f9b [2022-04-13T17:16:21.086Z] Step 31/31 : LABEL version=0.0.0 [2022-04-13T17:16:21.086Z] ---> Running in 7595b78d070a [2022-04-13T17:16:21.345Z] Removing intermediate container 7595b78d070a [2022-04-13T17:16:21.345Z] ---> 55f16b8f70e2 [2022-04-13T17:16:21.345Z] [2022-04-13T17:16:21.345Z] Successfully built 55f16b8f70e2 [2022-04-13T17:16:21.345Z] Successfully tagged security-bootstrapper:latest [2022-04-13T17:16:21.345Z]  Building security-bootstrapper ... done Building security-spiffe-token-provider [2022-04-13T17:16:21.914Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-13T17:16:21.914Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-13T17:16:21.914Z] ---> 7417809fdb73 [2022-04-13T17:16:21.914Z] 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-13T17:16:23.818Z] ---> Running in f10e87d80d2f [2022-04-13T17:16:24.077Z] Removing intermediate container f10e87d80d2f [2022-04-13T17:16:24.078Z] ---> f4db7a3d06b0 [2022-04-13T17:16:24.078Z] 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-13T17:16:24.078Z] ---> Running in 2346c5ca9c41 [2022-04-13T17:16:24.337Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:16:24.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:16:24.598Z] (1/43) Installing readline (8.1.1-r0) [2022-04-13T17:16:24.598Z] (2/43) Installing bash (5.1.16-r0) [2022-04-13T17:16:24.598Z] Executing bash-5.1.16-r0.post-install [2022-04-13T17:16:24.598Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-13T17:16:24.598Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-13T17:16:24.858Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-13T17:16:24.858Z] (6/43) Installing curl (7.80.0-r0) [2022-04-13T17:16:24.858Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-13T17:16:24.858Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-13T17:16:24.858Z] (9/43) Installing expat (2.4.7-r0) [2022-04-13T17:16:24.858Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-13T17:16:24.858Z] (11/43) Installing gdbm (1.22-r0) [2022-04-13T17:16:24.858Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-13T17:16:24.858Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-13T17:16:24.858Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-13T17:16:24.858Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-13T17:16:24.858Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-13T17:16:24.858Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-13T17:16:25.117Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-13T17:16:25.117Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-13T17:16:25.117Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-13T17:16:25.117Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-13T17:16:25.117Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-13T17:16:25.117Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-13T17:16:25.117Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-13T17:16:25.117Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-13T17:16:25.117Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-13T17:16:25.117Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-13T17:16:25.117Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-13T17:16:25.117Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-13T17:16:25.117Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-13T17:16:25.117Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-13T17:16:25.117Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-13T17:16:25.117Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-13T17:16:25.377Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-13T17:16:25.377Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-13T17:16:25.377Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-13T17:16:25.377Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-13T17:16:25.377Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-13T17:16:25.377Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-13T17:16:25.377Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-13T17:16:25.377Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-13T17:16:25.377Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-13T17:16:25.377Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-13T17:16:25.377Z] Executing busybox-1.34.1-r5.trigger [2022-04-13T17:16:25.377Z] OK: 83 MiB in 65 packages [2022-04-13T17:16:25.377Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:16:25.377Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:16:25.377Z] ---> 9ba5c5d012f8 [2022-04-13T17:16:25.377Z] Step 3/20 : WORKDIR /edgex-go [2022-04-13T17:16:25.377Z] ---> Using cache [2022-04-13T17:16:25.377Z] ---> 14fad67f16fd [2022-04-13T17:16:25.377Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-13T17:16:26.319Z] Collecting docker-compose==1.23.2 [2022-04-13T17:16:26.319Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-13T17:16:26.319Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-13T17:16:26.319Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-13T17:16:26.319Z] Collecting cached-property<2,>=1.2.0 [2022-04-13T17:16:26.319Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-13T17:16:26.319Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-13T17:16:26.319Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-13T17:16:26.579Z] ---> Running in c700f95683db [2022-04-13T17:16:26.838Z] Collecting PyYAML<4,>=3.10 [2022-04-13T17:16:26.838Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-13T17:16:27.097Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:16:27.356Z] 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-13T17:16:27.615Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-13T17:16:27.615Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-13T17:16:27.615Z] Collecting docker<4.0,>=3.6.0 [2022-04-13T17:16:27.615Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-13T17:16:27.615Z] Collecting jsonschema<3,>=2.5.1 [2022-04-13T17:16:27.615Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-13T17:16:27.615Z] Collecting docopt<0.7,>=0.6.1 [2022-04-13T17:16:27.615Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-13T17:16:27.875Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:16:28.135Z] Collecting texttable<0.10,>=0.9.0 [2022-04-13T17:16:28.135Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-13T17:16:28.135Z] v3.15.4-23-g26ba280437 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-13T17:16:28.135Z] v3.15.4-24-g67b9572837 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-13T17:16:28.135Z] OK: 15865 distinct packages available [2022-04-13T17:16:28.135Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:16:28.408Z] Collecting docker-pycreds>=0.4.0 [2022-04-13T17:16:28.408Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-13T17:16:28.408Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-13T17:16:28.408Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-13T17:16:28.408Z] 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-13T17:16:28.668Z] Collecting idna<2.8,>=2.5 [2022-04-13T17:16:28.668Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-13T17:16:28.668Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-13T17:16:28.668Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-13T17:16:28.668Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-13T17:16:28.668Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-13T17:16:28.668Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-13T17:16:28.668Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-13T17:16:28.668Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-13T17:16:28.668Z] Attempting uninstall: urllib3 [2022-04-13T17:16:28.668Z] Found existing installation: urllib3 1.26.7 [2022-04-13T17:16:28.668Z] Uninstalling urllib3-1.26.7: [2022-04-13T17:16:28.668Z] Successfully uninstalled urllib3-1.26.7 [2022-04-13T17:16:28.928Z] Attempting uninstall: idna [2022-04-13T17:16:28.928Z] Found existing installation: idna 3.3 [2022-04-13T17:16:28.928Z] Uninstalling idna-3.3: [2022-04-13T17:16:28.928Z] Successfully uninstalled idna-3.3 [2022-04-13T17:16:29.188Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:16:29.188Z] Attempting uninstall: requests [2022-04-13T17:16:29.188Z] Found existing installation: requests 2.26.0 [2022-04-13T17:16:29.188Z] Uninstalling requests-2.26.0: [2022-04-13T17:16:29.188Z] Successfully uninstalled requests-2.26.0 [2022-04-13T17:16:29.447Z] Running setup.py install for texttable: started [2022-04-13T17:16:29.447Z] OK: 221 MiB in 52 packages [2022-04-13T17:16:29.706Z] Running setup.py install for texttable: finished with status 'done' [2022-04-13T17:16:29.706Z] Running setup.py install for PyYAML: started [2022-04-13T17:16:29.964Z] Removing intermediate container c700f95683db [2022-04-13T17:16:29.964Z] ---> b915e99e3aac [2022-04-13T17:16:29.964Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-13T17:16:30.222Z] ---> aead56f0024a [2022-04-13T17:16:30.222Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:16:30.222Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-13T17:16:30.222Z] ---> Running in 1d28ffbc5829 [2022-04-13T17:16:30.222Z] Running setup.py install for docopt: started [2022-04-13T17:16:30.481Z] Running setup.py install for docopt: finished with status 'done' [2022-04-13T17:16:30.481Z] Running setup.py install for dockerpty: started [2022-04-13T17:16:31.050Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-13T17:16:31.050Z] Removing intermediate container 1d28ffbc5829 [2022-04-13T17:16:31.050Z] ---> 6b64a12680da [2022-04-13T17:16:31.050Z] Step 7/20 : COPY . . [2022-04-13T17:16:31.308Z] 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-13T17:16:36.591Z] Removing intermediate container 2346c5ca9c41 [2022-04-13T17:16:36.591Z] ---> e7ddb77c0339 [2022-04-13T17:16:36.591Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-13T17:16:36.591Z] ---> Running in ee573338bcac [2022-04-13T17:16:36.591Z] Removing intermediate container ee573338bcac [2022-04-13T17:16:36.591Z] ---> 6fd8e077924a [2022-04-13T17:16:36.591Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-13T17:16:36.591Z] ---> Running in 34f1333ac8b4 [2022-04-13T17:16:36.591Z] ---> 2377c233be11 [2022-04-13T17:16:36.591Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-13T17:16:36.591Z] ---> Running in bd8d992bab6b [2022-04-13T17:16:36.591Z] Removing intermediate container 34f1333ac8b4 [2022-04-13T17:16:36.591Z] ---> 74b795cb77d6 [2022-04-13T17:16:36.591Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-13T17:16:36.870Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-13T17:16:37.130Z] ---> c792b4aae293 [2022-04-13T17:16:37.130Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-13T17:16:37.392Z] ---> 7470c0853489 [2022-04-13T17:16:37.392Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-13T17:16:37.411Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-13T17:16:37.654Z] ---> c49f6a1c79ce [2022-04-13T17:16:37.654Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-13T17:16:37.654Z] ---> Running in 1db6b18de659 [2022-04-13T17:16:37.654Z] Removing intermediate container 1db6b18de659 [2022-04-13T17:16:37.654Z] ---> 4b438e91cd71 [2022-04-13T17:16:37.654Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:16:37.654Z] ---> Running in f829d53b3aeb [2022-04-13T17:16:37.914Z] Removing intermediate container f829d53b3aeb [2022-04-13T17:16:37.914Z] ---> 2e97aec99ace [2022-04-13T17:16:37.914Z] Step 21/23 : LABEL arch=x86_64 [2022-04-13T17:16:37.914Z] ---> Running in a940522f2c27 [2022-04-13T17:16:37.914Z] Removing intermediate container a940522f2c27 [2022-04-13T17:16:37.914Z] ---> 35ec6c33904f [2022-04-13T17:16:37.914Z] Step 22/23 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:16:37.914Z] ---> Running in 5d00c7202c8b [2022-04-13T17:16:38.173Z] Removing intermediate container 5d00c7202c8b [2022-04-13T17:16:38.173Z] ---> f2b020ebda28 [2022-04-13T17:16:38.173Z] Step 23/23 : LABEL version=0.0.0 [2022-04-13T17:16:38.173Z] ---> Running in 3ebffe7441aa [2022-04-13T17:16:38.173Z] Removing intermediate container 3ebffe7441aa [2022-04-13T17:16:38.173Z] ---> 27e181498060 [2022-04-13T17:16:38.173Z] [2022-04-13T17:16:38.434Z] Successfully built 27e181498060 [2022-04-13T17:16:38.434Z] Successfully tagged sys-mgmt-agent:latest [2022-04-13T17:16:38.434Z] Building core-metadata [2022-04-13T17:16:42.623Z]  Building sys-mgmt-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:16:42.623Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:16:42.623Z] ---> 9ba5c5d012f8 [2022-04-13T17:16:42.623Z] Step 3/23 : WORKDIR /edgex-go [2022-04-13T17:16:42.623Z] ---> Using cache [2022-04-13T17:16:42.623Z] ---> 14fad67f16fd [2022-04-13T17:16:42.623Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:16:42.623Z] ---> Using cache [2022-04-13T17:16:42.623Z] ---> 8a02aac149d6 [2022-04-13T17:16:42.623Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-13T17:16:42.623Z] ---> Using cache [2022-04-13T17:16:42.623Z] ---> 1222b162f4ff [2022-04-13T17:16:42.623Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-13T17:16:42.623Z] ---> Using cache [2022-04-13T17:16:42.623Z] ---> 48533ac2c9f1 [2022-04-13T17:16:42.623Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:16:42.623Z] ---> Using cache [2022-04-13T17:16:42.623Z] ---> 962adfbaf73a [2022-04-13T17:16:42.623Z] Step 8/23 : COPY . . [2022-04-13T17:16:42.623Z] ---> Using cache [2022-04-13T17:16:42.623Z] ---> 0aac4afa1016 [2022-04-13T17:16:42.623Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-13T17:16:44.529Z] ---> Running in e6a42c8137b5 [2022-04-13T17:16:44.789Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-13T17:16:57.203Z] Building bin/spire-agent... [2022-04-13T17:16:57.203Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-13T17:16:57.203Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-13T17:16:57.203Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-13T17:16:57.203Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-13T17:16:57.203Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-13T17:16:57.203Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-13T17:16:57.203Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-13T17:16:57.203Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-13T17:16:57.203Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-13T17:16:57.203Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-13T17:16:57.203Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-13T17:16:57.203Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-13T17:16:57.203Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-13T17:16:57.203Z] Building bin/spire-agent... [2022-04-13T17:16:57.203Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-13T17:16:57.203Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-13T17:16:57.203Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-13T17:16:57.203Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-13T17:16:58.264Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-13T17:16:58.264Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-13T17:16:58.264Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-13T17:16:58.523Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-13T17:16:58.523Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-13T17:16:58.523Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-13T17:16:58.523Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-13T17:16:58.523Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-13T17:16:58.523Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-13T17:16:59.902Z] Building bin/spire-agent... [2022-04-13T17:16:59.902Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-13T17:17:00.841Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-13T17:17:00.841Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-13T17:17:00.841Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-13T17:17:00.841Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-13T17:17:00.841Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-13T17:17:00.841Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-13T17:17:01.782Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-13T17:17:01.782Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-13T17:17:01.782Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-13T17:17:01.782Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-13T17:17:01.782Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-13T17:17:01.782Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-13T17:17:11.760Z] Removing intermediate container bd8d992bab6b [2022-04-13T17:17:11.760Z] ---> 28fb622ee52f [2022-04-13T17:17:11.760Z] [2022-04-13T17:17:11.760Z] Step 9/20 : FROM alpine:3.15 [2022-04-13T17:17:12.019Z] 3.15: Pulling from library/alpine [2022-04-13T17:17:12.019Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-13T17:17:12.019Z] Status: Downloaded newer image for alpine:3.15 [2022-04-13T17:17:12.019Z] ---> 0ac33e5f5afa [2022-04-13T17:17:12.019Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-13T17:17:12.019Z] ---> Running in 343efd878f11 [2022-04-13T17:17:12.587Z] Removing intermediate container 343efd878f11 [2022-04-13T17:17:12.587Z] ---> 47529b76608c [2022-04-13T17:17:12.587Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:17:12.587Z] ---> Running in e869dde19af5 [2022-04-13T17:17:14.495Z] Removing intermediate container e869dde19af5 [2022-04-13T17:17:14.495Z] ---> 1a2e8fd2fe4e [2022-04-13T17:17:14.495Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-13T17:17:14.495Z] ---> Running in 6ee0006add94 [2022-04-13T17:17:15.063Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:17:15.998Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:17:16.257Z] v3.15.4-23-g26ba280437 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-13T17:17:16.257Z] v3.15.4-24-g67b9572837 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-13T17:17:16.257Z] OK: 15854 distinct packages available [2022-04-13T17:17:16.517Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:17:17.086Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:17:17.655Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-13T17:17:17.655Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-13T17:17:17.655Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-13T17:17:17.915Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-13T17:17:17.915Z] (5/9) Installing curl (7.80.0-r0) [2022-04-13T17:17:17.915Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-13T17:17:18.177Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-13T17:17:18.177Z] (8/9) Installing libucontext (1.1-r0) [2022-04-13T17:17:18.177Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-13T17:17:18.436Z] Executing busybox-1.34.1-r5.trigger [2022-04-13T17:17:18.436Z] Executing ca-certificates-20211220-r0.trigger [2022-04-13T17:17:18.436Z] OK: 8 MiB in 23 packages [2022-04-13T17:17:20.971Z] Removing intermediate container e6a42c8137b5 [2022-04-13T17:17:20.972Z] ---> 9c80aa7888cf [2022-04-13T17:17:20.972Z] [2022-04-13T17:17:20.972Z] Step 10/23 : FROM alpine:3.14 [2022-04-13T17:17:20.972Z] ---> e04c818066af [2022-04-13T17:17:20.972Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-13T17:17:20.972Z] ---> Running in 0e49f6b5f53e [2022-04-13T17:17:20.972Z] Removing intermediate container 6ee0006add94 [2022-04-13T17:17:20.972Z] ---> f7099f22fee7 [2022-04-13T17:17:20.972Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:17:21.232Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:17:21.232Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:17:21.490Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-13T17:17:21.490Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T17:17:21.490Z] OK: 6 MiB in 15 packages [2022-04-13T17:17:22.427Z] ---> ec0d969ee37e [2022-04-13T17:17:22.427Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-13T17:17:23.804Z] ---> cbe48f55a149 [2022-04-13T17:17:23.804Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-13T17:17:24.063Z] Removing intermediate container 0e49f6b5f53e [2022-04-13T17:17:24.063Z] ---> e65a12735553 [2022-04-13T17:17:24.063Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-13T17:17:24.063Z] ---> Running in 7cb4446fcd9d [2022-04-13T17:17:24.322Z] ---> c780040b3d80 [2022-04-13T17:17:24.322Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-13T17:17:24.581Z] Removing intermediate container 7cb4446fcd9d [2022-04-13T17:17:24.581Z] ---> 714364627b66 [2022-04-13T17:17:24.581Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-13T17:17:24.581Z] ---> Running in c7cdf1deb10d [2022-04-13T17:17:24.581Z] ---> Running in faef9b79afb2 [2022-04-13T17:17:24.840Z] Removing intermediate container c7cdf1deb10d [2022-04-13T17:17:24.840Z] ---> 363fdb0b7eaa [2022-04-13T17:17:24.840Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:17:25.137Z] Removing intermediate container faef9b79afb2 [2022-04-13T17:17:25.137Z] ---> 124ad9977510 [2022-04-13T17:17:25.137Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-13T17:17:25.137Z] ---> Running in 1ede13bfcd95 [2022-04-13T17:17:25.396Z] ---> Running in 3040b7cc094d [2022-04-13T17:17:25.396Z] Removing intermediate container 1ede13bfcd95 [2022-04-13T17:17:25.396Z] ---> 28298bc54eb8 [2022-04-13T17:17:25.396Z] Step 18/20 : LABEL arch=x86_64 [2022-04-13T17:17:25.656Z] Removing intermediate container 3040b7cc094d [2022-04-13T17:17:25.656Z] ---> b6cc61d397a4 [2022-04-13T17:17:25.656Z] Step 15/23 : WORKDIR / [2022-04-13T17:17:25.656Z] ---> Running in a989362aa9d5 [2022-04-13T17:17:25.916Z] ---> Running in 1821e5531145 [2022-04-13T17:17:26.176Z] Removing intermediate container a989362aa9d5 [2022-04-13T17:17:26.177Z] ---> 556da6f8542a [2022-04-13T17:17:26.177Z] Step 19/20 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:17:26.177Z] Removing intermediate container 1821e5531145 [2022-04-13T17:17:26.177Z] ---> ea866ed4e4a4 [2022-04-13T17:17:26.177Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:17:26.177Z] ---> Running in 3cac63123b88 [2022-04-13T17:17:26.744Z] Removing intermediate container 3cac63123b88 [2022-04-13T17:17:26.744Z] ---> 4d6612cdd720 [2022-04-13T17:17:26.744Z] Step 20/20 : LABEL version=0.0.0 [2022-04-13T17:17:26.744Z] ---> 38b8a5e09cb6 [2022-04-13T17:17:26.744Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-13T17:17:26.744Z] ---> Running in b6d0d2347a08 [2022-04-13T17:17:27.003Z] Removing intermediate container b6d0d2347a08 [2022-04-13T17:17:27.003Z] ---> 4fd450c6391a [2022-04-13T17:17:27.003Z] [2022-04-13T17:17:27.263Z] Successfully built 4fd450c6391a [2022-04-13T17:17:27.564Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-13T17:17:27.564Z]  Building security-spiffe-token-provider ... done Building security-secretstore-setup [2022-04-13T17:17:28.134Z] ---> cc0de84dbe2f [2022-04-13T17:17:28.134Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-13T17:17:33.421Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:17:33.421Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:17:33.421Z] ---> 9ba5c5d012f8 [2022-04-13T17:17:33.421Z] Step 3/25 : WORKDIR /edgex-go [2022-04-13T17:17:33.421Z] ---> Using cache [2022-04-13T17:17:33.421Z] ---> 14fad67f16fd [2022-04-13T17:17:33.421Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:17:33.421Z] ---> Using cache [2022-04-13T17:17:33.421Z] ---> 8a02aac149d6 [2022-04-13T17:17:33.421Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-13T17:17:33.421Z] ---> Using cache [2022-04-13T17:17:33.421Z] ---> 1222b162f4ff [2022-04-13T17:17:33.421Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-13T17:17:33.421Z] ---> Using cache [2022-04-13T17:17:33.421Z] ---> 48533ac2c9f1 [2022-04-13T17:17:33.421Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:17:33.421Z] ---> Using cache [2022-04-13T17:17:33.421Z] ---> 962adfbaf73a [2022-04-13T17:17:33.421Z] Step 8/25 : COPY . . [2022-04-13T17:17:33.421Z] ---> Using cache [2022-04-13T17:17:33.421Z] ---> 0aac4afa1016 [2022-04-13T17:17:33.421Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-13T17:17:34.803Z] ---> 24a313482076 [2022-04-13T17:17:34.803Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-13T17:17:35.062Z] ---> Running in 6a59005099ad [2022-04-13T17:17:35.322Z] ---> Running in ba180eeb6053 [2022-04-13T17:17:35.891Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-13T17:17:35.891Z] Removing intermediate container ba180eeb6053 [2022-04-13T17:17:35.891Z] ---> c89cfe1cd2b6 [2022-04-13T17:17:35.891Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:17:36.462Z] ---> Running in 8327af117ac2 [2022-04-13T17:17:37.030Z] Removing intermediate container 8327af117ac2 [2022-04-13T17:17:37.030Z] ---> 845d0c8c064c [2022-04-13T17:17:37.030Z] Step 21/23 : LABEL arch=x86_64 [2022-04-13T17:17:37.967Z] ---> Running in b16717701f91 [2022-04-13T17:17:38.534Z] Removing intermediate container b16717701f91 [2022-04-13T17:17:38.534Z] ---> de6ce4009e32 [2022-04-13T17:17:38.534Z] Step 22/23 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:17:39.472Z] ---> Running in fe1c0dc5bc10 [2022-04-13T17:17:40.042Z] Removing intermediate container fe1c0dc5bc10 [2022-04-13T17:17:40.042Z] ---> 035703ed1c97 [2022-04-13T17:17:40.042Z] Step 23/23 : LABEL version=0.0.0 [2022-04-13T17:17:40.618Z] ---> Running in d9541e504b13 [2022-04-13T17:17:41.186Z] Removing intermediate container d9541e504b13 [2022-04-13T17:17:41.186Z] ---> 52a91185d8ae [2022-04-13T17:17:41.186Z] [2022-04-13T17:17:41.445Z] Successfully built 52a91185d8ae [2022-04-13T17:17:41.445Z] Successfully tagged core-metadata:latest [2022-04-13T17:17:41.445Z]  Building core-metadata ... done Building support-scheduler [2022-04-13T17:17:51.482Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:17:51.482Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:17:51.482Z] ---> 9ba5c5d012f8 [2022-04-13T17:17:51.482Z] Step 3/22 : WORKDIR /edgex-go [2022-04-13T17:17:51.482Z] ---> Using cache [2022-04-13T17:17:51.482Z] ---> 14fad67f16fd [2022-04-13T17:17:51.482Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:17:51.482Z] ---> Using cache [2022-04-13T17:17:51.482Z] ---> 8a02aac149d6 [2022-04-13T17:17:51.482Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-13T17:17:51.482Z] ---> Using cache [2022-04-13T17:17:51.482Z] ---> 1222b162f4ff [2022-04-13T17:17:51.482Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-13T17:17:51.482Z] ---> Using cache [2022-04-13T17:17:51.482Z] ---> 48533ac2c9f1 [2022-04-13T17:17:51.482Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:17:51.482Z] ---> Using cache [2022-04-13T17:17:51.482Z] ---> 962adfbaf73a [2022-04-13T17:17:51.482Z] Step 8/22 : COPY . . [2022-04-13T17:17:51.482Z] ---> Using cache [2022-04-13T17:17:51.482Z] ---> 0aac4afa1016 [2022-04-13T17:17:51.482Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-13T17:17:55.697Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-13T17:18:10.592Z] ---> Running in 8eaa95d3dc25 [2022-04-13T17:18:10.853Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-13T17:18:14.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-13T17:18:15.052Z] Removing intermediate container 6a59005099ad [2022-04-13T17:18:15.052Z] ---> c350ebb615c6 [2022-04-13T17:18:15.052Z] [2022-04-13T17:18:15.052Z] Step 10/25 : FROM alpine:3.14 [2022-04-13T17:18:15.052Z] ---> e04c818066af [2022-04-13T17:18:15.052Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-13T17:18:15.313Z] ---> Running in 24a737263f4e [2022-04-13T17:18:15.313Z] Removing intermediate container 87773797af70 [2022-04-13T17:18:15.313Z] ---> 403a4809df8a [2022-04-13T17:18:15.313Z] [2022-04-13T17:18:15.313Z] Step 13/25 : FROM alpine:3.15 [2022-04-13T17:18:15.313Z] ---> 0ac33e5f5afa [2022-04-13T17:18:15.313Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-13T17:18:15.313Z] ---> Using cache [2022-04-13T17:18:15.313Z] ---> 47529b76608c [2022-04-13T17:18:15.313Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:18:15.313Z] ---> Using cache [2022-04-13T17:18:15.313Z] ---> 1a2e8fd2fe4e [2022-04-13T17:18:15.313Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-13T17:18:15.370Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-13T17:18:15.573Z] ---> Running in b296d73b64e0 [2022-04-13T17:18:16.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:16.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:16.142Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:16.401Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-13T17:18:16.401Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-13T17:18:16.401Z] (3/3) Installing su-exec (0.2-r1) [2022-04-13T17:18:16.401Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T17:18:16.401Z] Executing ca-certificates-20211220-r0.trigger [2022-04-13T17:18:16.401Z] OK: 6 MiB in 17 packages [2022-04-13T17:18:16.660Z] Removing intermediate container cc35e1d455a5 [2022-04-13T17:18:16.660Z] ---> 56a7f55a5029 [2022-04-13T17:18:16.660Z] [2022-04-13T17:18:16.660Z] Step 13/26 : FROM alpine:3.15 [2022-04-13T17:18:16.660Z] ---> 0ac33e5f5afa [2022-04-13T17:18:16.660Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-13T17:18:16.660Z] ---> Using cache [2022-04-13T17:18:16.660Z] ---> 47529b76608c [2022-04-13T17:18:16.660Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:18:16.660Z] ---> Using cache [2022-04-13T17:18:16.660Z] ---> 1a2e8fd2fe4e [2022-04-13T17:18:16.660Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-13T17:18:16.660Z] Removing intermediate container eab91c3d2ba2 [2022-04-13T17:18:16.660Z] ---> a1151d7c29df [2022-04-13T17:18:16.660Z] [2022-04-13T17:18:16.660Z] Step 13/26 : FROM alpine:3.15 [2022-04-13T17:18:16.660Z] ---> 0ac33e5f5afa [2022-04-13T17:18:16.660Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-13T17:18:16.660Z] ---> Using cache [2022-04-13T17:18:16.660Z] ---> 47529b76608c [2022-04-13T17:18:16.660Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:18:16.660Z] ---> Using cache [2022-04-13T17:18:16.660Z] ---> 1a2e8fd2fe4e [2022-04-13T17:18:16.660Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-13T17:18:16.921Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:17.186Z] ---> Running in 75b45bbf3249 [2022-04-13T17:18:17.186Z] ---> Running in 5fb09746238f [2022-04-13T17:18:17.447Z] v3.15.4-23-g26ba280437 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-13T17:18:17.447Z] v3.15.4-24-g67b9572837 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-13T17:18:17.447Z] OK: 15854 distinct packages available [2022-04-13T17:18:17.447Z] Removing intermediate container 24a737263f4e [2022-04-13T17:18:17.447Z] ---> 203653b6c096 [2022-04-13T17:18:17.447Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-13T17:18:17.447Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:17.447Z] ---> Running in 30c887689b06 [2022-04-13T17:18:17.707Z] Removing intermediate container 30c887689b06 [2022-04-13T17:18:17.707Z] ---> 051e6619af3c [2022-04-13T17:18:17.707Z] Step 13/25 : WORKDIR / [2022-04-13T17:18:17.707Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:17.707Z] ---> Running in 1e68427232cd [2022-04-13T17:18:17.966Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:17.966Z] Removing intermediate container 1e68427232cd [2022-04-13T17:18:17.966Z] ---> 739228983c3d [2022-04-13T17:18:17.966Z] 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-13T17:18:18.226Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:18.516Z] ---> 340426302519 [2022-04-13T17:18:18.516Z] 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-13T17:18:18.775Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:18.775Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:18.775Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-13T17:18:18.775Z] ---> 2db8cc9caf21 [2022-04-13T17:18:18.775Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-13T17:18:18.775Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-13T17:18:18.775Z] (3/5) Installing libucontext (1.1-r0) [2022-04-13T17:18:18.796Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-13T17:18:18.796Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-13T17:18:19.035Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-13T17:18:19.035Z] ---> 80f2bcfc7361 [2022-04-13T17:18:19.035Z] 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-13T17:18:19.035Z] v3.15.4-23-g26ba280437 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-13T17:18:19.035Z] v3.15.4-24-g67b9572837 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-13T17:18:19.035Z] OK: 15854 distinct packages available [2022-04-13T17:18:19.035Z] v3.15.4-23-g26ba280437 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-13T17:18:19.035Z] v3.15.4-24-g67b9572837 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-13T17:18:19.035Z] OK: 15854 distinct packages available [2022-04-13T17:18:19.035Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:19.035Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:19.035Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-13T17:18:19.295Z] Executing busybox-1.34.1-r5.trigger [2022-04-13T17:18:19.295Z] OK: 6 MiB in 19 packages [2022-04-13T17:18:19.295Z] ---> a014b3d7438e [2022-04-13T17:18:19.295Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-13T17:18:19.865Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:19.865Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:19.865Z] Removing intermediate container b296d73b64e0 [2022-04-13T17:18:19.865Z] ---> 11bda3a5f22a [2022-04-13T17:18:19.865Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-13T17:18:20.124Z] ---> 5be75ced755d [2022-04-13T17:18:20.124Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-13T17:18:20.124Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-13T17:18:20.385Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-13T17:18:20.385Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-13T17:18:20.385Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-13T17:18:20.385Z] (3/4) Installing libucontext (1.1-r0) [2022-04-13T17:18:20.385Z] (3/5) Installing libucontext (1.1-r0) [2022-04-13T17:18:20.385Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-13T17:18:20.645Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-13T17:18:20.645Z] Executing busybox-1.34.1-r5.trigger [2022-04-13T17:18:20.645Z] OK: 6 MiB in 18 packages [2022-04-13T17:18:20.645Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-13T17:18:20.645Z] Executing busybox-1.34.1-r5.trigger [2022-04-13T17:18:20.645Z] OK: 6 MiB in 19 packages [2022-04-13T17:18:21.606Z] ---> ab8fe3803aae [2022-04-13T17:18:21.606Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-13T17:18:21.867Z] ---> db399e609f43 [2022-04-13T17:18:21.867Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-13T17:18:21.867Z] Removing intermediate container 5fb09746238f [2022-04-13T17:18:21.867Z] ---> ef3a205c06e2 [2022-04-13T17:18:21.867Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-13T17:18:21.867Z] Removing intermediate container 75b45bbf3249 [2022-04-13T17:18:21.867Z] ---> 5a983e21e9de [2022-04-13T17:18:21.867Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-13T17:18:22.129Z] ---> 23d8e6cfa123 [2022-04-13T17:18:22.129Z] 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-13T17:18:22.129Z] ---> 3cd5bd19558d [2022-04-13T17:18:22.129Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-13T17:18:22.129Z] ---> Running in c1cdba7669fa [2022-04-13T17:18:22.698Z] ---> 8e10548a17f3 [2022-04-13T17:18:22.698Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-13T17:18:23.271Z] ---> 5c3e5234c89e [2022-04-13T17:18:23.271Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-13T17:18:23.531Z] ---> 87370d04c165 [2022-04-13T17:18:23.531Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-13T17:18:23.531Z] ---> Running in 75d502640896 [2022-04-13T17:18:23.531Z] ---> 2c9f0569f6dd [2022-04-13T17:18:23.531Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-13T17:18:23.531Z] Removing intermediate container c1cdba7669fa [2022-04-13T17:18:23.531Z] ---> 1a45f94c5452 [2022-04-13T17:18:23.531Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-13T17:18:24.282Z] ---> Running in 805813f7c672 [2022-04-13T17:18:24.282Z] Removing intermediate container 75d502640896 [2022-04-13T17:18:24.282Z] ---> e2a245ac18b6 [2022-04-13T17:18:24.282Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-13T17:18:24.282Z] ---> 538169af67d5 [2022-04-13T17:18:24.282Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-13T17:18:24.282Z] ---> Running in d038c672da54 [2022-04-13T17:18:24.282Z] Removing intermediate container 805813f7c672 [2022-04-13T17:18:24.282Z] ---> aa2cbeca50a6 [2022-04-13T17:18:24.282Z] Step 23/25 : LABEL arch=x86_64 [2022-04-13T17:18:24.282Z] ---> Running in 6f785b897e2a [2022-04-13T17:18:24.282Z] Removing intermediate container d038c672da54 [2022-04-13T17:18:24.282Z] ---> b41118943a31 [2022-04-13T17:18:24.282Z] Step 23/25 : LABEL arch=x86_64 [2022-04-13T17:18:24.560Z] ---> Running in 37c613b99e1d [2022-04-13T17:18:24.560Z] ---> Running in 7ce08be3372d [2022-04-13T17:18:24.560Z] Removing intermediate container 37c613b99e1d [2022-04-13T17:18:24.560Z] ---> bb0690825daf [2022-04-13T17:18:24.560Z] Step 24/25 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:18:24.841Z] Removing intermediate container 7ce08be3372d [2022-04-13T17:18:24.841Z] ---> 2c61eae17f87 [2022-04-13T17:18:24.841Z] Step 24/25 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:18:24.841Z] ---> Running in 85b0a21d59b0 [2022-04-13T17:18:24.841Z] Removing intermediate container 6f785b897e2a [2022-04-13T17:18:24.841Z] ---> 9f9c5ee59b86 [2022-04-13T17:18:24.841Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-13T17:18:24.841Z] ---> Running in 2af15d2ed313 [2022-04-13T17:18:25.129Z] Removing intermediate container 85b0a21d59b0 [2022-04-13T17:18:25.129Z] ---> 97d5692b610e [2022-04-13T17:18:25.129Z] Step 25/25 : LABEL version=0.0.0 [2022-04-13T17:18:25.129Z] ---> Running in 592c4705c319 [2022-04-13T17:18:25.129Z] Removing intermediate container 2af15d2ed313 [2022-04-13T17:18:25.129Z] ---> e2a5d4643cbd [2022-04-13T17:18:25.129Z] Step 25/25 : LABEL version=0.0.0 [2022-04-13T17:18:25.129Z] ---> e35f02191c39 [2022-04-13T17:18:25.129Z] Step 21/26 : WORKDIR / [2022-04-13T17:18:25.129Z] ---> 7cff7ba82019 [2022-04-13T17:18:25.129Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-13T17:18:25.389Z] ---> Running in 1f359665bd88 [2022-04-13T17:18:25.389Z] ---> Running in 09cc95b9739c [2022-04-13T17:18:25.389Z] Removing intermediate container 592c4705c319 [2022-04-13T17:18:25.389Z] ---> a8173d6f603d [2022-04-13T17:18:25.389Z] [2022-04-13T17:18:25.649Z] Successfully built a8173d6f603d [2022-04-13T17:18:25.649Z] Successfully tagged security-secretstore-setup:latest [2022-04-13T17:18:25.649Z] Building support-notifications [2022-04-13T17:18:25.649Z]  Building security-secretstore-setup ... done Removing intermediate container 1f359665bd88 [2022-04-13T17:18:25.649Z] ---> d262e54f884d [2022-04-13T17:18:25.649Z] [2022-04-13T17:18:25.649Z] Removing intermediate container 09cc95b9739c [2022-04-13T17:18:25.649Z] ---> 5284e9ce7a71 [2022-04-13T17:18:25.649Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-13T17:18:25.649Z] ---> c2c89288231f [2022-04-13T17:18:25.649Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-13T17:18:26.221Z] ---> Running in 7c9adbb92ffd [2022-04-13T17:18:26.221Z] Successfully built d262e54f884d [2022-04-13T17:18:26.481Z] Successfully tagged security-spire-server:latest [2022-04-13T17:18:26.481Z]  Building security-spire-server ... done Building core-command [2022-04-13T17:18:26.481Z] ---> ce69a3e775be [2022-04-13T17:18:26.481Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-13T17:18:26.481Z] Removing intermediate container 7c9adbb92ffd [2022-04-13T17:18:26.481Z] ---> 2826516f402e [2022-04-13T17:18:26.481Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-13T17:18:26.481Z] ---> Running in 11b003186dd5 [2022-04-13T17:18:27.056Z] Removing intermediate container 11b003186dd5 [2022-04-13T17:18:27.056Z] ---> 0ae4b80ef220 [2022-04-13T17:18:27.057Z] Step 24/26 : LABEL arch=x86_64 [2022-04-13T17:18:27.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-13T17:18:27.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-13T17:18:27.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-13T17:18:27.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-13T17:18:27.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-13T17:18:27.113Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-13T17:18:27.113Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-13T17:18:27.996Z] ---> 3cb42f307c80 [2022-04-13T17:18:27.996Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-13T17:18:27.996Z] ---> Running in b158ec16c544 [2022-04-13T17:18:28.101Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-13T17:18:28.101Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-13T17:18:28.101Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-13T17:18:28.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-13T17:18:28.255Z] ---> Running in 8029941cefe1 [2022-04-13T17:18:28.255Z] Removing intermediate container b158ec16c544 [2022-04-13T17:18:28.255Z] ---> f1bfc73febcc [2022-04-13T17:18:28.255Z] Step 25/26 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:18:29.640Z] Removing intermediate container 8029941cefe1 [2022-04-13T17:18:29.640Z] ---> 49c7e08417ed [2022-04-13T17:18:29.640Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-13T17:18:30.246Z] ---> Running in 0f6cbda83787 [2022-04-13T17:18:30.246Z] ---> Running in 9a7c686aed49 [2022-04-13T17:18:30.246Z] Removing intermediate container 0f6cbda83787 [2022-04-13T17:18:30.246Z] ---> e4a67917aa98 [2022-04-13T17:18:30.246Z] Step 26/26 : LABEL version=0.0.0 [2022-04-13T17:18:30.507Z] Removing intermediate container 9a7c686aed49 [2022-04-13T17:18:30.507Z] ---> 3ec64c79ee03 [2022-04-13T17:18:30.507Z] Step 24/26 : LABEL arch=x86_64 [2022-04-13T17:18:30.507Z] ---> Running in 00972d45769f [2022-04-13T17:18:30.507Z] ---> Running in fba8a31d412c [2022-04-13T17:18:30.768Z] Removing intermediate container 00972d45769f [2022-04-13T17:18:30.768Z] ---> 6fa418251b16 [2022-04-13T17:18:30.768Z] [2022-04-13T17:18:31.028Z] Removing intermediate container fba8a31d412c [2022-04-13T17:18:31.028Z] ---> 72b4974d5c0b [2022-04-13T17:18:31.028Z] Step 25/26 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:18:31.290Z] Successfully built 6fa418251b16 [2022-04-13T17:18:31.549Z] Successfully tagged security-spire-config:latest [2022-04-13T17:18:31.549Z]  Building security-spire-config ... done  ---> Running in 0fdba97e3fe1 [2022-04-13T17:18:32.499Z] Removing intermediate container 0fdba97e3fe1 [2022-04-13T17:18:32.499Z] ---> 2f478e22ee77 [2022-04-13T17:18:32.499Z] Step 26/26 : LABEL version=0.0.0 [2022-04-13T17:18:33.443Z] ---> Running in 5c0454980743 [2022-04-13T17:18:33.444Z] Removing intermediate container 8eaa95d3dc25 [2022-04-13T17:18:33.444Z] ---> 4d7061dfeb8a [2022-04-13T17:18:33.444Z] [2022-04-13T17:18:33.444Z] Step 10/22 : FROM alpine:3.14 [2022-04-13T17:18:33.444Z] ---> e04c818066af [2022-04-13T17:18:33.444Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-13T17:18:33.444Z] ---> Using cache [2022-04-13T17:18:33.444Z] ---> e65a12735553 [2022-04-13T17:18:33.444Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-13T17:18:33.444Z] ---> Using cache [2022-04-13T17:18:33.444Z] ---> 714364627b66 [2022-04-13T17:18:33.444Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-13T17:18:33.703Z] Removing intermediate container 5c0454980743 [2022-04-13T17:18:33.703Z] ---> 5ece5c7a6c06 [2022-04-13T17:18:33.703Z] [2022-04-13T17:18:33.967Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:18:33.967Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:18:33.967Z] ---> 9ba5c5d012f8 [2022-04-13T17:18:33.967Z] Step 3/22 : WORKDIR /edgex-go [2022-04-13T17:18:33.967Z] ---> Using cache [2022-04-13T17:18:33.967Z] ---> 14fad67f16fd [2022-04-13T17:18:33.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:18:33.967Z] ---> Using cache [2022-04-13T17:18:33.967Z] ---> 8a02aac149d6 [2022-04-13T17:18:33.967Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-13T17:18:33.967Z] ---> Running in 29a89f1d183c [2022-04-13T17:18:33.967Z] ---> Running in b2715a02bf9f [2022-04-13T17:18:33.967Z] Successfully built 5ece5c7a6c06 [2022-04-13T17:18:34.227Z] Successfully tagged security-spire-agent:latest [2022-04-13T17:18:34.227Z]  Building security-spire-agent ... done Removing intermediate container 29a89f1d183c [2022-04-13T17:18:34.227Z] ---> d019537a6258 [2022-04-13T17:18:34.227Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-13T17:18:34.227Z] ---> Running in 864eb06ae856 [2022-04-13T17:18:34.486Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:18:34.486Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:18:34.486Z] ---> 9ba5c5d012f8 [2022-04-13T17:18:34.486Z] Step 3/23 : WORKDIR /edgex-go [2022-04-13T17:18:34.486Z] ---> Using cache [2022-04-13T17:18:34.486Z] ---> 14fad67f16fd [2022-04-13T17:18:34.486Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:18:34.486Z] ---> Using cache [2022-04-13T17:18:34.486Z] ---> 8a02aac149d6 [2022-04-13T17:18:34.486Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-13T17:18:34.486Z] ---> Using cache [2022-04-13T17:18:34.486Z] ---> 1222b162f4ff [2022-04-13T17:18:34.486Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-13T17:18:34.486Z] ---> Using cache [2022-04-13T17:18:34.486Z] ---> 48533ac2c9f1 [2022-04-13T17:18:34.486Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:18:34.486Z] ---> Using cache [2022-04-13T17:18:34.486Z] ---> 962adfbaf73a [2022-04-13T17:18:34.486Z] Step 8/23 : COPY . . [2022-04-13T17:18:34.486Z] ---> Using cache [2022-04-13T17:18:34.486Z] ---> 0aac4afa1016 [2022-04-13T17:18:34.486Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-13T17:18:34.486Z] ---> Running in 0d42c5343f0d [2022-04-13T17:18:34.486Z] Removing intermediate container 864eb06ae856 [2022-04-13T17:18:34.486Z] ---> 5e3229bdc3f1 [2022-04-13T17:18:34.486Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:18:34.486Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:34.746Z] ---> bfc2cf527ad3 [2022-04-13T17:18:34.746Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-13T17:18:34.746Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2022-04-13T17:18:35.325Z] ---> 421a5b5ff35e [2022-04-13T17:18:35.325Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-13T17:18:35.325Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:18:35.589Z] ---> 4ff6cac6a4a1 [2022-04-13T17:18:35.589Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-13T17:18:35.589Z] ---> Running in 3a831c5c8dd7 [2022-04-13T17:18:35.589Z] Removing intermediate container 3a831c5c8dd7 [2022-04-13T17:18:35.589Z] ---> ed0cc7859dfd [2022-04-13T17:18:35.589Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:18:35.589Z] OK: 221 MiB in 52 packages [2022-04-13T17:18:35.589Z] ---> Running in dc75381643cb [2022-04-13T17:18:35.849Z] Removing intermediate container dc75381643cb [2022-04-13T17:18:35.849Z] ---> c671f3a38dab [2022-04-13T17:18:35.849Z] Step 20/22 : LABEL arch=x86_64 [2022-04-13T17:18:35.849Z] ---> Running in deb42ec87249 [2022-04-13T17:18:35.849Z] Removing intermediate container deb42ec87249 [2022-04-13T17:18:35.849Z] ---> 06dce5efb0a7 [2022-04-13T17:18:35.849Z] Step 21/22 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:18:36.108Z] ---> Running in e132052de586 [2022-04-13T17:18:36.108Z] Removing intermediate container b2715a02bf9f [2022-04-13T17:18:36.109Z] ---> 8251c0bf9734 [2022-04-13T17:18:36.109Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-13T17:18:36.109Z] Removing intermediate container e132052de586 [2022-04-13T17:18:36.109Z] ---> 4d905cfb2441 [2022-04-13T17:18:36.109Z] Step 22/22 : LABEL version=0.0.0 [2022-04-13T17:18:36.109Z] ---> Running in 039f123de79a [2022-04-13T17:18:36.109Z] ---> a18a1c1b999c [2022-04-13T17:18:36.109Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:18:36.369Z] Removing intermediate container 039f123de79a [2022-04-13T17:18:36.369Z] ---> Running in f5bec63e7794 [2022-04-13T17:18:36.369Z] ---> 53c2c7d33651 [2022-04-13T17:18:36.369Z] [2022-04-13T17:18:36.369Z] Successfully built 53c2c7d33651 [2022-04-13T17:18:36.369Z] Successfully tagged support-scheduler:latest [2022-04-13T17:18:36.937Z]  Building support-scheduler ... done Removing intermediate container f5bec63e7794 [2022-04-13T17:18:36.937Z] ---> 8488088ce00e [2022-04-13T17:18:36.937Z] Step 8/22 : COPY . . [2022-04-13T17:18:40.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.238s coverage: 28.7% of statements [2022-04-13T17:18:40.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-13T17:18:40.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-13T17:18:46.929Z] ---> b61be527a93c [2022-04-13T17:18:46.929Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-13T17:18:46.929Z] ---> Running in 03000ed19341 [2022-04-13T17:18:46.929Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-13T17:18:47.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.410s coverage: 98.5% of statements [2022-04-13T17:18:47.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-13T17:18:47.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.487s coverage: 53.4% of statements [2022-04-13T17:18:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-13T17:18:47.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-13T17:18:55.050Z] Removing intermediate container 0d42c5343f0d [2022-04-13T17:18:55.050Z] ---> 6a2539b1f014 [2022-04-13T17:18:55.050Z] [2022-04-13T17:18:55.050Z] Step 10/23 : FROM alpine:3.14 [2022-04-13T17:18:55.050Z] ---> e04c818066af [2022-04-13T17:18:55.050Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-13T17:18:55.050Z] ---> Using cache [2022-04-13T17:18:55.050Z] ---> e65a12735553 [2022-04-13T17:18:55.050Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-13T17:18:55.050Z] ---> Using cache [2022-04-13T17:18:55.050Z] ---> 714364627b66 [2022-04-13T17:18:55.050Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-13T17:18:55.310Z] ---> Running in 3141f7a9eedb [2022-04-13T17:18:55.310Z] Removing intermediate container 3141f7a9eedb [2022-04-13T17:18:55.310Z] ---> 8cf4f19b532a [2022-04-13T17:18:55.310Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-13T17:18:55.310Z] ---> Running in b605fb1f5bac [2022-04-13T17:18:55.570Z] Removing intermediate container b605fb1f5bac [2022-04-13T17:18:55.570Z] ---> f04298668f1e [2022-04-13T17:18:55.570Z] Step 15/23 : WORKDIR / [2022-04-13T17:18:55.570Z] ---> Running in 9996af0f39cd [2022-04-13T17:18:55.829Z] Removing intermediate container 9996af0f39cd [2022-04-13T17:18:55.829Z] ---> 6c75889bcb6c [2022-04-13T17:18:55.829Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:18:56.092Z] ---> 5c44c794a08f [2022-04-13T17:18:56.092Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-13T17:18:56.660Z] ---> a7688143d612 [2022-04-13T17:18:56.660Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-13T17:18:56.920Z] ---> a5029aae5ac9 [2022-04-13T17:18:56.920Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-13T17:18:56.920Z] ---> Running in 11dcf7851fbb [2022-04-13T17:18:57.178Z] Removing intermediate container 11dcf7851fbb [2022-04-13T17:18:57.178Z] ---> 19cd222fb8cb [2022-04-13T17:18:57.178Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:18:57.178Z] ---> Running in 82a0789a5bb8 [2022-04-13T17:18:57.178Z] Removing intermediate container 82a0789a5bb8 [2022-04-13T17:18:57.178Z] ---> f72dd973d30a [2022-04-13T17:18:57.178Z] Step 21/23 : LABEL arch=x86_64 [2022-04-13T17:18:57.438Z] ---> Running in 34c8f74068b6 [2022-04-13T17:18:57.438Z] Removing intermediate container 34c8f74068b6 [2022-04-13T17:18:57.438Z] ---> 2a76b2f99629 [2022-04-13T17:18:57.438Z] Step 22/23 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:18:57.438Z] ---> Running in d4515e6c4eb0 [2022-04-13T17:18:57.697Z] Removing intermediate container d4515e6c4eb0 [2022-04-13T17:18:57.697Z] ---> b435918d6163 [2022-04-13T17:18:57.697Z] Step 23/23 : LABEL version=0.0.0 [2022-04-13T17:18:57.697Z] ---> Running in 42a4d6b04836 [2022-04-13T17:18:57.697Z] Removing intermediate container 42a4d6b04836 [2022-04-13T17:18:57.697Z] ---> 8a643e93ff04 [2022-04-13T17:18:57.697Z] [2022-04-13T17:18:57.957Z] Successfully built 8a643e93ff04 [2022-04-13T17:18:57.957Z] Successfully tagged core-command:latest [2022-04-13T17:19:07.956Z]  Building core-command ... done Removing intermediate container 03000ed19341 [2022-04-13T17:19:07.956Z] ---> fd251168fcd9 [2022-04-13T17:19:07.956Z] [2022-04-13T17:19:07.956Z] Step 10/22 : FROM alpine:3.14 [2022-04-13T17:19:07.956Z] ---> e04c818066af [2022-04-13T17:19:07.956Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-13T17:19:07.956Z] ---> Running in 01c65f57beb0 [2022-04-13T17:19:07.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-13T17:19:07.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-13T17:19:07.956Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-13T17:19:07.956Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-13T17:19:07.956Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T17:19:07.956Z] Executing ca-certificates-20211220-r0.trigger [2022-04-13T17:19:07.956Z] OK: 6 MiB in 16 packages [2022-04-13T17:19:07.956Z] Removing intermediate container 01c65f57beb0 [2022-04-13T17:19:07.956Z] ---> 48ce3d8a2369 [2022-04-13T17:19:07.956Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-13T17:19:07.956Z] ---> Running in 13383a3bcef5 [2022-04-13T17:19:08.217Z] Removing intermediate container 13383a3bcef5 [2022-04-13T17:19:08.217Z] ---> 95c8252527f0 [2022-04-13T17:19:08.217Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-13T17:19:08.217Z] ---> Running in 1e7949eed62a [2022-04-13T17:19:08.217Z] Removing intermediate container 1e7949eed62a [2022-04-13T17:19:08.217Z] ---> 43db0107de54 [2022-04-13T17:19:08.217Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-13T17:19:08.217Z] ---> Running in 7749e040b045 [2022-04-13T17:19:08.479Z] Removing intermediate container 7749e040b045 [2022-04-13T17:19:08.479Z] ---> 1575f79f7922 [2022-04-13T17:19:08.479Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:19:08.479Z] ---> 29558d946ee9 [2022-04-13T17:19:08.479Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-13T17:19:09.050Z] ---> 4243be5928a5 [2022-04-13T17:19:09.050Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-13T17:19:09.311Z] ---> f6bb3841b93f [2022-04-13T17:19:09.311Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-13T17:19:09.311Z] ---> Running in 331078dbc747 [2022-04-13T17:19:09.311Z] Removing intermediate container 331078dbc747 [2022-04-13T17:19:09.311Z] ---> b0bb3388a452 [2022-04-13T17:19:09.311Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:19:09.311Z] ---> Running in 156a326d5b43 [2022-04-13T17:19:09.574Z] Removing intermediate container 156a326d5b43 [2022-04-13T17:19:09.574Z] ---> 880aa5e8b0e9 [2022-04-13T17:19:09.574Z] Step 20/22 : LABEL arch=x86_64 [2022-04-13T17:19:09.574Z] ---> Running in 5996700c43d6 [2022-04-13T17:19:09.574Z] Removing intermediate container 5996700c43d6 [2022-04-13T17:19:09.574Z] ---> 463ddbf987bf [2022-04-13T17:19:09.574Z] Step 21/22 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:19:09.574Z] ---> Running in 008e7b4f05b1 [2022-04-13T17:19:09.839Z] Removing intermediate container 008e7b4f05b1 [2022-04-13T17:19:09.839Z] ---> 5598ee0c7b26 [2022-04-13T17:19:09.839Z] Step 22/22 : LABEL version=0.0.0 [2022-04-13T17:19:09.839Z] ---> Running in 459571498f7f [2022-04-13T17:19:09.839Z] Removing intermediate container 459571498f7f [2022-04-13T17:19:09.839Z] ---> 3df42503b21a [2022-04-13T17:19:09.839Z] [2022-04-13T17:19:09.839Z] Successfully built 3df42503b21a [2022-04-13T17:19:10.100Z] Successfully tagged support-notifications:latest [2022-04-13T17:19:10.114Z]  Building support-notifications ... done  [Pipeline] } [2022-04-13T17:19:10.140Z] $ docker stop --time=1 e52dfa6b97f1c2d3c62227bfbbc7952612460e35399595f876e180b98ff46deb [2022-04-13T17:19:11.464Z] $ docker rm -f e52dfa6b97f1c2d3c62227bfbbc7952612460e35399595f876e180b98ff46deb [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-13T17:19:11.890Z] + docker images [2022-04-13T17:19:11.890Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-13T17:19:11.891Z] support-notifications latest 3df42503b21a 2 seconds ago 30.8MB [2022-04-13T17:19:11.891Z] fd251168fcd9 6 seconds ago 1.69GB [2022-04-13T17:19:11.891Z] core-command latest 8a643e93ff04 14 seconds ago 28.5MB [2022-04-13T17:19:11.891Z] 6a2539b1f014 18 seconds ago 1.69GB [2022-04-13T17:19:11.891Z] support-scheduler latest 53c2c7d33651 35 seconds ago 30.2MB [2022-04-13T17:19:11.891Z] security-spire-agent latest 5ece5c7a6c06 38 seconds ago 127MB [2022-04-13T17:19:11.891Z] 4d7061dfeb8a 39 seconds ago 1.69GB [2022-04-13T17:19:11.891Z] security-spire-config latest 6fa418251b16 41 seconds ago 86.7MB [2022-04-13T17:19:11.891Z] security-secretstore-setup latest a8173d6f603d 46 seconds ago 49.7MB [2022-04-13T17:19:11.891Z] security-spire-server latest d262e54f884d 46 seconds ago 87.3MB [2022-04-13T17:19:11.891Z] c350ebb615c6 58 seconds ago 1.71GB [2022-04-13T17:19:11.891Z] a1151d7c29df About a minute ago 4.55GB [2022-04-13T17:19:11.891Z] 56a7f55a5029 About a minute ago 4.55GB [2022-04-13T17:19:11.891Z] 403a4809df8a About a minute ago 4.55GB [2022-04-13T17:19:11.891Z] core-metadata latest 52a91185d8ae About a minute ago 30.4MB [2022-04-13T17:19:11.891Z] security-spiffe-token-provider latest 4fd450c6391a About a minute ago 32.4MB [2022-04-13T17:19:11.891Z] 9c80aa7888cf About a minute ago 1.69GB [2022-04-13T17:19:11.891Z] 28fb622ee52f 2 minutes ago 1.68GB [2022-04-13T17:19:11.891Z] sys-mgmt-agent latest 27e181498060 2 minutes ago 311MB [2022-04-13T17:19:11.891Z] security-bootstrapper latest 55f16b8f70e2 2 minutes ago 28.3MB [2022-04-13T17:19:11.891Z] a4542bf4af44 2 minutes ago 1.71GB [2022-04-13T17:19:11.891Z] deb11b4e5988 3 minutes ago 1.69GB [2022-04-13T17:19:11.891Z] core-data latest 8ab687d9d942 4 minutes ago 36.2MB [2022-04-13T17:19:11.891Z] security-proxy-setup latest c11caa76f501 4 minutes ago 51MB [2022-04-13T17:19:11.891Z] c5ebc448a849 5 minutes ago 1.7GB [2022-04-13T17:19:11.891Z] 3a57734eff0c 5 minutes ago 1.7GB [2022-04-13T17:19:11.891Z] ci-base-image-x86_64 latest 9ba5c5d012f8 8 minutes ago 896MB [2022-04-13T17:19:11.891Z] docker 20.10.14 7417809fdb73 8 days ago 218MB [2022-04-13T17:19:11.891Z] alpine 3.14 e04c818066af 8 days ago 5.59MB [2022-04-13T17:19:11.891Z] alpine 3.15 0ac33e5f5afa 8 days ago 5.57MB [2022-04-13T17:19:11.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-13T17:19:11.891Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-13T17:19:11.891Z] 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-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.691s coverage: 89.2% of statements [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.363s coverage: 84.4% of statements [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.325s coverage: 95.6% of statements [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.322s coverage: 72.2% of statements [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.400s coverage: 60.0% of statements [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.593s coverage: 0.9% of statements [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.526s coverage: 58.8% of statements [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.348s coverage: 24.0% of statements [2022-04-13T17:19:14.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.367s coverage: 47.1% of statements [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.265s coverage: 79.5% of statements [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.196s coverage: 94.1% of statements [2022-04-13T17:19:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.244s coverage: 96.3% of statements [2022-04-13T17:19:15.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.288s coverage: 87.5% of statements [2022-04-13T17:19:28.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.255s coverage: 94.4% of statements [2022-04-13T17:19:28.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.219s coverage: 44.8% of statements [2022-04-13T17:19:32.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.748s coverage: 82.5% of statements [2022-04-13T17:19:32.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-13T17:19:42.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.313s coverage: 92.9% of statements [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-13T17:19:42.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 65.1% of statements [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-13T17:19:42.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.210s coverage: 87.2% of statements [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-13T17:19:42.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.187s coverage: 100.0% of statements [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-13T17:19:42.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.283s coverage: 58.8% of statements [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-13T17:19:42.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.343s coverage: 80.0% of statements [2022-04-13T17:19:42.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements [2022-04-13T17:19:42.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.280s coverage: 85.4% of statements [2022-04-13T17:19:42.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.807s coverage: 91.2% of statements [2022-04-13T17:19:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-13T17:19:45.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.932s coverage: 64.4% of statements [2022-04-13T17:19:45.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-13T17:19:45.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-13T17:19:45.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.267s coverage: 100.0% of statements [2022-04-13T17:19:45.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 89.4% of statements [2022-04-13T17:19:45.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2022-04-13T17:19:45.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2022-04-13T17:19:45.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2022-04-13T17:19:55.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.512s coverage: 65.4% of statements [2022-04-13T17:19:55.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-13T17:19:55.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-13T17:19:55.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-13T17:19:57.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.863s coverage: 43.8% of statements [2022-04-13T17:19:57.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-13T17:19:57.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-13T17:19:57.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.304s coverage: 89.5% of statements [2022-04-13T17:19:57.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-13T17:19:57.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.233s coverage: 84.8% of statements [2022-04-13T17:19:57.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-13T17:19:57.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-13T17:19:57.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-13T17:19:57.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-13T17:20:05.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.372s coverage: 17.7% of statements [2022-04-13T17:20:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-13T17:20:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-13T17:20:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-13T17:20:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-13T17:20:05.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.703s coverage: 92.3% of statements [2022-04-13T17:20:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-13T17:20:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-13T17:20:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-13T17:20:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-13T17:20:05.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.340s coverage: 63.2% of statements [2022-04-13T17:20:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-13T17:20:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-13T17:20:06.454Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.436s coverage: 97.7% of statements [2022-04-13T17:20:06.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-13T17:20:06.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-13T17:20:06.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-13T17:20:06.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-13T17:20:06.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.187s coverage: 28.9% of statements [2022-04-13T17:20:06.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-13T17:20:06.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-13T17:20:06.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-13T17:20:06.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-13T17:20:06.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-13T17:20:06.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-13T17:20:06.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.187s coverage: 100.0% of statements [2022-04-13T17:20:06.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements [2022-04-13T17:20:07.051Z] 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-13T17:20:07.327Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-13T17:20:07.327Z] GO111MODULE=on go vet ./... [2022-04-13T17:21:59.246Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-13T17:21:59.246Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-13T17:21:59.246Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-13T17:21:59.281Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-13T17:21:59.947Z] + ls -al . [2022-04-13T17:21:59.947Z] total 668 [2022-04-13T17:21:59.947Z] drwxrwxr-x 9 1001 1001 4096 Apr 13 17:21 . [2022-04-13T17:21:59.947Z] drwxr-xr-x 4 root root 4096 Apr 13 17:15 .. [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 11 Apr 13 17:13 .dockerignore [2022-04-13T17:21:59.947Z] drwxrwxr-x 8 1001 1001 4096 Apr 13 17:13 .git [2022-04-13T17:21:59.947Z] drwxrwxr-x 3 1001 1001 4096 Apr 13 17:13 .github [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 879 Apr 13 17:13 .gitignore [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 42 Apr 13 17:13 .golangci.yml [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 87 Apr 13 17:13 .hadolint.yml [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 166 Apr 13 17:13 .sonarcloud.properties [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 1171 Apr 13 17:13 ADOPTERS.md [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 10086 Apr 13 17:13 Attribution.txt [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 51732 Apr 13 17:13 CHANGELOG.md [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 3804 Apr 13 17:13 CONTRIBUTING.md [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 677 Apr 13 17:13 GOVERNANCE.md [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 850 Apr 13 17:13 Jenkinsfile [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 10775 Apr 13 17:13 LICENSE [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 8522 Apr 13 17:13 Makefile [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 582 Apr 13 17:13 OWNERS.md [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 8207 Apr 13 17:13 README.md [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 6912 Apr 13 17:13 SECURITY.md [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 5 Apr 13 17:10 VERSION [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 4131 Apr 13 17:13 ZMQWindows.md [2022-04-13T17:21:59.947Z] drwxrwxr-x 2 1001 1001 4096 Apr 13 17:13 bin [2022-04-13T17:21:59.947Z] drwxrwxr-x 18 1001 1001 4096 Apr 13 17:13 cmd [2022-04-13T17:21:59.947Z] -rw-r--r-- 1 root root 434738 Apr 13 17:20 coverage.out [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 3256 Apr 13 17:13 go.mod [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 35162 Apr 13 17:15 go.sum [2022-04-13T17:21:59.947Z] drwxrwxr-x 8 1001 1001 4096 Apr 13 17:13 internal [2022-04-13T17:21:59.947Z] drwxrwxr-x 3 1001 1001 4096 Apr 13 17:13 openapi [2022-04-13T17:21:59.947Z] drwxrwxr-x 4 1001 1001 4096 Apr 13 17:13 snap [2022-04-13T17:21:59.947Z] -rw-rw-r-- 1 1001 1001 204 Apr 13 17:13 version.go [Pipeline] sh [2022-04-13T17:22:00.625Z] + '[' -e coverage.out ] [2022-04-13T17:22:00.625Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-13T17:22:00.664Z] Warning: overwriting stash ‘coverage-report’ [2022-04-13T17:22:01.505Z] Stashed 1 file(s) [Pipeline] sh [2022-04-13T17:22:02.186Z] + make build [2022-04-13T17:22:02.186Z] CGO_ENABLED=1 GO111MODULE=on go build -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-13T17:24:09.081Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-13T17:24:14.535Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2022-04-13T17:24:26.958Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-13T17:24:42.062Z] CGO_ENABLED=0 GO111MODULE=on go build -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-13T17:25:04.245Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-13T17:25:14.396Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-13T17:25:26.794Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-13T17:25:39.173Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-13T17:25:51.553Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-13T17:26:01.690Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-13T17:26:14.110Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-13T17:26:32.425Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-13T17:26:42.613Z] $ docker stop --time=1 baa461758b7eb6179eb253e61e7d8556d07e23f5527031cb636241862eb921d5 [2022-04-13T17:26:44.586Z] $ docker rm -f baa461758b7eb6179eb253e61e7d8556d07e23f5527031cb636241862eb921d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:26:47.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-13T17:26:47.008Z] [2022-04-13T17:26:47.008Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:26:47.393Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-13T17:26:47.667Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-13T17:26:47.667Z] 29e5d40040c1: Pulling fs layer [2022-04-13T17:26:47.667Z] 1ce36da41761: Pulling fs layer [2022-04-13T17:26:47.667Z] 25b303627fd3: Pulling fs layer [2022-04-13T17:26:47.667Z] 29e5d40040c1: Verifying Checksum [2022-04-13T17:26:47.667Z] 29e5d40040c1: Download complete [2022-04-13T17:26:48.270Z] 1ce36da41761: Verifying Checksum [2022-04-13T17:26:48.270Z] 1ce36da41761: Download complete [2022-04-13T17:26:48.270Z] 29e5d40040c1: Pull complete [2022-04-13T17:26:49.711Z] 25b303627fd3: Verifying Checksum [2022-04-13T17:26:49.711Z] 25b303627fd3: Download complete [2022-04-13T17:26:49.711Z] 1ce36da41761: Pull complete [2022-04-13T17:27:02.138Z] 25b303627fd3: Pull complete [2022-04-13T17:27:02.138Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-13T17:27:02.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-13T17:27:02.138Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-13T17:27:02.418Z] prd-ubuntu20.04-docker-arm64-4c-16g-20830 does not seem to be running inside a container [2022-04-13T17:27:02.512Z] $ 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-13T17:27:04.949Z] $ docker top d71c40e53ba1b0a7163342ee024ce33cc37250ac7013b8d078348cd73f64cb5c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-13T17:27:05.977Z] + grep parallel [2022-04-13T17:27:05.977Z] + docker-compose build --help [2022-04-13T17:27:11.424Z] --parallel Build images in parallel. [Pipeline] } [2022-04-13T17:27:11.462Z] $ docker stop --time=1 d71c40e53ba1b0a7163342ee024ce33cc37250ac7013b8d078348cd73f64cb5c [2022-04-13T17:27:13.189Z] $ docker rm -f d71c40e53ba1b0a7163342ee024ce33cc37250ac7013b8d078348cd73f64cb5c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-13T17:27:13.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-13T17:27:13.944Z] . [Pipeline] withDockerContainer [2022-04-13T17:27:14.212Z] prd-ubuntu20.04-docker-arm64-4c-16g-20830 does not seem to be running inside a container [2022-04-13T17:27:14.306Z] $ 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-13T17:27:15.662Z] $ docker top c8d4fb958d905ac61d426fddc046c2aacde5b00be5b7f97b5d1278b72ea687aa -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-13T17:27:16.612Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-13T17:27:22.007Z] Building core-command ... [2022-04-13T17:27:22.007Z] Building core-data ... [2022-04-13T17:27:22.007Z] Building core-metadata ... [2022-04-13T17:27:22.007Z] Building security-bootstrapper ... [2022-04-13T17:27:22.007Z] Building security-proxy-setup ... [2022-04-13T17:27:22.007Z] Building security-secretstore-setup ... [2022-04-13T17:27:22.007Z] Building security-spiffe-token-provider ... [2022-04-13T17:27:22.007Z] Building security-spire-agent ... [2022-04-13T17:27:22.007Z] Building security-spire-config ... [2022-04-13T17:27:22.007Z] Building security-spire-server ... [2022-04-13T17:27:22.007Z] Building support-notifications ... [2022-04-13T17:27:22.007Z] Building support-scheduler ... [2022-04-13T17:27:22.007Z] Building sys-mgmt-agent ... [2022-04-13T17:27:22.007Z] Building security-spiffe-token-provider [2022-04-13T17:27:22.007Z] Building security-bootstrapper [2022-04-13T17:27:22.007Z] Building security-secretstore-setup [2022-04-13T17:27:22.007Z] Building security-spire-agent [2022-04-13T17:27:22.007Z] Building security-spire-config [2022-04-13T17:29:13.810Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:29:13.810Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:29:13.810Z] ---> 0887510e791f [2022-04-13T17:29:13.810Z] Step 3/31 : WORKDIR /edgex-go [2022-04-13T17:29:13.810Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:29:13.810Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:29:13.810Z] ---> 0887510e791f [2022-04-13T17:29:13.810Z] Step 3/20 : WORKDIR /edgex-go [2022-04-13T17:29:13.810Z] ---> Running in a39fb2925415 [2022-04-13T17:29:13.810Z] ---> Running in 2f70b77d8b63 [2022-04-13T17:29:13.810Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:29:13.810Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:29:13.810Z] ---> 0887510e791f [2022-04-13T17:29:13.810Z] Step 3/26 : WORKDIR /edgex-go [2022-04-13T17:29:13.810Z] ---> Running in 86d6aad350cd [2022-04-13T17:29:13.810Z] Removing intermediate container 2f70b77d8b63 [2022-04-13T17:29:13.810Z] ---> 9c99aaea95cb [2022-04-13T17:29:13.810Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:29:13.810Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:29:13.810Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:29:13.810Z] ---> 0887510e791f [2022-04-13T17:29:13.810Z] Step 3/25 : WORKDIR /edgex-go [2022-04-13T17:29:13.810Z] ---> Running in a77214f9beb5 [2022-04-13T17:29:13.810Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:29:13.810Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:29:13.810Z] ---> 0887510e791f [2022-04-13T17:29:13.810Z] Step 3/26 : WORKDIR /edgex-go [2022-04-13T17:29:13.810Z] ---> Running in e7be7da7a752 [2022-04-13T17:29:13.810Z] ---> Running in 622369efcd92 [2022-04-13T17:29:13.810Z] Removing intermediate container a39fb2925415 [2022-04-13T17:29:13.810Z] ---> 46208cba4ec4 [2022-04-13T17:29:13.810Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-13T17:29:13.810Z] Removing intermediate container 86d6aad350cd [2022-04-13T17:29:13.810Z] ---> 4c725c42676b [2022-04-13T17:29:13.810Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:29:13.810Z] ---> Running in 1dd26fac1144 [2022-04-13T17:29:13.810Z] ---> Running in b320952a5cf5 [2022-04-13T17:29:13.810Z] Removing intermediate container a77214f9beb5 [2022-04-13T17:29:13.810Z] ---> 1d9b344caa88 [2022-04-13T17:29:13.811Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:29:13.811Z] Removing intermediate container e7be7da7a752 [2022-04-13T17:29:13.811Z] ---> 581e1e5f340d [2022-04-13T17:29:13.811Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:29:13.811Z] ---> Running in 97269e3727b3 [2022-04-13T17:29:13.811Z] ---> Running in 4ea228010fa6 [2022-04-13T17:29:14.089Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:15.092Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:15.701Z] Removing intermediate container 622369efcd92 [2022-04-13T17:29:15.701Z] ---> 4e15c1bdefd6 [2022-04-13T17:29:15.701Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-13T17:29:15.701Z] Removing intermediate container b320952a5cf5 [2022-04-13T17:29:15.701Z] ---> c9d266663619 [2022-04-13T17:29:15.701Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-13T17:29:15.701Z] ---> Running in 9dd8d93db71b [2022-04-13T17:29:15.991Z] Removing intermediate container 4ea228010fa6 [2022-04-13T17:29:15.991Z] ---> Running in e19d3ca10100 [2022-04-13T17:29:15.991Z] ---> 6ff93a5c00c2 [2022-04-13T17:29:15.991Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-13T17:29:15.991Z] ---> Running in 776f620f6b41 [2022-04-13T17:29:16.268Z] Removing intermediate container 97269e3727b3 [2022-04-13T17:29:16.268Z] ---> 34a7b197c5e4 [2022-04-13T17:29:16.268Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-13T17:29:16.546Z] ---> Running in 0c95a80f06e7 [2022-04-13T17:29:16.546Z] v3.15.4-23-g26ba280437 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-13T17:29:16.546Z] v3.15.4-24-g67b9572837 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-13T17:29:16.546Z] OK: 15740 distinct packages available [2022-04-13T17:29:16.827Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:17.811Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:18.424Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:18.424Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:18.424Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:18.424Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:18.696Z] OK: 220 MiB in 52 packages [2022-04-13T17:29:19.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:19.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:19.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:19.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:29:20.314Z] Removing intermediate container 1dd26fac1144 [2022-04-13T17:29:20.314Z] ---> af26c85d7e37 [2022-04-13T17:29:20.314Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-13T17:29:20.599Z] OK: 220 MiB in 52 packages [2022-04-13T17:29:20.599Z] OK: 220 MiB in 52 packages [2022-04-13T17:29:20.878Z] OK: 220 MiB in 52 packages [2022-04-13T17:29:20.878Z] OK: 220 MiB in 52 packages [2022-04-13T17:29:21.160Z] ---> cb1fd241844f [2022-04-13T17:29:21.160Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:29:21.765Z] ---> Running in 516f6c10dbbd [2022-04-13T17:29:22.369Z] Removing intermediate container e19d3ca10100 [2022-04-13T17:29:22.369Z] ---> ef772711c1f3 [2022-04-13T17:29:22.369Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-13T17:29:22.647Z] Removing intermediate container 776f620f6b41 [2022-04-13T17:29:22.647Z] ---> 2b6568a7dd49 [2022-04-13T17:29:22.647Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-13T17:29:22.921Z] Removing intermediate container 0c95a80f06e7 [2022-04-13T17:29:22.921Z] ---> 59e78fa217fe [2022-04-13T17:29:22.921Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-13T17:29:22.921Z] Removing intermediate container 9dd8d93db71b [2022-04-13T17:29:22.921Z] ---> 011be3a94641 [2022-04-13T17:29:22.921Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-13T17:29:23.531Z] ---> 80af56300965 [2022-04-13T17:29:23.531Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:29:23.808Z] ---> Running in 78d4f413a0c0 [2022-04-13T17:29:24.091Z] ---> 2f97348954ee [2022-04-13T17:29:24.091Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:29:24.392Z] ---> 4fb1f391421a [2022-04-13T17:29:24.392Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:29:24.392Z] ---> Running in a1828d821309 [2022-04-13T17:29:24.670Z] ---> Running in 5d0337955ca7 [2022-04-13T17:29:24.951Z] ---> ba2b8a615375 [2022-04-13T17:29:24.951Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:29:24.951Z] ---> Running in 0d0f7106719e [2022-04-13T17:29:26.404Z] Removing intermediate container 516f6c10dbbd [2022-04-13T17:29:26.404Z] ---> b5cdc24e6df7 [2022-04-13T17:29:26.404Z] Step 7/20 : COPY . . [2022-04-13T17:29:29.831Z] Removing intermediate container 78d4f413a0c0 [2022-04-13T17:29:29.831Z] ---> e06ee09ef152 [2022-04-13T17:29:29.831Z] Step 8/26 : COPY . . [2022-04-13T17:29:30.835Z] Removing intermediate container 5d0337955ca7 [2022-04-13T17:29:30.835Z] ---> fdaacbc729d7 [2022-04-13T17:29:30.835Z] Step 8/31 : COPY . . [2022-04-13T17:29:30.835Z] Removing intermediate container a1828d821309 [2022-04-13T17:29:30.835Z] ---> 7a6b664842fe [2022-04-13T17:29:30.835Z] Step 8/26 : COPY . . [2022-04-13T17:29:30.835Z] Removing intermediate container 0d0f7106719e [2022-04-13T17:29:30.835Z] ---> fcb765946272 [2022-04-13T17:29:30.835Z] Step 8/25 : COPY . . [2022-04-13T17:30:03.232Z] ---> ca4084338ee9 [2022-04-13T17:30:03.232Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-13T17:30:03.508Z] ---> Running in 86c5ba3dedb4 [2022-04-13T17:30:05.499Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-13T17:30:05.775Z] ---> c75970c06723 [2022-04-13T17:30:05.775Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-13T17:30:06.381Z] ---> Running in e9cb49daa7e1 [2022-04-13T17:30:06.662Z] ---> 3ba07f4108e9 [2022-04-13T17:30:06.662Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-13T17:30:06.662Z] ---> Running in c29336bea85c [2022-04-13T17:30:07.268Z] Removing intermediate container e9cb49daa7e1 [2022-04-13T17:30:07.268Z] ---> b3427c9c6b55 [2022-04-13T17:30:07.268Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-13T17:30:07.545Z] ---> Running in 323c654a0e0b [2022-04-13T17:30:07.824Z] Removing intermediate container c29336bea85c [2022-04-13T17:30:07.824Z] ---> 947ad61f57d2 [2022-04-13T17:30:07.824Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-13T17:30:07.824Z] ---> Running in e6bb95949a7c [2022-04-13T17:30:08.434Z] ---> 22a3392797b7 [2022-04-13T17:30:08.434Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-13T17:30:08.434Z] ---> Running in b4a706b11b47 [2022-04-13T17:30:09.044Z] ---> 4c2afa2476d9 [2022-04-13T17:30:09.044Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-13T17:30:09.044Z] ---> Running in 3ef4d1cd0772 [2022-04-13T17:30:11.694Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-13T17:30:11.970Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-13T17:30:12.579Z] Removing intermediate container 323c654a0e0b [2022-04-13T17:30:12.579Z] ---> 599ed706c647 [2022-04-13T17:30:12.579Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-13T17:30:12.879Z] ---> Running in accf42d410a2 [2022-04-13T17:30:12.879Z] Removing intermediate container e6bb95949a7c [2022-04-13T17:30:12.879Z] ---> 044003b33359 [2022-04-13T17:30:12.879Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-13T17:30:13.157Z] ---> Running in 7fe098a103dd [2022-04-13T17:30:13.580Z] Removing intermediate container accf42d410a2 [2022-04-13T17:30:13.580Z] ---> 3bb8c695aed3 [2022-04-13T17:30:13.580Z] 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-13T17:30:14.172Z] ---> Running in a55c0cdce6fd [2022-04-13T17:30:14.172Z] Removing intermediate container 7fe098a103dd [2022-04-13T17:30:14.172Z] ---> 8ef2c8d30a14 [2022-04-13T17:30:14.172Z] 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-13T17:30:14.172Z] ---> Running in 18963a9b30be [2022-04-13T17:30:17.685Z] spire-1.2.1/ [2022-04-13T17:30:17.685Z] spire-1.2.1/ [2022-04-13T17:30:17.685Z] spire-1.2.1/.data/ [2022-04-13T17:30:17.685Z] spire-1.2.1/.data/.file [2022-04-13T17:30:17.685Z] spire-1.2.1/.dockerignore [2022-04-13T17:30:17.685Z] spire-1.2.1/.gitattributes [2022-04-13T17:30:17.685Z] spire-1.2.1/.githooks/ [2022-04-13T17:30:17.685Z] spire-1.2.1/.githooks/pre-commit [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/ [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/dependabot.yml [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/workflows/ [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-13T17:30:17.685Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-13T17:30:17.686Z] spire-1.2.1/.gitignore [2022-04-13T17:30:17.686Z] spire-1.2.1/.go-version [2022-04-13T17:30:17.686Z] spire-1.2.1/.golangci.yml [2022-04-13T17:30:17.686Z] spire-1.2.1/ADOPTERS.md [2022-04-13T17:30:17.686Z] spire-1.2.1/CHANGELOG.md [2022-04-13T17:30:17.686Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-13T17:30:17.686Z] spire-1.2.1/CODEOWNERS [2022-04-13T17:30:17.686Z] spire-1.2.1/CONTRIBUTING.md [2022-04-13T17:30:17.686Z] spire-1.2.1/Dockerfile [2022-04-13T17:30:17.686Z] spire-1.2.1/Dockerfile.devspire-1.2.1/.data/ [2022-04-13T17:30:17.686Z] spire-1.2.1/.data/.file [2022-04-13T17:30:17.686Z] spire-1.2.1/.dockerignore [2022-04-13T17:30:17.686Z] spire-1.2.1/.gitattributes [2022-04-13T17:30:17.686Z] spire-1.2.1/.githooks/ [2022-04-13T17:30:17.686Z] spire-1.2.1/.githooks/pre-commit [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/ [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/dependabot.yml [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/workflows/ [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-13T17:30:17.686Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-13T17:30:17.686Z] spire-1.2.1/.gitignore [2022-04-13T17:30:17.686Z] spire-1.2.1/.go-version [2022-04-13T17:30:17.686Z] spire-1.2.1/.golangci.yml [2022-04-13T17:30:17.686Z] spire-1.2.1/ADOPTERS.md [2022-04-13T17:30:17.686Z] spire-1.2.1/CHANGELOG.md [2022-04-13T17:30:17.686Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-13T17:30:17.686Z] spire-1.2.1/CODEOWNERS [2022-04-13T17:30:17.686Z] spire-1.2.1/CONTRIBUTING.md [2022-04-13T17:30:17.686Z] spire-1.2.1/Dockerfile [2022-04-13T17:30:17.686Z] spire-1.2.1/Dockerfile.dev [2022-04-13T17:30:17.686Z] spire-1.2.1/Dockerfile.scratch [2022-04-13T17:30:17.686Z] spire-1.2.1/LICENSE [2022-04-13T17:30:17.686Z] spire-1.2.1/MAINTAINERS.md [2022-04-13T17:30:17.686Z] spire-1.2.1/Makefile [2022-04-13T17:30:17.686Z] spire-1.2.1/README.md [2022-04-13T17:30:17.686Z] spire-1.2.1/ROADMAP.md [2022-04-13T17:30:17.686Z] spire-1.2.1/SECURITY.md [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-13T17:30:17.686Z] spire-1.2.1/Dockerfile.scratch [2022-04-13T17:30:17.686Z] spire-1.2.1/LICENSE [2022-04-13T17:30:17.686Z] spire-1.2.1/MAINTAINERS.md [2022-04-13T17:30:17.686Z] spire-1.2.1/Makefile [2022-04-13T17:30:17.686Z] spire-1.2.1/README.md [2022-04-13T17:30:17.686Z] spire-1.2.1/ROADMAP.md [2022-04-13T17:30:17.686Z] spire-1.2.1/SECURITY.md [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-13T17:30:17.686Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/ [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/agent/ [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/agent/agent.conf [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/server/ [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/server/server.conf [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/server/server_full.conf [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/ [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/SPIRE101.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/auditlog.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/ [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-13T17:30:17.687Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/ [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/agent/ [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/agent/agent.conf [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/server/ [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/server/server.conf [2022-04-13T17:30:17.687Z] spire-1.2.1/conf/server/server_full.conf [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/ [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/SPIRE101.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/auditlog.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/ [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/scaling_spire.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/spire_agent.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/spire_server.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/supported_integrations.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/telemetry.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/telemetry_config.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/upgrading.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/using_spire.md [2022-04-13T17:30:17.687Z] spire-1.2.1/examples/ [2022-04-13T17:30:17.687Z] spire-1.2.1/examples/README.md [2022-04-13T17:30:17.687Z] spire-1.2.1/go.mod [2022-04-13T17:30:17.687Z] spire-1.2.1/go.sum [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/ [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/ [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/agent.go [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/ [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-13T17:30:17.687Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-13T17:30:17.687Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/scaling_spire.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/spire_agent.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/spire_server.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/supported_integrations.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/telemetry.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/telemetry_config.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/upgrading.md [2022-04-13T17:30:17.688Z] spire-1.2.1/doc/using_spire.md [2022-04-13T17:30:17.688Z] spire-1.2.1/examples/ [2022-04-13T17:30:17.688Z] spire-1.2.1/examples/README.md [2022-04-13T17:30:17.688Z] spire-1.2.1/go.mod [2022-04-13T17:30:17.688Z] spire-1.2.1/go.sum [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/agent.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/api/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/client/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/common/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/config.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-13T17:30:17.688Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-13T17:30:17.962Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/client/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/common/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/config.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-13T17:30:17.963Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/svid/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/names.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/auth/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/cli/ [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-13T17:30:17.964Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/svid/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/health/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/health/config.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/health/context.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/health/health.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/names.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/auth/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-13T17:30:17.965Z] [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/idutil/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/log/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/log/log.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/log/options.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/ [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-13T17:30:17.965Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cli/ [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-13T17:30:17.966Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-13T17:30:18.242Z] [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_keyspire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-13T17:30:18.242Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/profiling/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/selector/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/health/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/health/config.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/health/context.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/health/health.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/idutil/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/log/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/log/log.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/log/options.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/uptime/ [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-13T17:30:18.243Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/task.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/version/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/version/version.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/api.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/profiling/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/selector/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/health/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/id.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/status.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/uptime/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/bundle/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/task.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/version/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/version/version.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/cache/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-13T17:30:18.244Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/catalog/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/config.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/api.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/health/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/id.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-13T17:30:18.245Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/status.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-13T17:30:18.520Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/bundle/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/catalog/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/config.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-13T17:30:18.521Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-13T17:30:18.522Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-13T17:30:18.523Z] [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pemspire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-13T17:30:18.523Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/registration/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/server.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/server_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/svid/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/proto/ [2022-04-13T17:30:18.802Z] spire-1.2.1/proto/private/ [2022-04-13T17:30:18.802Z] spire-1.2.1/proto/private/server/ [2022-04-13T17:30:18.802Z] spire-1.2.1/proto/private/server/journal/ [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-13T17:30:18.802Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/registration/ [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/server.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/server_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/svid/ [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/private/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/private/server/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/private/server/journal/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/release/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-13T17:30:18.803Z] spire-1.2.1/release/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/README.md [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/README.md [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/conf/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/conf/server/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-13T17:30:18.803Z] spire-1.2.1/script/ [2022-04-13T17:30:18.803Z] spire-1.2.1/script/build-artifact.sh [2022-04-13T17:30:18.803Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-13T17:30:18.803Z] spire-1.2.1/support/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/README.md [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/README.md [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/conf/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/conf/server/ [2022-04-13T17:30:18.803Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-13T17:30:18.803Z] spire-1.2.1/script/ [2022-04-13T17:30:18.803Z] spire-1.2.1/script/build-artifact.sh [2022-04-13T17:30:18.803Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-13T17:30:18.803Z] spire-1.2.1/support/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-13T17:30:18.803Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/clock/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/clock/clock.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-13T17:30:18.804Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/clock/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/clock/clock.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/ [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-13T17:30:18.804Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/fixture.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/fixture.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/README.md [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/README.md [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/common [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/common [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-13T17:30:18.805Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/ [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/ [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-13T17:30:19.082Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-13T17:30:19.083Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-13T17:30:19.084Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-13T17:30:19.085Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-13T17:30:19.086Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/test-one.sh [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/test.sh [2022-04-13T17:30:19.364Z] spire-1.2.1/test/plugintest/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/plugintest/config.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/plugintest/load.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/plugintest/option.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/spiretest/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-13T17:30:19.364Z] spire-1.2.1/test/spiretest/dir.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/spiretest/logs.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/spiretest/suite.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/spiretest/x509.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/testca/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/testca/ca.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/testkey/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/testkey/generate.sh [2022-04-13T17:30:19.364Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/testkey/keys.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/testkey/new.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/tpmsimulator/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/util/ [2022-04-13T17:30:19.364Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/util/cert_generation.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/util/io_redirection.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/util/race.go [2022-04-13T17:30:19.364Z] spire-1.2.1/test/util/util.go [2022-04-13T17:30:19.364Z] building spire from source... [2022-04-13T17:30:19.364Z] [2022-04-13T17:30:19.364Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-13T17:30:19.365Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-13T17:30:19.365Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-13T17:30:19.365Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-13T17:30:19.365Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-13T17:30:19.365Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-13T17:30:19.365Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-13T17:30:19.365Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-13T17:30:19.365Z] spire-1.2.1/test/integration/test-one.sh [2022-04-13T17:30:19.365Z] spire-1.2.1/test/integration/test.sh [2022-04-13T17:30:19.365Z] spire-1.2.1/test/plugintest/ [2022-04-13T17:30:19.365Z] spire-1.2.1/test/plugintest/config.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/plugintest/load.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/plugintest/option.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/spiretest/ [2022-04-13T17:30:19.365Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/spiretest/dir.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/spiretest/logs.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/spiretest/suite.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/spiretest/x509.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/testca/ [2022-04-13T17:30:19.365Z] spire-1.2.1/test/testca/ca.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/testkey/ [2022-04-13T17:30:19.365Z] spire-1.2.1/test/testkey/generate.sh [2022-04-13T17:30:19.365Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/testkey/keys.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/testkey/new.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/tpmsimulator/ [2022-04-13T17:30:19.365Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/util/ [2022-04-13T17:30:19.365Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/util/cert_generation.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/util/io_redirection.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/util/race.go [2022-04-13T17:30:19.365Z] spire-1.2.1/test/util/util.go [2022-04-13T17:30:19.365Z] building spire from source... [2022-04-13T17:30:19.970Z] Installing go1.17.7... [2022-04-13T17:30:19.970Z] Installing go1.17.7... [2022-04-13T17:30:46.824Z] Building bin/spire-server... [2022-04-13T17:30:46.824Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-13T17:30:46.824Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-13T17:30:46.824Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-13T17:30:46.824Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-13T17:30:46.824Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-13T17:30:46.824Z] Building bin/spire-server... [2022-04-13T17:30:46.824Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-13T17:30:46.824Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-13T17:30:46.824Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-13T17:30:46.824Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-13T17:30:46.824Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-13T17:30:46.824Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-13T17:30:46.824Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-13T17:30:47.805Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-13T17:30:48.082Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-13T17:30:49.525Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-13T17:30:49.801Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-13T17:30:50.403Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-13T17:30:50.403Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-13T17:30:50.403Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-13T17:30:50.403Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-13T17:30:50.403Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-13T17:30:50.690Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-13T17:30:50.690Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-13T17:30:50.690Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-13T17:30:50.690Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-13T17:30:50.971Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-13T17:30:51.248Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-13T17:30:51.849Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-13T17:30:51.849Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-13T17:30:51.849Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-13T17:30:51.849Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-13T17:30:51.849Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-13T17:30:51.849Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-13T17:30:52.131Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-13T17:30:52.131Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-13T17:30:52.131Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-13T17:30:52.414Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-13T17:30:52.414Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-13T17:30:52.414Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-13T17:30:52.693Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-13T17:30:52.693Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-13T17:30:53.300Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-13T17:30:53.300Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-13T17:30:53.904Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-13T17:30:53.904Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-13T17:31:09.016Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-13T17:31:09.016Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-13T17:31:09.016Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-13T17:31:09.016Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-13T17:31:09.016Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-13T17:31:09.016Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-13T17:31:09.016Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-13T17:31:09.016Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-13T17:31:09.016Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-13T17:31:09.016Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-13T17:31:09.016Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-13T17:31:09.289Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-13T17:31:09.289Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-13T17:31:09.565Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-13T17:31:09.840Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-13T17:31:10.114Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-13T17:31:11.099Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-13T17:31:11.375Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-13T17:31:11.375Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-13T17:31:11.656Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-13T17:31:11.656Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-13T17:31:11.656Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-13T17:31:11.656Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-13T17:31:11.931Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-13T17:31:11.931Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-13T17:31:12.206Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-13T17:31:12.807Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-13T17:31:13.415Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-13T17:31:13.415Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-13T17:31:13.415Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-13T17:31:14.401Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-13T17:31:18.727Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-13T17:31:18.727Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-13T17:31:18.727Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-13T17:31:18.728Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-13T17:31:19.334Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-13T17:31:19.610Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-13T17:31:20.213Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-13T17:31:20.213Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-13T17:31:20.213Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-13T17:31:20.491Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-13T17:31:20.769Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-13T17:31:20.769Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-13T17:31:21.372Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-13T17:31:21.650Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-13T17:31:21.650Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-13T17:31:21.650Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-13T17:31:21.650Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-13T17:31:21.928Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-13T17:31:21.928Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-13T17:31:22.209Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-13T17:31:23.201Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-13T17:31:23.201Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-13T17:31:23.481Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-13T17:31:24.086Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-13T17:31:24.086Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-13T17:31:24.363Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-13T17:31:24.364Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-13T17:31:24.641Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-13T17:31:24.641Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-13T17:31:26.631Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-13T17:31:26.907Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-13T17:31:28.348Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-13T17:31:28.348Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-13T17:31:28.628Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-13T17:31:28.906Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-13T17:31:29.185Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-13T17:31:33.532Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-13T17:31:33.532Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-13T17:31:33.532Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-13T17:31:55.772Z] go: downloading google.golang.org/api v0.70.0 [2022-04-13T17:31:55.772Z] go: downloading k8s.io/api v0.23.4 [2022-04-13T17:31:55.772Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-13T17:31:55.772Z] go: downloading google.golang.org/api v0.70.0 [2022-04-13T17:31:55.772Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-13T17:31:55.772Z] go: downloading k8s.io/api v0.23.4 [2022-04-13T17:31:55.772Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-13T17:31:57.233Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-13T17:31:57.233Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-13T17:31:57.513Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-13T17:31:58.119Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-13T17:31:58.725Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-13T17:32:03.071Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-13T17:32:07.403Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-13T17:32:07.403Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-13T17:32:39.836Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-13T17:32:39.836Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-13T17:32:39.836Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-13T17:32:39.836Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-13T17:32:39.836Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-13T17:32:39.836Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-13T17:32:39.836Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-13T17:32:39.836Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-13T17:32:39.836Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-13T17:32:39.836Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-13T17:32:40.113Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-13T17:32:41.100Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-13T17:32:41.703Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-13T17:32:42.690Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-13T17:32:44.674Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-13T17:32:44.674Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-13T17:32:44.952Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-13T17:32:45.940Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-13T17:32:45.940Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-13T17:32:45.940Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-13T17:32:46.217Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-13T17:32:46.493Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-13T17:32:46.776Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-13T17:32:46.776Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-13T17:32:47.054Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-13T17:32:47.054Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-13T17:32:47.333Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-13T17:32:47.610Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-13T17:32:47.887Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-13T17:32:49.334Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-13T17:32:49.334Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-13T17:32:49.615Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-13T17:32:49.894Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-13T17:32:50.511Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-13T17:32:50.791Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-13T17:32:51.071Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-13T17:32:51.347Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-13T17:32:51.625Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-13T17:32:51.905Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-13T17:32:52.183Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-13T17:32:52.183Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-13T17:32:52.463Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-13T17:32:52.463Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-13T17:32:52.742Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-13T17:32:54.201Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-13T17:32:54.476Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-13T17:32:54.759Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-13T17:32:55.031Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-13T17:32:55.031Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-13T17:32:55.306Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-13T17:32:55.581Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-13T17:32:55.581Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-13T17:32:55.856Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-13T17:32:55.856Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-13T17:32:56.130Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-13T17:32:56.130Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-13T17:32:56.406Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-13T17:32:56.406Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-13T17:32:56.406Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-13T17:32:56.682Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-13T17:32:57.670Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-13T17:32:58.270Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-13T17:32:58.271Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-13T17:32:58.547Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-13T17:32:59.146Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-13T17:32:59.422Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-13T17:32:59.698Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-13T17:32:59.698Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-13T17:32:59.974Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-13T17:32:59.974Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-13T17:32:59.974Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-13T17:32:59.974Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-13T17:33:00.965Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-13T17:33:00.965Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-13T17:33:01.243Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-13T17:33:01.243Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-13T17:33:01.243Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-13T17:33:01.243Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-13T17:33:01.243Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-13T17:33:01.521Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-13T17:33:01.521Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-13T17:33:02.120Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-13T17:33:02.393Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-13T17:33:02.393Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-13T17:33:02.393Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-13T17:33:02.393Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-13T17:33:02.668Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-13T17:33:02.668Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-13T17:33:02.944Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-13T17:33:03.545Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-13T17:33:04.144Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-13T17:33:04.748Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-13T17:33:04.748Z] go: downloading go.opencensus.io v0.23.0 [2022-04-13T17:33:04.748Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-13T17:33:05.349Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-13T17:33:05.349Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-13T17:33:05.349Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-13T17:33:05.349Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-13T17:33:05.349Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-13T17:33:05.627Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-13T17:33:05.902Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-13T17:33:06.178Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-13T17:33:06.178Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-13T17:33:06.178Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-13T17:33:06.458Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-13T17:33:06.733Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-13T17:33:06.733Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-13T17:33:06.733Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-13T17:33:07.007Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-13T17:33:07.007Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-13T17:33:07.284Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-13T17:33:07.882Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-13T17:33:09.325Z] go: downloading go.opencensus.io v0.23.0 [2022-04-13T17:33:09.925Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-13T17:33:09.925Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-13T17:33:10.200Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-13T17:33:10.200Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-13T17:33:10.475Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-13T17:33:10.475Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-13T17:33:11.079Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-13T17:33:11.079Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-13T17:33:12.067Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-13T17:33:12.345Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-13T17:33:12.624Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-13T17:33:12.897Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-13T17:33:12.897Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-13T17:33:12.897Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-13T17:33:13.889Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-13T17:33:13.889Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-13T17:33:14.166Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-13T17:33:14.166Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-13T17:33:14.444Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-13T17:33:14.444Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-13T17:33:14.719Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-13T17:33:14.719Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-13T17:33:17.361Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-13T17:33:17.361Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-13T17:33:17.640Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-13T17:33:17.640Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-13T17:33:18.632Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-13T17:33:18.632Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-13T17:33:18.632Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-13T17:33:18.632Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-13T17:33:18.910Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-13T17:33:18.910Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-13T17:33:19.192Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-13T17:33:24.634Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-13T17:33:24.635Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-13T17:33:24.635Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-13T17:33:24.635Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-13T17:33:28.949Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-13T17:33:28.949Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-13T17:33:28.949Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-13T17:33:28.949Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-13T17:33:55.796Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-13T17:33:55.796Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-13T17:33:55.796Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-13T17:33:55.796Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-13T17:37:47.961Z] Removing intermediate container 86c5ba3dedb4 [2022-04-13T17:37:47.961Z] ---> 2b9e9c511a36 [2022-04-13T17:37:47.961Z] [2022-04-13T17:37:47.961Z] Step 9/20 : FROM alpine:3.15 [2022-04-13T17:37:47.961Z] 3.15: Pulling from library/alpine [2022-04-13T17:37:47.961Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-13T17:37:47.961Z] Status: Downloaded newer image for alpine:3.15 [2022-04-13T17:37:47.961Z] ---> 3fb3c9af89a9 [2022-04-13T17:37:47.961Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-13T17:37:47.961Z] ---> Running in d75185656366 [2022-04-13T17:37:47.961Z] Removing intermediate container d75185656366 [2022-04-13T17:37:47.961Z] ---> 241af8a29a85 [2022-04-13T17:37:47.961Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:37:47.961Z] ---> Running in 2e2947dfa1d2 [2022-04-13T17:37:47.961Z] Removing intermediate container 2e2947dfa1d2 [2022-04-13T17:37:47.961Z] ---> 986001f3b23a [2022-04-13T17:37:47.961Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-13T17:37:47.961Z] ---> Running in 99352b8dfdfd [2022-04-13T17:37:47.961Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:37:49.403Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:37:50.853Z] v3.15.4-23-g26ba280437 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-13T17:37:50.853Z] v3.15.4-24-g67b9572837 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-13T17:37:50.853Z] OK: 15729 distinct packages available [2022-04-13T17:37:50.853Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:37:51.846Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:37:52.123Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-13T17:37:53.111Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-13T17:37:53.715Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-13T17:37:53.715Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-13T17:37:53.715Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-13T17:37:53.992Z] (5/9) Installing curl (7.80.0-r0) [2022-04-13T17:37:53.992Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-13T17:37:53.992Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-13T17:37:54.268Z] (8/9) Installing libucontext (1.1-r0) [2022-04-13T17:37:54.268Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-13T17:37:54.268Z] Executing busybox-1.34.1-r5.trigger [2022-04-13T17:37:54.544Z] Executing ca-certificates-20211220-r0.trigger [2022-04-13T17:37:54.821Z] OK: 8 MiB in 23 packages [2022-04-13T17:37:57.510Z] Removing intermediate container 99352b8dfdfd [2022-04-13T17:37:57.510Z] ---> a7c25369bed3 [2022-04-13T17:37:57.510Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:37:58.113Z] ---> 43b0815efa24 [2022-04-13T17:37:58.113Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-13T17:38:00.781Z] ---> 9615a2b9e36f [2022-04-13T17:38:00.781Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-13T17:38:01.385Z] ---> ef13bc8a19d2 [2022-04-13T17:38:01.385Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-13T17:38:01.663Z] ---> Running in 666ef288a5db [2022-04-13T17:38:02.278Z] Removing intermediate container 666ef288a5db [2022-04-13T17:38:02.278Z] ---> c45e081fd52f [2022-04-13T17:38:02.278Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:38:02.577Z] ---> Running in 3af80d94167b [2022-04-13T17:38:03.193Z] Removing intermediate container 3af80d94167b [2022-04-13T17:38:03.193Z] ---> cc28bf400481 [2022-04-13T17:38:03.193Z] Step 18/20 : LABEL arch=arm64 [2022-04-13T17:38:03.480Z] ---> Running in 4a720c831423 [2022-04-13T17:38:04.469Z] Removing intermediate container 4a720c831423 [2022-04-13T17:38:04.469Z] ---> ce63f1cf48e3 [2022-04-13T17:38:04.469Z] Step 19/20 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:38:04.469Z] ---> Running in 4a6a79f82c3c [2022-04-13T17:38:05.464Z] Removing intermediate container 4a6a79f82c3c [2022-04-13T17:38:05.464Z] ---> f856d727ce2e [2022-04-13T17:38:05.464Z] Step 20/20 : LABEL version=0.0.0 [2022-04-13T17:38:05.746Z] ---> Running in c0616d73d8eb [2022-04-13T17:38:06.732Z] Removing intermediate container c0616d73d8eb [2022-04-13T17:38:06.732Z] ---> 8b4dbf048db8 [2022-04-13T17:38:06.732Z] [2022-04-13T17:38:07.722Z] Successfully built 8b4dbf048db8 [2022-04-13T17:38:07.722Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-13T17:38:07.722Z]  Building security-spiffe-token-provider ... done Building core-command [2022-04-13T17:38:20.158Z] Removing intermediate container 3ef4d1cd0772 [2022-04-13T17:38:20.158Z] ---> 0168fa93628d [2022-04-13T17:38:20.158Z] [2022-04-13T17:38:20.158Z] Step 10/25 : FROM alpine:3.14 [2022-04-13T17:38:20.158Z] 3.14: Pulling from library/alpine [2022-04-13T17:38:20.756Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-13T17:38:20.756Z] Status: Downloaded newer image for alpine:3.14 [2022-04-13T17:38:20.756Z] ---> ac73e934f311 [2022-04-13T17:38:20.756Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-13T17:38:21.745Z] ---> Running in f5941cf44fc5 [2022-04-13T17:38:24.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:38:24.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:38:25.860Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-13T17:38:25.860Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-13T17:38:25.860Z] (3/3) Installing su-exec (0.2-r1) [2022-04-13T17:38:25.860Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T17:38:25.860Z] Executing ca-certificates-20211220-r0.trigger [2022-04-13T17:38:26.470Z] OK: 6 MiB in 17 packages [2022-04-13T17:38:29.882Z] Removing intermediate container b4a706b11b47 [2022-04-13T17:38:29.882Z] ---> c7791e46963e [2022-04-13T17:38:29.882Z] [2022-04-13T17:38:29.882Z] Step 10/31 : FROM alpine:3.14 [2022-04-13T17:38:29.882Z] ---> ac73e934f311 [2022-04-13T17:38:29.882Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-13T17:38:30.165Z] ---> Running in b20c8909ec09 [2022-04-13T17:38:30.165Z] Removing intermediate container f5941cf44fc5 [2022-04-13T17:38:30.165Z] ---> e4d6ee60c461 [2022-04-13T17:38:30.165Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-13T17:38:30.449Z] ---> Running in b2d06e2766c6 [2022-04-13T17:38:31.057Z] Removing intermediate container b20c8909ec09 [2022-04-13T17:38:31.057Z] ---> 6c4ac059efad [2022-04-13T17:38:31.057Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-13T17:38:31.057Z] Removing intermediate container b2d06e2766c6 [2022-04-13T17:38:31.057Z] ---> a1c393d847f0 [2022-04-13T17:38:31.057Z] Step 13/25 : WORKDIR / [2022-04-13T17:38:31.057Z] ---> Running in 399ae0b7d63a [2022-04-13T17:38:31.341Z] ---> Running in c5cb65e31809 [2022-04-13T17:38:32.334Z] Removing intermediate container c5cb65e31809 [2022-04-13T17:38:32.334Z] ---> b02a1e54c6d0 [2022-04-13T17:38:32.334Z] 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-13T17:38:33.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:38:34.069Z] ---> 1db4739eb664 [2022-04-13T17:38:34.069Z] 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-13T17:38:34.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:38:35.525Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-13T17:38:35.525Z] (2/2) Installing su-exec (0.2-r1) [2022-04-13T17:38:35.525Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T17:38:35.525Z] OK: 6 MiB in 16 packages [2022-04-13T17:38:35.525Z] ---> 3f30c41e932f [2022-04-13T17:38:35.525Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-13T17:38:37.524Z] ---> 223670d3fa99 [2022-04-13T17:38:37.524Z] 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-13T17:38:37.524Z] Removing intermediate container 399ae0b7d63a [2022-04-13T17:38:37.524Z] ---> cf101f17c0f0 [2022-04-13T17:38:37.524Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-13T17:38:37.806Z] ---> Running in 1b05c6201872 [2022-04-13T17:38:39.269Z] Removing intermediate container 1b05c6201872 [2022-04-13T17:38:39.269Z] ---> fc044478e732 [2022-04-13T17:38:39.269Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-13T17:38:39.269Z] ---> 29c05d016ac0 [2022-04-13T17:38:39.269Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-13T17:38:39.269Z] ---> Running in 354b6cbf4a13 [2022-04-13T17:38:39.886Z] Removing intermediate container 354b6cbf4a13 [2022-04-13T17:38:39.886Z] ---> 9cab36991cd4 [2022-04-13T17:38:39.886Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-13T17:38:39.886Z] ---> Running in eb2bb159df6d [2022-04-13T17:38:44.249Z] Removing intermediate container eb2bb159df6d [2022-04-13T17:38:44.249Z] ---> 1e3e8e03eba9 [2022-04-13T17:38:44.249Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-13T17:38:44.534Z] ---> Running in ee5bc83bad0f [2022-04-13T17:38:44.808Z] ---> 07ac504aa2da [2022-04-13T17:38:44.808Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-13T17:38:45.401Z] Removing intermediate container ee5bc83bad0f [2022-04-13T17:38:45.401Z] ---> c87d7ed93b6c [2022-04-13T17:38:45.401Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-13T17:38:47.424Z] ---> f795965cd2e2 [2022-04-13T17:38:47.424Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-13T17:38:47.424Z] ---> Running in 8a537a8b3b49 [2022-04-13T17:38:50.203Z] ---> 7d2f8a60f2a6 [2022-04-13T17:38:50.203Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-13T17:38:52.952Z] Removing intermediate container 8a537a8b3b49 [2022-04-13T17:38:52.952Z] ---> 2407ea11e6f0 [2022-04-13T17:38:52.952Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:38:52.952Z] ---> 891ad233275b [2022-04-13T17:38:52.952Z] 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-13T17:38:52.952Z] ---> Running in 0111be5c8ed5 [2022-04-13T17:38:54.425Z] ---> da1c27a2736c [2022-04-13T17:38:54.426Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-13T17:38:55.462Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:38:55.462Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:38:55.462Z] ---> 0887510e791f [2022-04-13T17:38:55.462Z] Step 3/23 : WORKDIR /edgex-go [2022-04-13T17:38:55.462Z] ---> Using cache [2022-04-13T17:38:55.462Z] ---> 581e1e5f340d [2022-04-13T17:38:55.462Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:38:55.462Z] ---> Using cache [2022-04-13T17:38:55.462Z] ---> 6ff93a5c00c2 [2022-04-13T17:38:55.462Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-13T17:38:55.462Z] ---> Running in 4ff0c2625eef [2022-04-13T17:38:57.477Z] Removing intermediate container 0111be5c8ed5 [2022-04-13T17:38:57.477Z] ---> d1a44ad74fbf [2022-04-13T17:38:57.477Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-13T17:38:57.477Z] ---> Running in 32ec60fe4a53 [2022-04-13T17:38:58.091Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:38:58.377Z] Removing intermediate container 32ec60fe4a53 [2022-04-13T17:38:58.378Z] ---> fbcc2af604a5 [2022-04-13T17:38:58.378Z] Step 23/25 : LABEL arch=arm64 [2022-04-13T17:38:58.658Z] ---> Running in dc6c6a6531ed [2022-04-13T17:38:58.942Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:38:58.942Z] ---> 7388efeac3fc [2022-04-13T17:38:58.942Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-13T17:38:59.556Z] Removing intermediate container dc6c6a6531ed [2022-04-13T17:38:59.556Z] ---> cbdfdf235ad1 [2022-04-13T17:38:59.556Z] Step 24/25 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:38:59.556Z] ---> Running in 9fe2c8e958cb [2022-04-13T17:39:00.172Z] ---> 1f8d73025dd2 [2022-04-13T17:39:00.172Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-13T17:39:00.459Z] OK: 220 MiB in 52 packages [2022-04-13T17:39:00.459Z] Removing intermediate container 9fe2c8e958cb [2022-04-13T17:39:00.459Z] ---> 5167e4098343 [2022-04-13T17:39:00.459Z] Step 25/25 : LABEL version=0.0.0 [2022-04-13T17:39:00.747Z] ---> Running in 7654fe1d3f5c [2022-04-13T17:39:02.214Z] Removing intermediate container 7654fe1d3f5c [2022-04-13T17:39:02.214Z] ---> 6763dae8804f [2022-04-13T17:39:02.214Z] [2022-04-13T17:39:02.214Z] ---> 1691beb2b855 [2022-04-13T17:39:02.214Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-13T17:39:02.214Z] Removing intermediate container 4ff0c2625eef [2022-04-13T17:39:02.214Z] ---> f933b6193fdb [2022-04-13T17:39:02.214Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-13T17:39:03.701Z] Successfully built 6763dae8804f [2022-04-13T17:39:03.701Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-13T17:39:03.701Z]  Building security-secretstore-setup ... done  ---> c12e0ba1b86c [2022-04-13T17:39:03.701Z] Building support-scheduler [2022-04-13T17:39:03.995Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-13T17:39:03.995Z] ---> e04de24e7b5e [2022-04-13T17:39:03.995Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:39:03.995Z] ---> Running in e2d99a9c31a3 [2022-04-13T17:39:04.276Z] ---> Running in cfff5f297f91 [2022-04-13T17:39:05.270Z] Removing intermediate container cfff5f297f91 [2022-04-13T17:39:05.270Z] ---> d92c093f5584 [2022-04-13T17:39:05.270Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-13T17:39:06.262Z] ---> 4dd02d80e6cc [2022-04-13T17:39:06.262Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-13T17:39:06.865Z] ---> Running in b55a800f6414 [2022-04-13T17:39:10.268Z] Removing intermediate container e2d99a9c31a3 [2022-04-13T17:39:10.268Z] ---> 39a3af440215 [2022-04-13T17:39:10.268Z] Step 8/23 : COPY . . [2022-04-13T17:39:10.546Z] Removing intermediate container b55a800f6414 [2022-04-13T17:39:10.546Z] ---> 1a149ec4b00c [2022-04-13T17:39:10.546Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-13T17:39:11.152Z] ---> Running in 5a5717bbc855 [2022-04-13T17:39:12.132Z] Removing intermediate container 5a5717bbc855 [2022-04-13T17:39:12.132Z] ---> f875f4e95ca2 [2022-04-13T17:39:12.132Z] Step 28/31 : CMD ["gate"] [2022-04-13T17:39:12.736Z] ---> Running in 6e7df31fe614 [2022-04-13T17:39:13.730Z] Removing intermediate container 6e7df31fe614 [2022-04-13T17:39:13.730Z] ---> 74e41fce5107 [2022-04-13T17:39:13.730Z] Step 29/31 : LABEL arch=arm64 [2022-04-13T17:39:14.732Z] ---> Running in af14e2572d18 [2022-04-13T17:39:15.347Z] Removing intermediate container af14e2572d18 [2022-04-13T17:39:15.347Z] ---> 9461faa94435 [2022-04-13T17:39:15.347Z] Step 30/31 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:39:15.959Z] ---> Running in b2712aa08d02 [2022-04-13T17:39:16.955Z] Removing intermediate container b2712aa08d02 [2022-04-13T17:39:16.955Z] ---> 5cf527d78d8a [2022-04-13T17:39:16.955Z] Step 31/31 : LABEL version=0.0.0 [2022-04-13T17:39:17.556Z] ---> Running in 10ff3e0acce1 [2022-04-13T17:39:18.549Z] Removing intermediate container 10ff3e0acce1 [2022-04-13T17:39:18.549Z] ---> fc53c811d480 [2022-04-13T17:39:18.549Z] [2022-04-13T17:39:20.003Z] Successfully built fc53c811d480 [2022-04-13T17:39:20.283Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-13T17:39:20.283Z]  Building security-bootstrapper ... done Building sys-mgmt-agent [2022-04-13T17:39:52.676Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:39:52.676Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:39:52.676Z] ---> 0887510e791f [2022-04-13T17:39:52.676Z] Step 3/22 : WORKDIR /edgex-go [2022-04-13T17:39:52.676Z] ---> Using cache [2022-04-13T17:39:52.676Z] ---> 581e1e5f340d [2022-04-13T17:39:52.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:39:52.676Z] ---> Using cache [2022-04-13T17:39:52.676Z] ---> 6ff93a5c00c2 [2022-04-13T17:39:52.676Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-13T17:39:52.676Z] ---> Using cache [2022-04-13T17:39:52.676Z] ---> f933b6193fdb [2022-04-13T17:39:52.676Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-13T17:39:52.676Z] ---> Using cache [2022-04-13T17:39:52.676Z] ---> e04de24e7b5e [2022-04-13T17:39:52.676Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:39:52.676Z] ---> Using cache [2022-04-13T17:39:52.676Z] ---> 39a3af440215 [2022-04-13T17:39:52.676Z] Step 8/22 : COPY . . [2022-04-13T17:39:54.670Z] ---> 224247407473 [2022-04-13T17:39:54.670Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-13T17:39:54.670Z] ---> Running in 3b5c4ec515b5 [2022-04-13T17:39:57.316Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2022-04-13T17:40:15.671Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:40:15.671Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:40:15.671Z] ---> 0887510e791f [2022-04-13T17:40:15.671Z] Step 3/23 : WORKDIR /edgex-go [2022-04-13T17:40:15.671Z] ---> Using cache [2022-04-13T17:40:15.671Z] ---> 581e1e5f340d [2022-04-13T17:40:15.671Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:40:15.671Z] ---> Using cache [2022-04-13T17:40:15.671Z] ---> 6ff93a5c00c2 [2022-04-13T17:40:15.671Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-13T17:40:15.671Z] ---> Running in 73ccf18b569c [2022-04-13T17:40:15.671Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:40:15.946Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:40:17.928Z] OK: 220 MiB in 52 packages [2022-04-13T17:40:19.940Z] Removing intermediate container 73ccf18b569c [2022-04-13T17:40:19.940Z] ---> 7fe98a475039 [2022-04-13T17:40:19.940Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-13T17:40:21.389Z] ---> 58269223ec3b [2022-04-13T17:40:21.389Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:40:21.665Z] ---> Running in 7578462c6385 [2022-04-13T17:40:29.980Z] Removing intermediate container 7578462c6385 [2022-04-13T17:40:29.980Z] ---> e02cff0abab9 [2022-04-13T17:40:29.980Z] Step 8/23 : COPY . . [2022-04-13T17:40:31.990Z] ---> 2824f183e398 [2022-04-13T17:40:31.990Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-13T17:40:31.990Z] ---> Running in a2f52467395d [2022-04-13T17:40:33.999Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-13T17:41:01.188Z] ---> bc25b5a5ef74 [2022-04-13T17:41:01.188Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-13T17:41:01.188Z] ---> Running in 4876a415f68c [2022-04-13T17:41:01.188Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-13T17:48:08.684Z] Removing intermediate container 3b5c4ec515b5 [2022-04-13T17:48:08.684Z] ---> 12033f63941d [2022-04-13T17:48:08.684Z] [2022-04-13T17:48:08.684Z] Step 10/23 : FROM alpine:3.14 [2022-04-13T17:48:08.684Z] ---> ac73e934f311 [2022-04-13T17:48:08.684Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-13T17:48:08.684Z] ---> Running in a448bc5609d5 [2022-04-13T17:48:08.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:48:09.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:48:10.711Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-13T17:48:10.711Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T17:48:10.711Z] OK: 5 MiB in 15 packages [2022-04-13T17:48:12.224Z] Removing intermediate container a448bc5609d5 [2022-04-13T17:48:12.224Z] ---> c2cda21b462f [2022-04-13T17:48:12.224Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-13T17:48:12.224Z] ---> Running in 2806b82c35f7 [2022-04-13T17:48:12.827Z] Removing intermediate container 2806b82c35f7 [2022-04-13T17:48:12.827Z] ---> feb04212a4dd [2022-04-13T17:48:12.827Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-13T17:48:12.827Z] ---> Running in 8789732dbf48 [2022-04-13T17:48:13.444Z] Removing intermediate container 8789732dbf48 [2022-04-13T17:48:13.444Z] ---> d9eaf3e8959a [2022-04-13T17:48:13.444Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-13T17:48:13.444Z] ---> Running in 172792cd4939 [2022-04-13T17:48:14.045Z] Removing intermediate container 172792cd4939 [2022-04-13T17:48:14.045Z] ---> 93e4681b66e6 [2022-04-13T17:48:14.045Z] Step 15/23 : WORKDIR / [2022-04-13T17:48:14.325Z] ---> Running in 1596edf735b0 [2022-04-13T17:48:14.926Z] Removing intermediate container 1596edf735b0 [2022-04-13T17:48:14.926Z] ---> 6a317deaab05 [2022-04-13T17:48:14.926Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:48:16.385Z] ---> 7d5f67ada8be [2022-04-13T17:48:16.385Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-13T17:48:18.384Z] ---> faaa8ce1a6ff [2022-04-13T17:48:18.658Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-13T17:48:19.657Z] ---> 55eb70d63113 [2022-04-13T17:48:19.657Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-13T17:48:19.657Z] ---> Running in 4f659d19ba37 [2022-04-13T17:48:20.271Z] Removing intermediate container 4f659d19ba37 [2022-04-13T17:48:20.271Z] ---> 8b84274d79df [2022-04-13T17:48:20.271Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:48:20.271Z] ---> Running in 935e34d8fe1f [2022-04-13T17:48:20.879Z] Removing intermediate container 935e34d8fe1f [2022-04-13T17:48:20.879Z] ---> 62c5f8ffaded [2022-04-13T17:48:20.879Z] Step 21/23 : LABEL arch=arm64 [2022-04-13T17:48:20.879Z] ---> Running in 4416323140be [2022-04-13T17:48:21.484Z] Removing intermediate container 4416323140be [2022-04-13T17:48:21.484Z] ---> 6b93880f4ad9 [2022-04-13T17:48:21.484Z] Step 22/23 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:48:21.763Z] ---> Running in 3a7f11ac2c40 [2022-04-13T17:48:22.046Z] Removing intermediate container 3a7f11ac2c40 [2022-04-13T17:48:22.046Z] ---> 93386b78f9c2 [2022-04-13T17:48:22.046Z] Step 23/23 : LABEL version=0.0.0 [2022-04-13T17:48:22.337Z] ---> Running in 5a481a78a9c4 [2022-04-13T17:48:22.943Z] Removing intermediate container 5a481a78a9c4 [2022-04-13T17:48:22.944Z] ---> 76b1c886dfde [2022-04-13T17:48:22.944Z] [2022-04-13T17:48:23.545Z] Successfully built 76b1c886dfde [2022-04-13T17:48:23.545Z] Successfully tagged core-command-arm64:latest [2022-04-13T17:48:23.545Z]  Building core-command ... done Building security-spire-server [2022-04-13T17:49:10.567Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:49:10.567Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:49:10.567Z] ---> 0887510e791f [2022-04-13T17:49:10.567Z] Step 3/25 : WORKDIR /edgex-go [2022-04-13T17:49:10.567Z] ---> Using cache [2022-04-13T17:49:10.567Z] ---> 581e1e5f340d [2022-04-13T17:49:10.567Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:49:10.567Z] ---> Using cache [2022-04-13T17:49:10.567Z] ---> 6ff93a5c00c2 [2022-04-13T17:49:10.567Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-13T17:49:10.567Z] ---> Using cache [2022-04-13T17:49:10.567Z] ---> 2b6568a7dd49 [2022-04-13T17:49:10.567Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-13T17:49:10.567Z] ---> Using cache [2022-04-13T17:49:10.567Z] ---> 2f97348954ee [2022-04-13T17:49:10.567Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:49:10.567Z] ---> Using cache [2022-04-13T17:49:10.567Z] ---> 7a6b664842fe [2022-04-13T17:49:10.567Z] Step 8/25 : COPY . . [2022-04-13T17:49:10.567Z] ---> Using cache [2022-04-13T17:49:10.567Z] ---> c75970c06723 [2022-04-13T17:49:10.567Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-13T17:49:10.567Z] ---> Using cache [2022-04-13T17:49:10.567Z] ---> b3427c9c6b55 [2022-04-13T17:49:10.567Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-13T17:49:10.567Z] ---> Using cache [2022-04-13T17:49:10.567Z] ---> 599ed706c647 [2022-04-13T17:49:10.567Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-13T17:49:10.567Z] ---> Using cache [2022-04-13T17:49:10.567Z] ---> 3bb8c695aed3 [2022-04-13T17:49:10.567Z] 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-13T17:49:10.567Z] ---> Running in faeb09698911 [2022-04-13T17:49:10.567Z] spire-1.2.1/ [2022-04-13T17:49:10.567Z] spire-1.2.1/.data/ [2022-04-13T17:49:10.567Z] spire-1.2.1/.data/.file [2022-04-13T17:49:10.567Z] spire-1.2.1/.dockerignore [2022-04-13T17:49:10.567Z] spire-1.2.1/.gitattributes [2022-04-13T17:49:10.567Z] spire-1.2.1/.githooks/ [2022-04-13T17:49:10.567Z] spire-1.2.1/.githooks/pre-commit [2022-04-13T17:49:10.567Z] spire-1.2.1/.github/ [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/dependabot.yml [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/workflows/ [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-13T17:49:10.568Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-13T17:49:10.568Z] spire-1.2.1/.gitignore [2022-04-13T17:49:10.568Z] spire-1.2.1/.go-version [2022-04-13T17:49:10.568Z] spire-1.2.1/.golangci.yml [2022-04-13T17:49:10.568Z] spire-1.2.1/ADOPTERS.md [2022-04-13T17:49:10.568Z] spire-1.2.1/CHANGELOG.md [2022-04-13T17:49:10.568Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-13T17:49:10.568Z] spire-1.2.1/CODEOWNERS [2022-04-13T17:49:10.568Z] spire-1.2.1/CONTRIBUTING.md [2022-04-13T17:49:10.568Z] spire-1.2.1/Dockerfile [2022-04-13T17:49:10.568Z] spire-1.2.1/Dockerfile.dev [2022-04-13T17:49:10.568Z] spire-1.2.1/Dockerfile.scratch [2022-04-13T17:49:10.568Z] spire-1.2.1/LICENSE [2022-04-13T17:49:10.568Z] spire-1.2.1/MAINTAINERS.md [2022-04-13T17:49:10.568Z] spire-1.2.1/Makefile [2022-04-13T17:49:10.568Z] spire-1.2.1/README.md [2022-04-13T17:49:10.568Z] spire-1.2.1/ROADMAP.md [2022-04-13T17:49:10.568Z] spire-1.2.1/SECURITY.md [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-13T17:49:10.568Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-13T17:49:10.568Z] spire-1.2.1/conf/ [2022-04-13T17:49:10.568Z] spire-1.2.1/conf/agent/ [2022-04-13T17:49:10.568Z] spire-1.2.1/conf/agent/agent.conf [2022-04-13T17:49:10.568Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-13T17:49:10.568Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-13T17:49:10.568Z] spire-1.2.1/conf/server/ [2022-04-13T17:49:10.568Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-13T17:49:10.568Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-13T17:49:10.568Z] spire-1.2.1/conf/server/server.conf [2022-04-13T17:49:10.568Z] spire-1.2.1/conf/server/server_full.conf [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/ [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/SPIRE101.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/auditlog.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/ [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/scaling_spire.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/spire_agent.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/spire_server.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/supported_integrations.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/telemetry.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/telemetry_config.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/upgrading.md [2022-04-13T17:49:10.568Z] spire-1.2.1/doc/using_spire.md [2022-04-13T17:49:10.568Z] spire-1.2.1/examples/ [2022-04-13T17:49:10.568Z] spire-1.2.1/examples/README.md [2022-04-13T17:49:10.568Z] spire-1.2.1/go.mod [2022-04-13T17:49:10.568Z] spire-1.2.1/go.sum [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/ [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/ [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/agent.go [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/ [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-13T17:49:10.568Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/client/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/common/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/config.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/svid/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/names.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/auth/ [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-13T17:49:10.569Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cli/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/health/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/health/config.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/health/context.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/health/health.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/idutil/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/log/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/log/log.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/log/options.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/profiling/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/selector/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-13T17:49:10.570Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/uptime/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/task.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/version/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/version/version.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509util/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/api.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/health/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/id.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/status.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/bundle/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/cache/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-13T17:49:10.571Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/catalog/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/config.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-13T17:49:10.572Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-13T17:49:10.573Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:49:10.573Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:49:10.573Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/registration/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/server.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/server_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/svid/ [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/private/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/private/server/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/private/server/journal/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/common/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/plugin/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-13T17:49:10.849Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-13T17:49:10.849Z] spire-1.2.1/release/ [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire-extras/ [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire-extras/README.md [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire/ [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire/README.md [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire/conf/ [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire/conf/server/ [2022-04-13T17:49:10.849Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-13T17:49:10.849Z] spire-1.2.1/script/ [2022-04-13T17:49:10.849Z] spire-1.2.1/script/build-artifact.sh [2022-04-13T17:49:10.849Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-13T17:49:10.849Z] spire-1.2.1/support/ [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/ [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-13T17:49:10.849Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-13T17:49:10.850Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/clock/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/clock/clock.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/ [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/fixture.go [2022-04-13T17:49:10.850Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/registration/ [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-13T17:49:11.125Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-13T17:49:11.126Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/common [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-13T17:49:11.126Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-13T17:49:11.127Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/test-one.sh [2022-04-13T17:49:11.402Z] spire-1.2.1/test/integration/test.sh [2022-04-13T17:49:11.402Z] spire-1.2.1/test/plugintest/ [2022-04-13T17:49:11.402Z] spire-1.2.1/test/plugintest/config.go [2022-04-13T17:49:11.402Z] spire-1.2.1/test/plugintest/load.go [2022-04-13T17:49:11.402Z] spire-1.2.1/test/plugintest/option.go [2022-04-13T17:49:11.402Z] spire-1.2.1/test/spiretest/ [2022-04-13T17:49:11.403Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/spiretest/dir.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/spiretest/logs.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/spiretest/suite.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/spiretest/x509.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/testca/ [2022-04-13T17:49:11.403Z] spire-1.2.1/test/testca/ca.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/testkey/ [2022-04-13T17:49:11.403Z] spire-1.2.1/test/testkey/generate.sh [2022-04-13T17:49:11.403Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/testkey/keys.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/testkey/new.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/tpmsimulator/ [2022-04-13T17:49:11.403Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/util/ [2022-04-13T17:49:11.403Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/util/cert_generation.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/util/io_redirection.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/util/race.go [2022-04-13T17:49:11.403Z] spire-1.2.1/test/util/util.go [2022-04-13T17:49:11.403Z] building spire from source... [2022-04-13T17:49:12.842Z] Installing go1.17.7... [2022-04-13T17:49:13.117Z] Removing intermediate container 4876a415f68c [2022-04-13T17:49:13.117Z] ---> 6fb7e052e8b9 [2022-04-13T17:49:13.117Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-13T17:49:13.389Z] ---> Running in 8af3d2d61b54 [2022-04-13T17:49:13.389Z] Removing intermediate container a2f52467395d [2022-04-13T17:49:13.389Z] ---> b06af152f17d [2022-04-13T17:49:13.389Z] [2022-04-13T17:49:13.389Z] Step 10/22 : FROM alpine:3.14 [2022-04-13T17:49:13.389Z] ---> ac73e934f311 [2022-04-13T17:49:13.389Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-13T17:49:13.389Z] ---> Using cache [2022-04-13T17:49:13.389Z] ---> c2cda21b462f [2022-04-13T17:49:13.389Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-13T17:49:13.389Z] ---> Using cache [2022-04-13T17:49:13.389Z] ---> feb04212a4dd [2022-04-13T17:49:13.389Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-13T17:49:13.666Z] ---> Running in 51f2569af53f [2022-04-13T17:49:14.646Z] Removing intermediate container 51f2569af53f [2022-04-13T17:49:14.646Z] ---> 72f6181b96d9 [2022-04-13T17:49:14.646Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-13T17:49:14.646Z] ---> Running in 535c0dd7eef6 [2022-04-13T17:49:15.629Z] Removing intermediate container 535c0dd7eef6 [2022-04-13T17:49:15.629Z] ---> cfe3ac82aa5c [2022-04-13T17:49:15.629Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:49:15.914Z] CGO_ENABLED=0 GO111MODULE=on go build -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-13T17:49:16.526Z] ---> 5c4a5fc3a51c [2022-04-13T17:49:16.526Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-13T17:49:19.960Z] ---> 5d22958d8f49 [2022-04-13T17:49:19.960Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-13T17:49:20.563Z] ---> 39417afcd976 [2022-04-13T17:49:20.563Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-13T17:49:20.563Z] ---> Running in c15a3b687aa8 [2022-04-13T17:49:21.190Z] Removing intermediate container c15a3b687aa8 [2022-04-13T17:49:21.190Z] ---> 023b17a0bd99 [2022-04-13T17:49:21.190Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:49:21.190Z] ---> Running in e1e858995801 [2022-04-13T17:49:22.091Z] Removing intermediate container e1e858995801 [2022-04-13T17:49:22.091Z] ---> 4a76238754f0 [2022-04-13T17:49:22.091Z] Step 20/22 : LABEL arch=arm64 [2022-04-13T17:49:22.091Z] ---> Running in b2eb68dca055 [2022-04-13T17:49:22.716Z] Removing intermediate container b2eb68dca055 [2022-04-13T17:49:22.716Z] ---> 23e827bd78bc [2022-04-13T17:49:22.716Z] Step 21/22 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:49:22.716Z] ---> Running in 8a58b147112f [2022-04-13T17:49:23.432Z] Removing intermediate container 8a58b147112f [2022-04-13T17:49:23.432Z] ---> 286c128b81e9 [2022-04-13T17:49:23.432Z] Step 22/22 : LABEL version=0.0.0 [2022-04-13T17:49:23.781Z] ---> Running in cc7e39ff18ab [2022-04-13T17:49:24.514Z] Removing intermediate container cc7e39ff18ab [2022-04-13T17:49:24.514Z] ---> 7c874b689079 [2022-04-13T17:49:24.514Z] [2022-04-13T17:49:25.127Z] Successfully built 7c874b689079 [2022-04-13T17:49:25.127Z] Successfully tagged support-scheduler-arm64:latest [2022-04-13T17:49:25.127Z]  Building support-scheduler ... done Building support-notifications [2022-04-13T17:49:43.509Z] Building bin/spire-server... [2022-04-13T17:49:43.509Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-13T17:49:43.509Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-13T17:49:43.509Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-13T17:49:43.509Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-13T17:49:43.509Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-13T17:49:44.114Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-13T17:49:45.111Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-13T17:49:47.132Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-13T17:49:47.759Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-13T17:49:50.453Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-13T17:49:51.923Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-13T17:49:51.923Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-13T17:49:51.923Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-13T17:49:52.536Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-13T17:49:52.816Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-13T17:49:52.816Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-13T17:49:52.816Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-13T17:49:54.290Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-13T17:49:54.290Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-13T17:49:54.290Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-13T17:49:54.898Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-13T17:49:54.898Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-13T17:49:56.902Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-13T17:49:56.902Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-13T17:50:01.263Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:50:01.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:50:01.263Z] ---> 0887510e791f [2022-04-13T17:50:01.263Z] Step 3/22 : WORKDIR /edgex-go [2022-04-13T17:50:01.263Z] ---> Using cache [2022-04-13T17:50:01.263Z] ---> 581e1e5f340d [2022-04-13T17:50:01.263Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:50:01.263Z] ---> Using cache [2022-04-13T17:50:01.263Z] ---> 6ff93a5c00c2 [2022-04-13T17:50:01.263Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-13T17:50:01.263Z] ---> Running in b5a110a217dc [2022-04-13T17:50:02.722Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:50:03.358Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:50:04.794Z] OK: 220 MiB in 52 packages [2022-04-13T17:50:06.263Z] Removing intermediate container b5a110a217dc [2022-04-13T17:50:06.263Z] ---> 2dc4e43a3e0c [2022-04-13T17:50:06.263Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-13T17:50:07.267Z] ---> 4a1780bb9d8d [2022-04-13T17:50:07.267Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:50:07.560Z] ---> Running in 52273ca909b5 [2022-04-13T17:50:13.021Z] Removing intermediate container 52273ca909b5 [2022-04-13T17:50:13.021Z] ---> 0ea8c5eb2d47 [2022-04-13T17:50:13.021Z] Step 8/22 : COPY . . [2022-04-13T17:50:13.641Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-13T17:50:13.641Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-13T17:50:13.926Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-13T17:50:13.926Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-13T17:50:13.926Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-13T17:50:14.203Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-13T17:50:14.481Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-13T17:50:14.481Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-13T17:50:14.761Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-13T17:50:15.038Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-13T17:50:15.038Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-13T17:50:15.317Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-13T17:50:15.317Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-13T17:50:16.312Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-13T17:50:16.312Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-13T17:50:16.590Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-13T17:50:17.198Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-13T17:50:17.805Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-13T17:50:18.082Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-13T17:50:18.082Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-13T17:50:18.363Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-13T17:50:18.641Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-13T17:50:18.641Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-13T17:50:19.249Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-13T17:50:19.856Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-13T17:50:20.134Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-13T17:50:20.740Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-13T17:50:20.740Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-13T17:50:21.017Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-13T17:50:22.472Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-13T17:50:26.829Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-13T17:50:40.047Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-13T17:50:40.047Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-13T17:50:40.047Z]  ---> 5694f69dbdb8 [2022-04-13T17:50:40.047Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-13T17:50:40.047Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-13T17:50:40.047Z] ---> Running in 1181ba28619e [2022-04-13T17:50:40.047Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-13T17:50:40.047Z] go: downloading google.golang.org/api v0.70.0 [2022-04-13T17:50:40.047Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-13T17:50:41.044Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-13T17:50:49.396Z] Removing intermediate container 8af3d2d61b54 [2022-04-13T17:50:49.396Z] ---> e8ab3b1c8c17 [2022-04-13T17:50:49.396Z] [2022-04-13T17:50:49.396Z] Step 11/23 : FROM docker:20.10.14 [2022-04-13T17:50:49.396Z] 20.10.14: Pulling from library/docker [2022-04-13T17:50:52.997Z] go: downloading k8s.io/api v0.23.4 [2022-04-13T17:50:54.458Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-13T17:51:02.821Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-13T17:51:03.111Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-13T17:51:03.111Z] ---> c346e9eafbab [2022-04-13T17:51:03.112Z] 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-13T17:51:04.112Z] ---> Running in bf809fc00902 [2022-04-13T17:51:04.391Z] Removing intermediate container bf809fc00902 [2022-04-13T17:51:04.391Z] ---> bf41d99ef386 [2022-04-13T17:51:04.391Z] 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-13T17:51:04.391Z] ---> Running in 6b3c80aac506 [2022-04-13T17:51:06.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:51:06.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:51:07.682Z] (1/43) Installing readline (8.1.1-r0) [2022-04-13T17:51:07.682Z] (2/43) Installing bash (5.1.16-r0) [2022-04-13T17:51:07.682Z] Executing bash-5.1.16-r0.post-install [2022-04-13T17:51:07.682Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-13T17:51:07.682Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-13T17:51:07.682Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-13T17:51:07.682Z] (6/43) Installing curl (7.80.0-r0) [2022-04-13T17:51:07.682Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-13T17:51:07.682Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-13T17:51:07.682Z] (9/43) Installing expat (2.4.7-r0) [2022-04-13T17:51:07.682Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-13T17:51:07.682Z] (11/43) Installing gdbm (1.22-r0) [2022-04-13T17:51:07.682Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-13T17:51:07.682Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-13T17:51:07.682Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-13T17:51:07.682Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-13T17:51:07.682Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-13T17:51:07.962Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-13T17:51:10.612Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-13T17:51:10.612Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-13T17:51:10.612Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-13T17:51:10.612Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-13T17:51:10.612Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-13T17:51:10.612Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-13T17:51:10.612Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-13T17:51:10.612Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-13T17:51:10.612Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-13T17:51:10.612Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-13T17:51:10.612Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-13T17:51:10.612Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-13T17:51:10.612Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-13T17:51:10.612Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-13T17:51:10.612Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-13T17:51:10.612Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-13T17:51:10.612Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-13T17:51:10.612Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-13T17:51:10.612Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-13T17:51:10.893Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-13T17:51:10.893Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-13T17:51:10.893Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-13T17:51:10.893Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-13T17:51:10.893Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-13T17:51:10.893Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-13T17:51:10.893Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-13T17:51:11.892Z] Executing busybox-1.34.1-r5.trigger [2022-04-13T17:51:11.892Z] OK: 82 MiB in 65 packages [2022-04-13T17:51:17.334Z] Collecting docker-compose==1.23.2 [2022-04-13T17:51:17.334Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-13T17:51:17.334Z] Collecting cached-property<2,>=1.2.0 [2022-04-13T17:51:17.334Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-13T17:51:17.942Z] Collecting docker<4.0,>=3.6.0 [2022-04-13T17:51:17.942Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-13T17:51:19.403Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-13T17:51:19.403Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-13T17:51:19.403Z] 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-13T17:51:19.682Z] Collecting jsonschema<3,>=2.5.1 [2022-04-13T17:51:19.682Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-13T17:51:19.961Z] Collecting texttable<0.10,>=0.9.0 [2022-04-13T17:51:19.961Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-13T17:51:22.615Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-13T17:51:22.615Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-13T17:51:24.618Z] Collecting docopt<0.7,>=0.6.1 [2022-04-13T17:51:24.618Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-13T17:51:28.047Z] Collecting PyYAML<4,>=3.10 [2022-04-13T17:51:28.047Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-13T17:51:32.381Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-13T17:51:32.381Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-13T17:51:32.982Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-13T17:51:32.983Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-13T17:51:32.983Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-13T17:51:33.259Z] Collecting docker-pycreds>=0.4.0 [2022-04-13T17:51:33.259Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-13T17:51:33.534Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-13T17:51:33.811Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-13T17:51:33.811Z] 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-13T17:51:34.086Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-13T17:51:34.363Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-13T17:51:34.363Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-13T17:51:34.637Z] Collecting idna<2.8,>=2.5 [2022-04-13T17:51:34.637Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-13T17:51:35.236Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-13T17:51:35.236Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-13T17:51:35.236Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-13T17:51:35.236Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-13T17:51:35.513Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-13T17:51:35.513Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-13T17:51:36.116Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-13T17:51:36.116Z] Attempting uninstall: urllib3 [2022-04-13T17:51:36.116Z] Found existing installation: urllib3 1.26.7 [2022-04-13T17:51:36.396Z] Uninstalling urllib3-1.26.7: [2022-04-13T17:51:36.396Z] Successfully uninstalled urllib3-1.26.7 [2022-04-13T17:51:36.997Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-13T17:51:37.274Z]  Attempting uninstall: idna [2022-04-13T17:51:37.274Z] Found existing installation: idna 3.3 [2022-04-13T17:51:37.274Z] Uninstalling idna-3.3: [2022-04-13T17:51:37.274Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-13T17:51:37.274Z]  Successfully uninstalled idna-3.3 [2022-04-13T17:51:37.550Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-13T17:51:37.550Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-13T17:51:40.953Z]  Attempting uninstall: requests [2022-04-13T17:51:40.953Z] Found existing installation: requests 2.26.0 [2022-04-13T17:51:40.953Z] Uninstalling requests-2.26.0: [2022-04-13T17:51:40.953Z] Successfully uninstalled requests-2.26.0 [2022-04-13T17:51:40.953Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-13T17:51:40.953Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-13T17:51:41.229Z]  Running setup.py install for texttable: started [2022-04-13T17:51:41.229Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-13T17:51:41.504Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-13T17:51:42.492Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-13T17:51:42.492Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-13T17:51:42.492Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-13T17:51:43.093Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-13T17:51:43.093Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-13T17:51:43.367Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-13T17:51:43.367Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-13T17:51:43.967Z]  Running setup.py install for texttable: finished with status 'done' [2022-04-13T17:51:43.967Z] Running setup.py install for PyYAML: started [2022-04-13T17:51:44.566Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-13T17:51:44.566Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-13T17:51:44.841Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-13T17:51:45.114Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-13T17:51:45.114Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-13T17:51:45.389Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-13T17:51:47.367Z]  Running setup.py install for PyYAML: finished with status 'done' [2022-04-13T17:51:47.643Z] Running setup.py install for docopt: started [2022-04-13T17:51:50.270Z] Running setup.py install for docopt: finished with status 'done' [2022-04-13T17:51:50.270Z] Running setup.py install for dockerpty: started [2022-04-13T17:51:50.869Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-13T17:51:52.305Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-13T17:51:52.305Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-13T17:51:52.581Z]  Running setup.py install for dockerpty: finished with status 'done' [2022-04-13T17:51:52.856Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-13T17:51:53.456Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-13T17:51:54.056Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-13T17:51:54.410Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-13T17:51:54.792Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-13T17:51:55.887Z] 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-13T17:51:56.238Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-13T17:51:56.536Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-13T17:51:56.809Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-13T17:51:56.809Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-13T17:51:56.809Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-13T17:51:57.080Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-13T17:51:57.080Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-13T17:51:57.080Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-13T17:51:57.080Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-13T17:51:57.352Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-13T17:51:57.352Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-13T17:51:57.628Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-13T17:51:57.628Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-13T17:51:59.083Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-13T17:51:59.083Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-13T17:51:59.717Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-13T17:51:59.717Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-13T17:52:00.333Z] go: downloading go.opencensus.io v0.23.0 [2022-04-13T17:52:01.329Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-13T17:52:03.327Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-13T17:52:03.606Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-13T17:52:04.214Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-13T17:52:04.490Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-13T17:52:05.095Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-13T17:52:05.374Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-13T17:52:08.805Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-13T17:52:09.091Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-13T17:52:09.374Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-13T17:52:12.029Z] Removing intermediate container 6b3c80aac506 [2022-04-13T17:52:12.029Z] ---> 1658fc92a50c [2022-04-13T17:52:12.029Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-13T17:52:12.307Z] ---> Running in d0760fc4373c [2022-04-13T17:52:12.307Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-13T17:52:12.307Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-13T17:52:12.929Z] Removing intermediate container d0760fc4373c [2022-04-13T17:52:12.929Z] ---> 17f6a5541c1c [2022-04-13T17:52:12.929Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-13T17:52:12.929Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-13T17:52:13.207Z]  ---> Running in d90a449049dc [2022-04-13T17:52:13.207Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-13T17:52:13.207Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-13T17:52:13.487Z] Removing intermediate container d90a449049dc [2022-04-13T17:52:13.487Z] ---> 5a3688d311c3 [2022-04-13T17:52:13.487Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-13T17:52:14.094Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-13T17:52:14.370Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-13T17:52:14.370Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-13T17:52:14.648Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-13T17:52:14.925Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-13T17:52:14.925Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-13T17:52:15.200Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-13T17:52:16.190Z]  ---> c9496fa4ad86 [2022-04-13T17:52:16.190Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-13T17:52:17.178Z] ---> 684fd9dd313e [2022-04-13T17:52:17.178Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-13T17:52:18.166Z] ---> 079e7962a0b2 [2022-04-13T17:52:18.166Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-13T17:52:18.442Z] ---> Running in 656a5960f325 [2022-04-13T17:52:19.049Z] Removing intermediate container 656a5960f325 [2022-04-13T17:52:19.049Z] ---> 002bcbc83a15 [2022-04-13T17:52:19.049Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:52:19.049Z] ---> Running in a66f0a966752 [2022-04-13T17:52:19.345Z] Removing intermediate container a66f0a966752 [2022-04-13T17:52:19.345Z] ---> d685b3b7e8f9 [2022-04-13T17:52:19.345Z] Step 21/23 : LABEL arch=arm64 [2022-04-13T17:52:19.624Z] ---> Running in dbe5fe3d2039 [2022-04-13T17:52:19.913Z] Removing intermediate container dbe5fe3d2039 [2022-04-13T17:52:19.913Z] ---> d1a99d944356 [2022-04-13T17:52:19.913Z] Step 22/23 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:52:20.192Z] ---> Running in ca992f2a2e71 [2022-04-13T17:52:20.801Z] Removing intermediate container ca992f2a2e71 [2022-04-13T17:52:20.801Z] ---> ebd2c850d825 [2022-04-13T17:52:20.801Z] Step 23/23 : LABEL version=0.0.0 [2022-04-13T17:52:20.801Z] ---> Running in 9b94765d281f [2022-04-13T17:52:21.415Z] Removing intermediate container 9b94765d281f [2022-04-13T17:52:21.415Z] ---> 3992e29fdd79 [2022-04-13T17:52:21.415Z] [2022-04-13T17:52:22.020Z] Successfully built 3992e29fdd79 [2022-04-13T17:52:22.020Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-13T17:52:22.020Z]  Building sys-mgmt-agent ... done Building security-proxy-setup [2022-04-13T17:52:25.443Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-13T17:52:25.443Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-13T17:52:25.443Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-13T17:52:25.443Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-13T17:53:04.582Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T17:53:04.582Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-13T17:53:04.582Z] ---> 0887510e791f [2022-04-13T17:53:04.582Z] Step 3/22 : WORKDIR /edgex-go [2022-04-13T17:53:04.582Z] ---> Using cache [2022-04-13T17:53:04.582Z] ---> 581e1e5f340d [2022-04-13T17:53:04.582Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T17:53:04.582Z] ---> Using cache [2022-04-13T17:53:04.582Z] ---> 6ff93a5c00c2 [2022-04-13T17:53:04.582Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-13T17:53:04.582Z] ---> Using cache [2022-04-13T17:53:04.582Z] ---> f933b6193fdb [2022-04-13T17:53:04.582Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-13T17:53:04.582Z] ---> Using cache [2022-04-13T17:53:04.582Z] ---> e04de24e7b5e [2022-04-13T17:53:04.582Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T17:53:04.582Z] ---> Using cache [2022-04-13T17:53:04.582Z] ---> 39a3af440215 [2022-04-13T17:53:04.582Z] Step 8/22 : COPY . . [2022-04-13T17:53:04.582Z] ---> Using cache [2022-04-13T17:53:04.582Z] ---> 2824f183e398 [2022-04-13T17:53:04.582Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-13T17:53:04.582Z] ---> Running in 4ea537b4e296 [2022-04-13T17:53:04.582Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-13T17:53:14.781Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-13T17:53:14.781Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-13T17:59:08.277Z] Removing intermediate container 1181ba28619e [2022-04-13T17:59:08.277Z] ---> fcebc3b81711 [2022-04-13T17:59:08.277Z] [2022-04-13T17:59:08.277Z] Step 10/22 : FROM alpine:3.14 [2022-04-13T17:59:08.277Z] ---> ac73e934f311 [2022-04-13T17:59:08.277Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-13T17:59:08.277Z] ---> Running in df38c1d2a888 [2022-04-13T17:59:08.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-13T17:59:08.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-13T17:59:08.277Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-13T17:59:08.277Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-13T17:59:08.277Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T17:59:08.277Z] Executing ca-certificates-20211220-r0.trigger [2022-04-13T17:59:08.277Z] OK: 6 MiB in 16 packages [2022-04-13T17:59:08.277Z] Removing intermediate container df38c1d2a888 [2022-04-13T17:59:08.277Z] ---> 88230a821df2 [2022-04-13T17:59:08.277Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-13T17:59:08.277Z] ---> Running in b1e443478df5 [2022-04-13T17:59:08.277Z] Removing intermediate container b1e443478df5 [2022-04-13T17:59:08.277Z] ---> a3b73cb72eba [2022-04-13T17:59:08.277Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-13T17:59:08.277Z] ---> Running in a0ae8cbd3d38 [2022-04-13T17:59:08.277Z] Removing intermediate container a0ae8cbd3d38 [2022-04-13T17:59:08.277Z] ---> 9d707ff58db6 [2022-04-13T17:59:08.277Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-13T17:59:08.277Z] ---> Running in b89afe0998ed [2022-04-13T17:59:08.277Z] Removing intermediate container b89afe0998ed [2022-04-13T17:59:08.277Z] ---> 94347d7f49d4 [2022-04-13T17:59:08.277Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T17:59:08.891Z] ---> 885bca597656 [2022-04-13T17:59:08.891Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-13T17:59:11.561Z] ---> a24d8e34d94c [2022-04-13T17:59:11.561Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-13T17:59:12.189Z] ---> d6c9d7a6cc02 [2022-04-13T17:59:12.189Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-13T17:59:12.470Z] ---> Running in ac168d101905 [2022-04-13T17:59:13.078Z] Removing intermediate container ac168d101905 [2022-04-13T17:59:13.078Z] ---> dbb45954778c [2022-04-13T17:59:13.078Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T17:59:13.078Z] ---> Running in aae4335b99d3 [2022-04-13T17:59:13.688Z] Removing intermediate container aae4335b99d3 [2022-04-13T17:59:13.688Z] ---> e8b02d16f82c [2022-04-13T17:59:13.688Z] Step 20/22 : LABEL arch=arm64 [2022-04-13T17:59:13.688Z] ---> Running in a91de39b8842 [2022-04-13T17:59:14.304Z] Removing intermediate container a91de39b8842 [2022-04-13T17:59:14.304Z] ---> 4a6ebc748df3 [2022-04-13T17:59:14.304Z] Step 21/22 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T17:59:14.304Z] ---> Running in 9a918c45275e [2022-04-13T17:59:14.922Z] Removing intermediate container 9a918c45275e [2022-04-13T17:59:14.922Z] ---> 5eb9fada94f3 [2022-04-13T17:59:14.922Z] Step 22/22 : LABEL version=0.0.0 [2022-04-13T17:59:14.922Z] ---> Running in bb6b4b51e59a [2022-04-13T17:59:15.542Z] Removing intermediate container bb6b4b51e59a [2022-04-13T17:59:15.542Z] ---> b8ed3d0ac986 [2022-04-13T17:59:15.542Z] [2022-04-13T17:59:16.148Z] Successfully built b8ed3d0ac986 [2022-04-13T17:59:16.148Z] Successfully tagged support-notifications-arm64:latest [2022-04-13T17:59:16.148Z] Building core-metadata [2022-04-13T18:00:03.183Z]  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T18:00:03.183Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-13T18:00:03.183Z] ---> 0887510e791f [2022-04-13T18:00:03.183Z] Step 3/23 : WORKDIR /edgex-go [2022-04-13T18:00:03.183Z] ---> Using cache [2022-04-13T18:00:03.183Z] ---> 581e1e5f340d [2022-04-13T18:00:03.183Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T18:00:03.183Z] ---> Using cache [2022-04-13T18:00:03.183Z] ---> 6ff93a5c00c2 [2022-04-13T18:00:03.183Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-13T18:00:03.183Z] ---> Using cache [2022-04-13T18:00:03.183Z] ---> f933b6193fdb [2022-04-13T18:00:03.183Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-13T18:00:03.183Z] ---> Using cache [2022-04-13T18:00:03.183Z] ---> e04de24e7b5e [2022-04-13T18:00:03.183Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T18:00:03.183Z] ---> Using cache [2022-04-13T18:00:03.183Z] ---> 39a3af440215 [2022-04-13T18:00:03.183Z] Step 8/23 : COPY . . [2022-04-13T18:00:03.183Z] ---> Using cache [2022-04-13T18:00:03.183Z] ---> 2824f183e398 [2022-04-13T18:00:03.183Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-13T18:00:03.183Z] ---> Running in cd2e58488ccc [2022-04-13T18:00:03.183Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-13T18:00:42.198Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-13T18:01:09.008Z] Removing intermediate container 4ea537b4e296 [2022-04-13T18:01:09.008Z] ---> 40e2a83deb67 [2022-04-13T18:01:09.008Z] [2022-04-13T18:01:09.008Z] Step 10/22 : FROM alpine:3.14 [2022-04-13T18:01:09.008Z] ---> ac73e934f311 [2022-04-13T18:01:09.008Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-13T18:01:09.008Z] ---> Running in 069c78f8f8de [2022-04-13T18:01:10.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-13T18:01:10.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-13T18:01:12.447Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-13T18:01:12.447Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-13T18:01:12.447Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-13T18:01:12.447Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-13T18:01:12.447Z] (5/6) Installing curl (7.79.1-r0) [2022-04-13T18:01:12.447Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-13T18:01:12.447Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T18:01:12.447Z] Executing ca-certificates-20211220-r0.trigger [2022-04-13T18:01:12.726Z] OK: 8 MiB in 20 packages [2022-04-13T18:01:15.388Z] Removing intermediate container 069c78f8f8de [2022-04-13T18:01:15.388Z] ---> 98cc6c1572d6 [2022-04-13T18:01:15.388Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-13T18:01:15.388Z] ---> Running in 5cb4242bc3e7 [2022-04-13T18:01:15.666Z] Removing intermediate container 5cb4242bc3e7 [2022-04-13T18:01:15.666Z] ---> d0fff8e2c7b6 [2022-04-13T18:01:15.666Z] Step 13/22 : WORKDIR /edgex [2022-04-13T18:01:15.666Z] ---> Running in 61743bc76029 [2022-04-13T18:01:16.264Z] Removing intermediate container 61743bc76029 [2022-04-13T18:01:16.264Z] ---> 79d2acd0390c [2022-04-13T18:01:16.264Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-13T18:01:17.722Z] ---> 17b0967e2e26 [2022-04-13T18:01:17.722Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-13T18:01:20.366Z] ---> cfd99a59adf4 [2022-04-13T18:01:20.366Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-13T18:01:22.363Z] ---> b576e26acbda [2022-04-13T18:01:22.363Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-13T18:01:23.356Z] ---> 84e414b68f01 [2022-04-13T18:01:23.356Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-13T18:01:23.356Z] ---> Running in a18eff49b1eb [2022-04-13T18:01:26.772Z] Removing intermediate container a18eff49b1eb [2022-04-13T18:01:26.772Z] ---> 61d134cff2d2 [2022-04-13T18:01:26.772Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-13T18:01:26.772Z] ---> Running in fd124b695c7e [2022-04-13T18:01:27.377Z] Removing intermediate container fd124b695c7e [2022-04-13T18:01:27.377Z] ---> fac2387012f9 [2022-04-13T18:01:27.377Z] Step 20/22 : LABEL arch=arm64 [2022-04-13T18:01:27.377Z] ---> Running in ed3d4ccf428c [2022-04-13T18:01:28.024Z] Removing intermediate container ed3d4ccf428c [2022-04-13T18:01:28.024Z] ---> d7daa1cae8c7 [2022-04-13T18:01:28.024Z] Step 21/22 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T18:01:28.024Z] ---> Running in 38851ebf929f [2022-04-13T18:01:28.632Z] Removing intermediate container 38851ebf929f [2022-04-13T18:01:28.632Z] ---> 28d531e81d0b [2022-04-13T18:01:28.632Z] Step 22/22 : LABEL version=0.0.0 [2022-04-13T18:01:28.919Z] ---> Running in 3f2f8b581f9e [2022-04-13T18:01:29.530Z] Removing intermediate container 3f2f8b581f9e [2022-04-13T18:01:29.530Z] ---> 07e337089c6d [2022-04-13T18:01:29.530Z] [2022-04-13T18:01:30.134Z] Successfully built 07e337089c6d [2022-04-13T18:01:30.135Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-13T18:01:30.135Z]  Building security-proxy-setup ... done Building core-data [2022-04-13T18:02:17.410Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-13T18:02:17.410Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-13T18:02:17.410Z] ---> 0887510e791f [2022-04-13T18:02:17.410Z] Step 3/23 : WORKDIR /edgex-go [2022-04-13T18:02:17.410Z] ---> Using cache [2022-04-13T18:02:17.410Z] ---> 581e1e5f340d [2022-04-13T18:02:17.410Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T18:02:17.410Z] ---> Using cache [2022-04-13T18:02:17.410Z] ---> 6ff93a5c00c2 [2022-04-13T18:02:17.410Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-13T18:02:17.410Z] ---> Running in deaeb21b74a7 [2022-04-13T18:02:17.410Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T18:02:17.410Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T18:02:17.410Z] OK: 220 MiB in 52 packages [2022-04-13T18:02:17.410Z] Removing intermediate container deaeb21b74a7 [2022-04-13T18:02:17.410Z] ---> e2750159579e [2022-04-13T18:02:17.410Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-13T18:02:18.018Z] ---> 050a4beba840 [2022-04-13T18:02:18.018Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-13T18:02:18.018Z] ---> Running in 1d4a8373ea97 [2022-04-13T18:02:24.764Z] Removing intermediate container 1d4a8373ea97 [2022-04-13T18:02:24.764Z] ---> f51bd780c77d [2022-04-13T18:02:24.764Z] Step 8/23 : COPY . . [2022-04-13T18:02:51.654Z] ---> e549a0209c79 [2022-04-13T18:02:51.654Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-13T18:02:51.654Z] ---> Running in 7ef158fb2494 [2022-04-13T18:02:51.654Z] CGO_ENABLED=1 GO111MODULE=on go build -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-13T18:08:43.921Z] Removing intermediate container cd2e58488ccc [2022-04-13T18:08:43.921Z] ---> 2c0a465df464 [2022-04-13T18:08:43.921Z] [2022-04-13T18:08:43.921Z] Step 10/23 : FROM alpine:3.14 [2022-04-13T18:08:43.921Z] ---> ac73e934f311 [2022-04-13T18:08:43.921Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-13T18:08:43.921Z] ---> Using cache [2022-04-13T18:08:43.921Z] ---> c2cda21b462f [2022-04-13T18:08:43.921Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-13T18:08:43.921Z] ---> Using cache [2022-04-13T18:08:43.921Z] ---> feb04212a4dd [2022-04-13T18:08:43.921Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-13T18:08:43.921Z] ---> Running in c7311176f159 [2022-04-13T18:08:43.921Z] Removing intermediate container c7311176f159 [2022-04-13T18:08:43.921Z] ---> 7f33f4d8b2b4 [2022-04-13T18:08:43.921Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-13T18:08:43.921Z] ---> Running in 8ee26c3dde82 [2022-04-13T18:08:43.921Z] Removing intermediate container 8ee26c3dde82 [2022-04-13T18:08:43.921Z] ---> a65b09ed5b73 [2022-04-13T18:08:43.921Z] Step 15/23 : WORKDIR / [2022-04-13T18:08:43.921Z] ---> Running in b995931e87a4 [2022-04-13T18:08:43.921Z] Removing intermediate container b995931e87a4 [2022-04-13T18:08:43.921Z] ---> e1629df4d34d [2022-04-13T18:08:43.921Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T18:08:44.194Z] ---> b9df3662b610 [2022-04-13T18:08:44.194Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-13T18:08:46.831Z] ---> f193ef18a3f1 [2022-04-13T18:08:46.831Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-13T18:08:48.283Z] ---> 4ca8a43bdebb [2022-04-13T18:08:48.283Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-13T18:08:48.283Z] ---> Running in d0bbca96fb06 [2022-04-13T18:08:48.561Z] Removing intermediate container d0bbca96fb06 [2022-04-13T18:08:48.561Z] ---> 1d6b06939fa3 [2022-04-13T18:08:48.561Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T18:08:48.843Z] ---> Running in 924ef3cde71b [2022-04-13T18:08:49.446Z] Removing intermediate container 924ef3cde71b [2022-04-13T18:08:49.446Z] ---> 604fb4f16600 [2022-04-13T18:08:49.446Z] Step 21/23 : LABEL arch=arm64 [2022-04-13T18:08:49.446Z] ---> Running in 85333f85f072 [2022-04-13T18:08:50.051Z] Removing intermediate container 85333f85f072 [2022-04-13T18:08:50.051Z] ---> 3ad68d4bc123 [2022-04-13T18:08:50.051Z] Step 22/23 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T18:08:50.329Z] ---> Running in 1e946e767821 [2022-04-13T18:08:50.925Z] Removing intermediate container 1e946e767821 [2022-04-13T18:08:50.925Z] ---> fa3d9416c06a [2022-04-13T18:08:50.925Z] Step 23/23 : LABEL version=0.0.0 [2022-04-13T18:08:50.925Z] ---> Running in af2aeb81457f [2022-04-13T18:08:51.526Z] Removing intermediate container af2aeb81457f [2022-04-13T18:08:51.526Z] ---> d6bf89da26cd [2022-04-13T18:08:51.526Z] [2022-04-13T18:08:52.124Z] Successfully built d6bf89da26cd [2022-04-13T18:08:52.124Z] Successfully tagged core-metadata-arm64:latest [2022-04-13T18:10:58.967Z]  Building core-metadata ... done Removing intermediate container 7ef158fb2494 [2022-04-13T18:10:58.967Z] ---> 03b02f1d15a1 [2022-04-13T18:10:58.967Z] [2022-04-13T18:10:58.967Z] Step 10/23 : FROM alpine:3.14 [2022-04-13T18:10:58.967Z] ---> ac73e934f311 [2022-04-13T18:10:58.968Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-13T18:10:58.968Z] ---> Running in 5707bb81ee16 [2022-04-13T18:10:58.968Z] Removing intermediate container 5707bb81ee16 [2022-04-13T18:10:58.968Z] ---> 08f432d7f365 [2022-04-13T18:10:58.968Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-13T18:10:58.968Z] ---> Running in f200ad8676b6 [2022-04-13T18:10:58.968Z] Removing intermediate container f200ad8676b6 [2022-04-13T18:10:58.968Z] ---> 175dc63f52b9 [2022-04-13T18:10:58.968Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-13T18:10:58.968Z] ---> Running in c83d56a4e4cf [2022-04-13T18:10:58.968Z] Removing intermediate container c83d56a4e4cf [2022-04-13T18:10:58.968Z] ---> 5083f4c2e5e2 [2022-04-13T18:10:58.968Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T18:10:58.968Z] ---> Running in 2b36fbd7399e [2022-04-13T18:10:58.968Z] Removing intermediate container 2b36fbd7399e [2022-04-13T18:10:58.968Z] ---> bfb8f38bb1ab [2022-04-13T18:10:58.968Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-13T18:10:58.968Z] ---> Running in 98084d1e2d88 [2022-04-13T18:10:58.968Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-13T18:10:59.569Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-13T18:11:00.555Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-13T18:11:00.829Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-13T18:11:00.829Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-13T18:11:00.829Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-13T18:11:01.103Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-13T18:11:01.103Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-13T18:11:01.377Z] Executing busybox-1.33.1-r7.trigger [2022-04-13T18:11:01.377Z] OK: 8 MiB in 20 packages [2022-04-13T18:11:03.365Z] Removing intermediate container 98084d1e2d88 [2022-04-13T18:11:03.365Z] ---> 10633b39d560 [2022-04-13T18:11:03.365Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-13T18:11:04.351Z] ---> 9ed0db404104 [2022-04-13T18:11:04.351Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-13T18:11:06.987Z] ---> 145dc39c5937 [2022-04-13T18:11:06.987Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-13T18:11:07.972Z] ---> 50d734dcd240 [2022-04-13T18:11:07.972Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-13T18:11:07.972Z] ---> Running in 580e7d2dc801 [2022-04-13T18:11:08.574Z] Removing intermediate container 580e7d2dc801 [2022-04-13T18:11:08.574Z] ---> 430a66a73b26 [2022-04-13T18:11:08.574Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-13T18:11:08.574Z] ---> Running in 0abf4b3a6b3c [2022-04-13T18:11:09.178Z] Removing intermediate container 0abf4b3a6b3c [2022-04-13T18:11:09.178Z] ---> 4d2aebf88a75 [2022-04-13T18:11:09.178Z] Step 21/23 : LABEL arch=arm64 [2022-04-13T18:11:09.178Z] ---> Running in 89c59f73b573 [2022-04-13T18:11:09.778Z] Removing intermediate container 89c59f73b573 [2022-04-13T18:11:09.778Z] ---> 6c8ff99412fc [2022-04-13T18:11:09.778Z] Step 22/23 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T18:11:09.778Z] ---> Running in 7e573ca1e6a1 [2022-04-13T18:11:10.387Z] Removing intermediate container 7e573ca1e6a1 [2022-04-13T18:11:10.387Z] ---> 805b3c128300 [2022-04-13T18:11:10.387Z] Step 23/23 : LABEL version=0.0.0 [2022-04-13T18:11:10.387Z] ---> Running in 886c747802a3 [2022-04-13T18:11:10.983Z] Removing intermediate container 886c747802a3 [2022-04-13T18:11:10.983Z] ---> 63b3caa5e242 [2022-04-13T18:11:10.983Z] [2022-04-13T18:11:11.582Z] Successfully built 63b3caa5e242 [2022-04-13T18:11:11.582Z] Successfully tagged core-data-arm64:latest [2022-04-13T18:17:03.798Z]  Building core-data ... done Building bin/spire-agent... [2022-04-13T18:17:03.798Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-13T18:17:03.798Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-13T18:17:03.798Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-13T18:17:03.798Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-13T18:17:03.798Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-13T18:17:03.798Z] Building bin/spire-agent... [2022-04-13T18:17:03.798Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-13T18:17:03.798Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-13T18:17:03.798Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-13T18:17:03.798Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-13T18:17:03.798Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-13T18:17:03.798Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-13T18:17:03.798Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-13T18:17:03.798Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-13T18:17:03.798Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-13T18:17:03.798Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-13T18:17:03.798Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-13T18:17:03.798Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-13T18:17:04.391Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-13T18:17:06.371Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-13T18:17:06.371Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-13T18:17:06.971Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-13T18:17:06.971Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-13T18:17:06.971Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-13T18:17:06.971Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-13T18:17:07.245Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-13T18:17:07.245Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-13T18:23:15.041Z] Removing intermediate container a55c0cdce6fd [2022-04-13T18:23:15.041Z] ---> d03530e1606f [2022-04-13T18:23:15.041Z] [2022-04-13T18:23:15.041Z] Step 13/26 : FROM alpine:3.15 [2022-04-13T18:23:15.041Z] ---> 3fb3c9af89a9 [2022-04-13T18:23:15.041Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-13T18:23:15.041Z] ---> Using cache [2022-04-13T18:23:15.041Z] ---> 241af8a29a85 [2022-04-13T18:23:15.041Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T18:23:15.041Z] ---> Using cache [2022-04-13T18:23:15.041Z] ---> 986001f3b23a [2022-04-13T18:23:15.041Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-13T18:23:15.041Z] ---> Running in 138d8ad62102 [2022-04-13T18:23:16.478Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T18:23:17.461Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T18:23:18.919Z] v3.15.4-23-g26ba280437 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-13T18:23:18.919Z] v3.15.4-24-g67b9572837 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-13T18:23:18.919Z] OK: 15729 distinct packages available [2022-04-13T18:23:18.919Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T18:23:19.900Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T18:23:20.892Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-13T18:23:20.892Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-13T18:23:20.892Z] (3/4) Installing libucontext (1.1-r0) [2022-04-13T18:23:20.892Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-13T18:23:20.892Z] Executing busybox-1.34.1-r5.trigger [2022-04-13T18:23:21.170Z] OK: 6 MiB in 18 packages [2022-04-13T18:23:22.625Z] Removing intermediate container 138d8ad62102 [2022-04-13T18:23:22.625Z] ---> 961fe9e4a0be [2022-04-13T18:23:22.625Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-13T18:23:25.253Z] Removing intermediate container 18963a9b30be [2022-04-13T18:23:25.253Z] ---> f32f07e73a4d [2022-04-13T18:23:25.253Z] [2022-04-13T18:23:25.253Z] Step 13/26 : FROM alpine:3.15 [2022-04-13T18:23:25.253Z] ---> 3fb3c9af89a9 [2022-04-13T18:23:25.253Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-13T18:23:25.253Z] ---> Using cache [2022-04-13T18:23:25.253Z] ---> 241af8a29a85 [2022-04-13T18:23:25.253Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T18:23:25.253Z] ---> Using cache [2022-04-13T18:23:25.253Z] ---> 986001f3b23a [2022-04-13T18:23:25.253Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-13T18:23:25.253Z] ---> Running in 79ed78f6ca2b [2022-04-13T18:23:26.692Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T18:23:27.678Z] ---> 0104a281fbd5 [2022-04-13T18:23:27.678Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-13T18:23:27.678Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T18:23:28.285Z] ---> 43dbc560464c [2022-04-13T18:23:28.285Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-13T18:23:28.285Z] ---> Running in 4c40d8b69908 [2022-04-13T18:23:28.882Z] Removing intermediate container 4c40d8b69908 [2022-04-13T18:23:28.882Z] ---> 55bdaa640107 [2022-04-13T18:23:28.882Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-13T18:23:28.882Z] v3.15.4-23-g26ba280437 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-13T18:23:28.882Z] v3.15.4-24-g67b9572837 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-13T18:23:28.882Z] OK: 15729 distinct packages available [2022-04-13T18:23:28.882Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-13T18:23:29.476Z] ---> a1756ce70412 [2022-04-13T18:23:29.476Z] Step 21/26 : WORKDIR / [2022-04-13T18:23:29.476Z] ---> Running in e690147066d5 [2022-04-13T18:23:29.752Z] Removing intermediate container e690147066d5 [2022-04-13T18:23:29.752Z] ---> 1def41d2884c [2022-04-13T18:23:29.752Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-13T18:23:29.752Z] ---> Running in f063ddf6da4a [2022-04-13T18:23:30.030Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-13T18:23:30.306Z] Removing intermediate container f063ddf6da4a [2022-04-13T18:23:30.306Z] ---> 986ce6b36ecf [2022-04-13T18:23:30.306Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-13T18:23:30.306Z] ---> Running in 926305c8c17c [2022-04-13T18:23:30.585Z] Removing intermediate container 926305c8c17c [2022-04-13T18:23:30.585Z] ---> ea3830832703 [2022-04-13T18:23:30.585Z] Step 24/26 : LABEL arch=arm64 [2022-04-13T18:23:30.862Z] ---> Running in 3c8c2b2bec30 [2022-04-13T18:23:31.136Z] Removing intermediate container 3c8c2b2bec30 [2022-04-13T18:23:31.136Z] ---> a31e9f6193bd [2022-04-13T18:23:31.136Z] Step 25/26 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T18:23:31.136Z] ---> Running in 76a96165bb3c [2022-04-13T18:23:31.410Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-13T18:23:31.410Z] Removing intermediate container 76a96165bb3c [2022-04-13T18:23:31.410Z] ---> adefa2ef7287 [2022-04-13T18:23:31.681Z] Step 26/26 : LABEL version=0.0.0 [2022-04-13T18:23:31.682Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-13T18:23:31.682Z] ---> Running in 0004a391b77f [2022-04-13T18:23:31.682Z] (3/5) Installing libucontext (1.1-r0) [2022-04-13T18:23:31.682Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-13T18:23:31.954Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-13T18:23:31.954Z] Removing intermediate container 0004a391b77f [2022-04-13T18:23:31.954Z] ---> 0e86276f9eab [2022-04-13T18:23:31.954Z] [2022-04-13T18:23:31.954Z] Executing busybox-1.34.1-r5.trigger [2022-04-13T18:23:31.954Z] OK: 6 MiB in 19 packages [2022-04-13T18:23:32.233Z] Successfully built 0e86276f9eab [2022-04-13T18:23:32.233Z] Successfully tagged security-spire-config-arm64:latest [2022-04-13T18:23:32.838Z]  Building security-spire-config ... done Removing intermediate container 79ed78f6ca2b [2022-04-13T18:23:32.838Z] ---> 78ba90650968 [2022-04-13T18:23:32.838Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-13T18:23:34.804Z] ---> 36afcf09e464 [2022-04-13T18:23:34.804Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-13T18:23:38.186Z] ---> 7cdd3d1b48a5 [2022-04-13T18:23:38.186Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-13T18:23:38.458Z] ---> 82130abda81d [2022-04-13T18:23:38.458Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-13T18:23:39.055Z] ---> 74f823092307 [2022-04-13T18:23:39.055Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-13T18:23:39.650Z] ---> f9c8e75853f0 [2022-04-13T18:23:39.650Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-13T18:23:39.650Z] ---> Running in 210e286bc6d0 [2022-04-13T18:23:39.933Z] Removing intermediate container 210e286bc6d0 [2022-04-13T18:23:39.933Z] ---> 0dd6f3fc8b06 [2022-04-13T18:23:39.933Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-13T18:23:40.204Z] ---> Running in c6088fda00c6 [2022-04-13T18:23:40.478Z] Removing intermediate container c6088fda00c6 [2022-04-13T18:23:40.478Z] ---> 86f040325103 [2022-04-13T18:23:40.478Z] Step 24/26 : LABEL arch=arm64 [2022-04-13T18:23:40.478Z] ---> Running in c55fedf4b5b5 [2022-04-13T18:23:40.757Z] Removing intermediate container c55fedf4b5b5 [2022-04-13T18:23:40.758Z] ---> 7adfdf1e5bee [2022-04-13T18:23:40.758Z] Step 25/26 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T18:23:40.758Z] ---> Running in 156c7504b13e [2022-04-13T18:23:41.353Z] Removing intermediate container 156c7504b13e [2022-04-13T18:23:41.353Z] ---> e1d3042c1dcc [2022-04-13T18:23:41.353Z] Step 26/26 : LABEL version=0.0.0 [2022-04-13T18:23:41.353Z] ---> Running in 963ee7cdab08 [2022-04-13T18:23:41.950Z] Removing intermediate container 963ee7cdab08 [2022-04-13T18:23:41.950Z] ---> 1e2b1674d8cd [2022-04-13T18:23:41.950Z] [2022-04-13T18:23:41.950Z] Successfully built 1e2b1674d8cd [2022-04-13T18:23:41.950Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-13T18:23:57.020Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-13T18:23:57.020Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-13T18:23:57.020Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-13T18:23:57.292Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-13T18:23:57.292Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-13T18:23:59.267Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-13T18:24:00.257Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-13T18:24:00.257Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-13T18:24:00.257Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-13T18:24:00.257Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-13T18:24:00.257Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-13T18:24:00.257Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-13T18:24:00.257Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-13T18:24:00.257Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-13T18:27:37.207Z] Removing intermediate container faeb09698911 [2022-04-13T18:27:37.207Z] ---> 3aa6a2efadd6 [2022-04-13T18:27:37.207Z] [2022-04-13T18:27:37.207Z] Step 13/25 : FROM alpine:3.15 [2022-04-13T18:27:37.207Z] ---> 3fb3c9af89a9 [2022-04-13T18:27:37.207Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-13T18:27:37.207Z] ---> Using cache [2022-04-13T18:27:37.207Z] ---> 241af8a29a85 [2022-04-13T18:27:37.207Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-13T18:27:37.207Z] ---> Using cache [2022-04-13T18:27:37.207Z] ---> 986001f3b23a [2022-04-13T18:27:37.207Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-13T18:27:37.207Z] ---> Using cache [2022-04-13T18:27:37.207Z] ---> 78ba90650968 [2022-04-13T18:27:37.207Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-13T18:27:37.207Z] ---> de2f5cf5473c [2022-04-13T18:27:37.207Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-13T18:27:37.207Z] ---> 51bfec298aab [2022-04-13T18:27:37.207Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-13T18:27:37.207Z] ---> 1e7d39d612d6 [2022-04-13T18:27:37.207Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-13T18:27:37.207Z] ---> 06386f0e1d31 [2022-04-13T18:27:37.207Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-13T18:27:37.207Z] ---> Running in e1f7057ee512 [2022-04-13T18:27:37.486Z] Removing intermediate container e1f7057ee512 [2022-04-13T18:27:37.486Z] ---> b02cdb0be9a8 [2022-04-13T18:27:37.486Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-13T18:27:37.758Z] ---> Running in 6136fde3109e [2022-04-13T18:27:38.031Z] Removing intermediate container 6136fde3109e [2022-04-13T18:27:38.031Z] ---> c3853a23979d [2022-04-13T18:27:38.031Z] Step 23/25 : LABEL arch=arm64 [2022-04-13T18:27:38.031Z] ---> Running in b2abbeced44b [2022-04-13T18:27:38.309Z] Removing intermediate container b2abbeced44b [2022-04-13T18:27:38.309Z] ---> a7192ab9841c [2022-04-13T18:27:38.309Z] Step 24/25 : LABEL git_sha=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [2022-04-13T18:27:38.309Z] ---> Running in 553451ed7f00 [2022-04-13T18:27:38.912Z] Removing intermediate container 553451ed7f00 [2022-04-13T18:27:38.912Z] ---> 1c1357f7ca50 [2022-04-13T18:27:38.912Z] Step 25/25 : LABEL version=0.0.0 [2022-04-13T18:27:38.912Z] ---> Running in 6b4b8dbbe0b6 [2022-04-13T18:27:39.184Z] Removing intermediate container 6b4b8dbbe0b6 [2022-04-13T18:27:39.184Z] ---> bef2d597cf5d [2022-04-13T18:27:39.184Z] [2022-04-13T18:27:39.184Z] Successfully built bef2d597cf5d [2022-04-13T18:27:39.184Z] Successfully tagged security-spire-server-arm64:latest [2022-04-13T18:27:39.472Z]  Building security-spire-server ... done  [Pipeline] } [2022-04-13T18:27:39.497Z] $ docker stop --time=1 c8d4fb958d905ac61d426fddc046c2aacde5b00be5b7f97b5d1278b72ea687aa [2022-04-13T18:27:41.474Z] $ docker rm -f c8d4fb958d905ac61d426fddc046c2aacde5b00be5b7f97b5d1278b72ea687aa [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-13T18:27:42.188Z] + docker images [2022-04-13T18:27:42.780Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-13T18:27:42.780Z] security-spire-server-arm64 latest bef2d597cf5d 4 seconds ago 86.3MB [2022-04-13T18:27:42.780Z] 3aa6a2efadd6 26 seconds ago 4.25GB [2022-04-13T18:27:42.780Z] security-spire-agent-arm64 latest 1e2b1674d8cd 4 minutes ago 126MB [2022-04-13T18:27:42.780Z] security-spire-config-arm64 latest 0e86276f9eab 4 minutes ago 85.6MB [2022-04-13T18:27:42.780Z] f32f07e73a4d 4 minutes ago 4.25GB [2022-04-13T18:27:42.780Z] d03530e1606f 4 minutes ago 4.25GB [2022-04-13T18:27:42.780Z] core-data-arm64 latest 63b3caa5e242 16 minutes ago 34.7MB [2022-04-13T18:27:42.780Z] 03b02f1d15a1 16 minutes ago 1.51GB [2022-04-13T18:27:42.780Z] core-metadata-arm64 latest d6bf89da26cd 18 minutes ago 29.1MB [2022-04-13T18:27:42.780Z] 2c0a465df464 19 minutes ago 1.5GB [2022-04-13T18:27:42.780Z] security-proxy-setup-arm64 latest 07e337089c6d 26 minutes ago 49.1MB [2022-04-13T18:27:42.780Z] 40e2a83deb67 26 minutes ago 1.51GB [2022-04-13T18:27:42.780Z] support-notifications-arm64 latest b8ed3d0ac986 28 minutes ago 29.4MB [2022-04-13T18:27:42.780Z] fcebc3b81711 28 minutes ago 1.5GB [2022-04-13T18:27:42.780Z] sys-mgmt-agent-arm64 latest 3992e29fdd79 35 minutes ago 294MB [2022-04-13T18:27:42.781Z] e8ab3b1c8c17 36 minutes ago 1.52GB [2022-04-13T18:27:42.781Z] support-scheduler-arm64 latest 7c874b689079 38 minutes ago 28.8MB [2022-04-13T18:27:42.781Z] b06af152f17d 38 minutes ago 1.5GB [2022-04-13T18:27:42.781Z] core-command-arm64 latest 76b1c886dfde 39 minutes ago 27.4MB [2022-04-13T18:27:42.781Z] 12033f63941d 39 minutes ago 1.5GB [2022-04-13T18:27:42.781Z] security-bootstrapper-arm64 latest fc53c811d480 48 minutes ago 27.2MB [2022-04-13T18:27:42.781Z] security-secretstore-setup-arm64 latest 6763dae8804f 48 minutes ago 47.9MB [2022-04-13T18:27:42.781Z] c7791e46963e 49 minutes ago 1.5GB [2022-04-13T18:27:42.781Z] 0168fa93628d 49 minutes ago 1.51GB [2022-04-13T18:27:42.781Z] security-spiffe-token-provider-arm64 latest 8b4dbf048db8 49 minutes ago 31.3MB [2022-04-13T18:27:42.781Z] 2b9e9c511a36 50 minutes ago 1.49GB [2022-04-13T18:27:42.781Z] ci-base-image-arm64 latest 0887510e791f About an hour ago 886MB [2022-04-13T18:27:42.781Z] docker 20.10.14 c346e9eafbab 8 days ago 202MB [2022-04-13T18:27:42.781Z] alpine 3.14 ac73e934f311 8 days ago 5.34MB [2022-04-13T18:27:42.781Z] alpine 3.15 3fb3c9af89a9 8 days ago 5.32MB [2022-04-13T18:27:42.781Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-13T18:27:42.781Z] 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-13T18:27:43.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-13T18:27:43.523Z] [2022-04-13T18:27:43.523Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-13T18:27:43.961Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-13T18:27:44.257Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-13T18:27:44.257Z] 8998bd30e6a1: Pulling fs layer [2022-04-13T18:27:44.257Z] 04944245beec: Pulling fs layer [2022-04-13T18:27:44.257Z] 699f458cf7ca: Pulling fs layer [2022-04-13T18:27:44.257Z] 765212b225bb: Pulling fs layer [2022-04-13T18:27:44.257Z] f23df028b6ca: Pulling fs layer [2022-04-13T18:27:44.257Z] d65c8cfc05b1: Pulling fs layer [2022-04-13T18:27:44.257Z] 2437ff75d9bd: Pulling fs layer [2022-04-13T18:27:44.257Z] 765212b225bb: Waiting [2022-04-13T18:27:44.257Z] f23df028b6ca: Waiting [2022-04-13T18:27:44.257Z] d65c8cfc05b1: Waiting [2022-04-13T18:27:44.257Z] 2437ff75d9bd: Waiting [2022-04-13T18:27:44.257Z] 04944245beec: Verifying Checksum [2022-04-13T18:27:44.257Z] 04944245beec: Download complete [2022-04-13T18:27:44.257Z] 765212b225bb: Verifying Checksum [2022-04-13T18:27:44.257Z] 765212b225bb: Download complete [2022-04-13T18:27:44.537Z] f23df028b6ca: Download complete [2022-04-13T18:27:44.537Z] d65c8cfc05b1: Verifying Checksum [2022-04-13T18:27:44.537Z] d65c8cfc05b1: Download complete [2022-04-13T18:27:44.537Z] 699f458cf7ca: Verifying Checksum [2022-04-13T18:27:44.537Z] 699f458cf7ca: Download complete [2022-04-13T18:27:45.180Z] 8998bd30e6a1: Verifying Checksum [2022-04-13T18:27:45.180Z] 8998bd30e6a1: Download complete [2022-04-13T18:27:47.800Z] 2437ff75d9bd: Verifying Checksum [2022-04-13T18:27:47.800Z] 2437ff75d9bd: Download complete [2022-04-13T18:27:49.772Z] 8998bd30e6a1: Pull complete [2022-04-13T18:27:50.043Z] 04944245beec: Pull complete [2022-04-13T18:27:52.017Z] 699f458cf7ca: Pull complete [2022-04-13T18:27:52.017Z] 765212b225bb: Pull complete [2022-04-13T18:27:52.610Z] f23df028b6ca: Pull complete [2022-04-13T18:27:53.206Z] d65c8cfc05b1: Pull complete [2022-04-13T18:28:08.283Z] 2437ff75d9bd: Pull complete [2022-04-13T18:28:08.283Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-13T18:28:08.283Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-13T18:28:08.283Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-13T18:28:08.542Z] prd-ubuntu20.04-docker-arm64-4c-16g-20830 does not seem to be running inside a container [2022-04-13T18:28:08.629Z] $ 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-13T18:28:11.294Z] $ docker top f4643650570203e41ba4bd47cf99b328938c5c9348165247d8999b8e77ee7e19 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-13T18:28:12.327Z] ---> job-cost.sh [2022-04-13T18:28:12.327Z] lf-activate-venv: SKIPPING [2022-04-13T18:28:12.327Z] INFO: No Stack... [2022-04-13T18:28:12.916Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-13T18:28:13.890Z] INFO: Archiving Costs [Pipeline] sh [2022-04-13T18:28:14.571Z] + cat /w/workspace/edgex-go/1/archives/cost.csv+ [2022-04-13T18:28:14.571Z] cut -d, -f6 [Pipeline] lock [2022-04-13T18:28:14.621Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3964-1-stack-cost] [2022-04-13T18:28:14.626Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3964-1-stack-cost] did not exist. Created. [2022-04-13T18:28:14.627Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3964-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-13T18:28:15.378Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-13T18:28:15.620Z] Stashed 1 file(s) [Pipeline] } [2022-04-13T18:28:15.637Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3964-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-13T18:28:15.718Z] $ docker stop --time=1 f4643650570203e41ba4bd47cf99b328938c5c9348165247d8999b8e77ee7e19 [2022-04-13T18:28:17.261Z] $ docker rm -f f4643650570203e41ba4bd47cf99b328938c5c9348165247d8999b8e77ee7e19 [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-13T18:28:18.316Z] provisioning config files... [2022-04-13T18:28:18.323Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7082823987279182293tmp [Pipeline] { [Pipeline] sh [2022-04-13T18:28:18.667Z] + set +x [2022-04-13T18:28:18.667Z] + curl -s https://codecov.io/bash [2022-04-13T18:28:18.667Z] + bash -s -- [2022-04-13T18:28:18.667Z] [2022-04-13T18:28:18.667Z] _____ _ [2022-04-13T18:28:18.667Z] / ____| | | [2022-04-13T18:28:18.667Z] | | ___ __| | ___ ___ _____ __ [2022-04-13T18:28:18.667Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-13T18:28:18.667Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-13T18:28:18.667Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-13T18:28:18.667Z] Bash-1.0.6 [2022-04-13T18:28:18.667Z] [2022-04-13T18:28:18.667Z] [2022-04-13T18:28:18.667Z] ==> git version 2.25.1 found [2022-04-13T18:28:18.667Z] ==> 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-13T18:28:18.667Z] Release-Date: 2020-01-08 [2022-04-13T18:28:18.667Z] 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-13T18:28:18.667Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-13T18:28:18.667Z] ==> Jenkins CI detected. [2022-04-13T18:28:18.667Z] current dir:  /w/workspace/edgex-go/1 [2022-04-13T18:28:18.667Z] project root: . [2022-04-13T18:28:18.667Z] --> token set from env [2022-04-13T18:28:18.667Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-13T18:28:18.667Z] ==> Running gcov in . (disable via -X gcov) [2022-04-13T18:28:18.667Z] ==> Python coveragepy not found [2022-04-13T18:28:18.667Z] ==> Searching for coverage reports in: [2022-04-13T18:28:18.667Z] + . [2022-04-13T18:28:18.927Z] -> Found 1 reports [2022-04-13T18:28:18.927Z] ==> Detecting git/mercurial file structure [2022-04-13T18:28:18.927Z] ==> Reading reports [2022-04-13T18:28:18.927Z] + ./coverage.out bytes=434738 [2022-04-13T18:28:18.927Z] ==> Appending adjustments [2022-04-13T18:28:18.927Z] https://docs.codecov.io/docs/fixing-reports [2022-04-13T18:28:20.308Z] + Found adjustments [2022-04-13T18:28:20.308Z] ==> Gzipping contents [2022-04-13T18:28:20.308Z] 60K /tmp/codecov.qFrN4i.gz [2022-04-13T18:28:20.308Z] ==> Uploading reports [2022-04-13T18:28:20.308Z] url: https://codecov.io [2022-04-13T18:28:20.308Z] query: branch=PR-3964&commit=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3964%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3964&job=&cmd_args= [2022-04-13T18:28:20.308Z] -> Pinging Codecov [2022-04-13T18:28:20.308Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3964&commit=8bf806ee30964ac124c1837d3dd5a1e332c1f8eb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3964%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3964&job=&cmd_args= [2022-04-13T18:28:20.308Z] -> Uploading to [2022-04-13T18:28:20.308Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-13/00271124DB129430A58F1EEE437C3FCB/8bf806ee30964ac124c1837d3dd5a1e332c1f8eb/518a1f6a-69ff-44c6-87c4-8b061cb9c425.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220413T182820Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=658c9042b3b0eb474bafd27f61359879f4128efca4020fc5a3681af1a64539c6 [2022-04-13T18:28:20.308Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-13T18:28:20.308Z] Dload Upload Total Spent Left Speed [2022-04-13T18:28:20.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59714 0 0 100 59714 0 245k --:--:-- --:--:-- --:--:-- 246k [2022-04-13T18:28:20.567Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8bf806ee30964ac124c1837d3dd5a1e332c1f8eb [Pipeline] } [2022-04-13T18:28:20.596Z] 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-13T18:28:21.882Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-13T18:28:22.219Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-13T18:28:23.119Z] ---> package-listing.sh [2022-04-13T18:28:23.119Z] ++ facter osfamily [2022-04-13T18:28:23.119Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-13T18:28:23.379Z] + OS_FAMILY=debian [2022-04-13T18:28:23.379Z] + workspace=/w/workspace/edgex-go/1 [2022-04-13T18:28:23.379Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-13T18:28:23.379Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-13T18:28:23.379Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-13T18:28:23.379Z] + PACKAGES=/tmp/packages_start.txt [2022-04-13T18:28:23.379Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-13T18:28:23.379Z] + PACKAGES=/tmp/packages_end.txt [2022-04-13T18:28:23.379Z] + case "${OS_FAMILY}" in [2022-04-13T18:28:23.379Z] + dpkg -l [2022-04-13T18:28:23.379Z] + grep '^ii' [2022-04-13T18:28:23.379Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-13T18:28:23.379Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-13T18:28:23.379Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-13T18:28:23.379Z] + '[' /w/workspace/edgex-go/1 ']' [2022-04-13T18:28:23.379Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-04-13T18:28:23.379Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-04-13T18:28:23.413Z] 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-13T18:28:23.720Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-13T18:28:24.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-13T18:28:24.331Z] [2022-04-13T18:28:24.331Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-13T18:28:24.669Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-13T18:28:24.669Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-13T18:28:24.669Z] 5eb5b503b376: Pulling fs layer [2022-04-13T18:28:24.669Z] 5c69ac0246d0: Pulling fs layer [2022-04-13T18:28:24.669Z] ec43610c2a17: Pulling fs layer [2022-04-13T18:28:24.669Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-13T18:28:24.669Z] 33b1e0a273af: Pulling fs layer [2022-04-13T18:28:24.669Z] 5d3b04190fa2: Pulling fs layer [2022-04-13T18:28:24.669Z] 2f39f015ded8: Pulling fs layer [2022-04-13T18:28:24.669Z] 5d3b04190fa2: Waiting [2022-04-13T18:28:24.669Z] 2f39f015ded8: Waiting [2022-04-13T18:28:24.669Z] 3a2ae6a8a46f: Waiting [2022-04-13T18:28:24.669Z] 33b1e0a273af: Waiting [2022-04-13T18:28:24.669Z] 5c69ac0246d0: Verifying Checksum [2022-04-13T18:28:24.669Z] 5c69ac0246d0: Download complete [2022-04-13T18:28:24.669Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-13T18:28:24.669Z] 3a2ae6a8a46f: Download complete [2022-04-13T18:28:24.669Z] 33b1e0a273af: Verifying Checksum [2022-04-13T18:28:24.669Z] 33b1e0a273af: Download complete [2022-04-13T18:28:24.929Z] 5d3b04190fa2: Verifying Checksum [2022-04-13T18:28:24.929Z] 5d3b04190fa2: Download complete [2022-04-13T18:28:24.929Z] ec43610c2a17: Verifying Checksum [2022-04-13T18:28:24.929Z] ec43610c2a17: Download complete [2022-04-13T18:28:24.929Z] 5eb5b503b376: Verifying Checksum [2022-04-13T18:28:24.929Z] 5eb5b503b376: Download complete [2022-04-13T18:28:25.498Z] 2f39f015ded8: Verifying Checksum [2022-04-13T18:28:25.498Z] 2f39f015ded8: Download complete [2022-04-13T18:28:26.435Z] 5eb5b503b376: Pull complete [2022-04-13T18:28:26.435Z] 5c69ac0246d0: Pull complete [2022-04-13T18:28:27.005Z] ec43610c2a17: Pull complete [2022-04-13T18:28:27.005Z] 3a2ae6a8a46f: Pull complete [2022-04-13T18:28:27.265Z] 33b1e0a273af: Pull complete [2022-04-13T18:28:27.266Z] 5d3b04190fa2: Pull complete [2022-04-13T18:28:32.541Z] 2f39f015ded8: Pull complete [2022-04-13T18:28:32.541Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-13T18:28:32.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-13T18:28:32.541Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-13T18:28:32.630Z] prd-ubuntu20.04-docker-8c-8g-20828 does not seem to be running inside a container [2022-04-13T18:28:32.668Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-13T18:28:34.688Z] $ docker top d056507aa4175fc427b678ad6f8211a516c550c3acf9f683e6caa000bf28dd28 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-13T18:28:35.102Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-13T18:28:35.414Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-13T18:28:35.723Z] + ls /var/log/sa-host [2022-04-13T18:28:35.723Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-13T18:28:35.896Z] provisioning config files... [2022-04-13T18:28:35.906Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1134905567044213546tmp [Pipeline] { [Pipeline] echo [2022-04-13T18:28:35.960Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-13T18:28:36.272Z] ---> create-netrc.sh [Pipeline] } [2022-04-13T18:28:36.300Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-13T18:28:36.721Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-13T18:28:36.753Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-13T18:28:37.069Z] ---> sudo-logs.sh [2022-04-13T18:28:37.069Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-13T18:28:37.266Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-13T18:28:37.580Z] ---> job-cost.sh [2022-04-13T18:28:37.580Z] lf-activate-venv: SKIPPING [2022-04-13T18:28:37.580Z] DEBUG: total: 0.2199999988079071 [2022-04-13T18:28:37.580Z] INFO: Retrieving Stack Cost... [2022-04-13T18:28:37.841Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-13T18:28:38.411Z] INFO: Archiving Costs [Pipeline] echo [2022-04-13T18:28:38.445Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-13T18:28:38.761Z] ---> logs-deploy.sh [2022-04-13T18:28:38.761Z] lf-activate-venv: SKIPPING [2022-04-13T18:28:38.761Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3964/1 [2022-04-13T18:28:38.761Z] INFO: archiving workspace using pattern(s): [2022-04-13T18:28:39.700Z] Archives upload complete. [2022-04-13T18:28:39.700Z] INFO: archiving logs to Nexus