Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of siggiskulason for edgexfoundry/edgex-go Obtained Jenkinsfile from 64aec9189af9621412b452e52a5a7556cd5c6e8f+ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 (299cc94aaf8b93e9ea3458f1deae6fb13314716b) 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-ssh8829598469792976713.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-ssh403000045917140740.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3924/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-3924/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3552485566824974370.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 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-ssh7625722927791195127.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3924/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-3924/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh18002972190063938216.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 Running on prd-ubuntu20.04-docker-8c-8g-20716 in /w/workspace/edgexfoundry_edgex-go_PR-3924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 into PR head commit 64aec9189af9621412b452e52a5a7556cd5c6e8f > 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/3924/head:refs/remotes/origin/PR-3924 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 64aec9189af9621412b452e52a5a7556cd5c6e8f # 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 ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 # timeout=10 Merge succeeded, producing a56814b22cf09edc1e9258d3b3dc550e91b0a62e Checking out Revision a56814b22cf09edc1e9258d3b3dc550e91b0a62e (PR-3924) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a56814b22cf09edc1e9258d3b3dc550e91b0a62e # timeout=10 Commit message: "Merge commit 'ad3b9b7afaca9b4f12e4a94d612d3496d02fef27' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-12T20:29:52.184Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-12T20:29:52.237Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-12T20:29:52.251Z] ========================================================= [2022-04-12T20:29:52.251Z] EdgeX Global Pipelines Version Info [2022-04-12T20:29:52.251Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a88f18d8837a61e30b213c6c65813a73ddf688ac # timeout=10 [2022-04-12T20:29:52.997Z] ------------------- [2022-04-12T20:29:52.997Z] stable info: [2022-04-12T20:29:52.997Z] ------------------- [2022-04-12T20:29:52.997Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-12T20:29:52.997Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-12T20:29:52.997Z] Message: update stable to v1.0.221 [2022-04-12T20:29:53.570Z] ------------------- [2022-04-12T20:29:53.570Z] experimental info: [2022-04-12T20:29:53.570Z] ------------------- [2022-04-12T20:29:53.570Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-12T20:29:53.570Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-12T20:29:53.570Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-12T20:29:53.715Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-12T20:29:53.729Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-12T20:29:53.741Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-12T20:29:53.755Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-12T20:29:53.772Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-12T20:29:53.789Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-12T20:29:53.803Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-12T20:29:53.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-12T20:29:53.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-12T20:29:53.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-12T20:29:53.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-12T20:29:53.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-12T20:29:53.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-12T20:29:53.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-12T20:29:53.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-12T20:29:53.921Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-12T20:29:53.932Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-12T20:29:53.941Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-12T20:29:53.951Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-12T20:29:53.962Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-12T20:29:53.976Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-12T20:29:53.992Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-12T20:29:54.008Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3924 [Pipeline] echo [2022-04-12T20:29:54.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3924 [Pipeline] echo [2022-04-12T20:29:54.029Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3924 [Pipeline] echo [2022-04-12T20:29:54.037Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a56814b22cf09edc1e9258d3b3dc550e91b0a62e [Pipeline] echo [2022-04-12T20:29:54.047Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a56814b [Pipeline] echo [2022-04-12T20:29:54.059Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T20:29:54.090Z] provisioning config files... [2022-04-12T20:29:54.103Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config5147813448208314309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T20:29:54.416Z] ---> docker-login.sh [2022-04-12T20:29:54.416Z] nexus3.edgexfoundry.org:10001 [2022-04-12T20:29:54.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T20:29:54.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T20:29:54.681Z] Configure a credential helper to remove this warning. See [2022-04-12T20:29:54.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T20:29:54.681Z] [2022-04-12T20:29:54.681Z] Login Succeeded [2022-04-12T20:29:54.681Z] nexus3.edgexfoundry.org:10002 [2022-04-12T20:29:54.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T20:29:54.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T20:29:54.942Z] Configure a credential helper to remove this warning. See [2022-04-12T20:29:54.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T20:29:54.942Z] [2022-04-12T20:29:54.942Z] Login Succeeded [2022-04-12T20:29:54.942Z] nexus3.edgexfoundry.org:10003 [2022-04-12T20:29:54.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T20:29:54.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T20:29:54.943Z] Configure a credential helper to remove this warning. See [2022-04-12T20:29:54.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T20:29:54.943Z] [2022-04-12T20:29:54.943Z] Login Succeeded [2022-04-12T20:29:54.943Z] nexus3.edgexfoundry.org:10004 [2022-04-12T20:29:55.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T20:29:55.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T20:29:55.205Z] Configure a credential helper to remove this warning. See [2022-04-12T20:29:55.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T20:29:55.205Z] [2022-04-12T20:29:55.205Z] Login Succeeded [2022-04-12T20:29:55.205Z] docker.io [2022-04-12T20:29:55.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T20:29:55.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T20:29:55.775Z] Configure a credential helper to remove this warning. See [2022-04-12T20:29:55.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T20:29:55.775Z] [2022-04-12T20:29:55.775Z] Login Succeeded [2022-04-12T20:29:55.775Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T20:29:55.785Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-12T20:29:56.095Z] + 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-12T20:29:56.095Z] + dirname cmd/core-command/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-12T20:29:56.095Z] + dirname cmd/core-data/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-12T20:29:56.095Z] + dirname cmd/core-metadata/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-12T20:29:56.095Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-12T20:29:56.095Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-12T20:29:56.095Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-12T20:29:56.095Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-12T20:29:56.095Z] cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-12T20:29:56.095Z] + + dirnamecut cmd/security-spire-agent/Dockerfile -d/ [2022-04-12T20:29:56.095Z] -f2 [2022-04-12T20:29:56.095Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-12T20:29:56.095Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-12T20:29:56.095Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-12T20:29:56.095Z] + dirname cmd/support-notifications/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-12T20:29:56.095Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-12T20:29:56.095Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-12T20:29:56.095Z] + cut -d/ -f2 [2022-04-12T20:29:56.095Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-12T20:29:56.218Z] 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-12T20:29:56.557Z] + git rev-list -1 --merges a56814b22cf09edc1e9258d3b3dc550e91b0a62e~1..a56814b22cf09edc1e9258d3b3dc550e91b0a62e [Pipeline] echo [2022-04-12T20:29:56.571Z] -----------> git rev-list -1 --merges a56814b22cf09edc1e9258d3b3dc550e91b0a62e~1..a56814b22cf09edc1e9258d3b3dc550e91b0a62e a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:29:56.571Z] a56814b22cf09edc1e9258d3b3dc550e91b0a62e [false] [Pipeline] sh [2022-04-12T20:29:56.861Z] + git log --format=format:%s -1 a56814b22cf09edc1e9258d3b3dc550e91b0a62e [Pipeline] echo [2022-04-12T20:29:56.876Z] ========================================================= [2022-04-12T20:29:56.876Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-12T20:29:56.876Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-12T20:29:57.280Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-12T20:29:57.280Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-12T20:29:57.280Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-12T20:29:57.280Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-12T20:29:57.280Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-12T20:29:57.280Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-12T20:29:57.280Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:29:57.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T20:29:57.625Z] [2022-04-12T20:29:57.625Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:29:57.926Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T20:29:57.926Z] latest: Pulling from edgex-devops/git-semver [2022-04-12T20:29:57.926Z] a0d0a0d46f8b: Pulling fs layer [2022-04-12T20:29:57.926Z] 3e5f54012d9b: Pulling fs layer [2022-04-12T20:29:57.926Z] 4c7163046ea9: Pulling fs layer [2022-04-12T20:29:57.926Z] 0c2d73faf560: Pulling fs layer [2022-04-12T20:29:57.926Z] 0c2d73faf560: Waiting [2022-04-12T20:29:57.926Z] 3e5f54012d9b: Verifying Checksum [2022-04-12T20:29:57.926Z] 3e5f54012d9b: Download complete [2022-04-12T20:29:57.926Z] a0d0a0d46f8b: Verifying Checksum [2022-04-12T20:29:57.926Z] a0d0a0d46f8b: Download complete [2022-04-12T20:29:57.926Z] 0c2d73faf560: Verifying Checksum [2022-04-12T20:29:57.926Z] 0c2d73faf560: Download complete [2022-04-12T20:29:57.926Z] 4c7163046ea9: Download complete [2022-04-12T20:29:58.185Z] a0d0a0d46f8b: Pull complete [2022-04-12T20:29:58.185Z] 3e5f54012d9b: Pull complete [2022-04-12T20:29:58.445Z] 4c7163046ea9: Pull complete [2022-04-12T20:29:58.707Z] 0c2d73faf560: Pull complete [2022-04-12T20:29:58.707Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-12T20:29:58.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T20:29:58.707Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-12T20:29:58.786Z] prd-ubuntu20.04-docker-8c-8g-20716 does not seem to be running inside a container [2022-04-12T20:29:58.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-12T20:29:59.537Z] $ docker top 9a78ed3b1486700e3aa8cd28417f66fe86a26248f721ea804f5f643b3216370b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-12T20:29:59.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T20:29:59.639Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T20:29:59.786Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T20:29:59.789Z] $ docker exec 9a78ed3b1486700e3aa8cd28417f66fe86a26248f721ea804f5f643b3216370b ssh-agent [2022-04-12T20:29:59.910Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXiDoaGA/agent.16 [2022-04-12T20:29:59.910Z] SSH_AGENT_PID=23 [2022-04-12T20:29:59.919Z] Running ssh-add (command line suppressed) [2022-04-12T20:30:00.040Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_8475036159646347396.key (/w/workspace/edgex-go/15@tmp/private_key_8475036159646347396.key) [2022-04-12T20:30:00.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T20:30:00.352Z] + git tag --points-at HEAD [Pipeline] } [2022-04-12T20:30:00.373Z] $ docker exec --env ******** --env ******** 9a78ed3b1486700e3aa8cd28417f66fe86a26248f721ea804f5f643b3216370b ssh-agent -k [2022-04-12T20:30:00.483Z] unset SSH_AUTH_SOCK; [2022-04-12T20:30:00.483Z] unset SSH_AGENT_PID; [2022-04-12T20:30:00.484Z] echo Agent pid 23 killed; [2022-04-12T20:30:00.499Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-12T20:30:00.525Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T20:30:00.525Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T20:30:00.670Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T20:30:00.671Z] $ docker exec 9a78ed3b1486700e3aa8cd28417f66fe86a26248f721ea804f5f643b3216370b ssh-agent [2022-04-12T20:30:00.815Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPDLKCD/agent.55 [2022-04-12T20:30:00.815Z] SSH_AGENT_PID=61 [2022-04-12T20:30:00.821Z] Running ssh-add (command line suppressed) [2022-04-12T20:30:00.936Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_5981825797609822325.key (/w/workspace/edgex-go/15@tmp/private_key_5981825797609822325.key) [2022-04-12T20:30:00.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T20:30:01.253Z] + git semver init [2022-04-12T20:30:01.253Z] # -> Open(): unable to determine branch for HEAD [2022-04-12T20:30:01.253Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2022-04-12T20:30:01.253Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2022-04-12T20:30:01.253Z] # $SEMVER_REMOTE_NAME = origin [2022-04-12T20:30:01.253Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-12T20:30:01.253Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-12T20:30:01.253Z] # $SEMVER_BRANCH = PR-3924 [2022-04-12T20:30:01.253Z] # $SEMVER_TEMP = /tmp/semver-404464312 [2022-04-12T20:30:01.253Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-12T20:30:16.178Z] # '/tmp/semver-404464312' -> '/w/workspace/edgex-go/15/.semver' [2022-04-12T20:30:16.178Z] # -> Force: false [2022-04-12T20:30:16.178Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2022-04-12T20:30:16.195Z] $ docker exec --env ******** --env ******** 9a78ed3b1486700e3aa8cd28417f66fe86a26248f721ea804f5f643b3216370b ssh-agent -k [2022-04-12T20:30:16.291Z] unset SSH_AUTH_SOCK; [2022-04-12T20:30:16.291Z] unset SSH_AGENT_PID; [2022-04-12T20:30:16.291Z] echo Agent pid 61 killed; [2022-04-12T20:30:16.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-12T20:30:16.615Z] + git semver [Pipeline] } [2022-04-12T20:30:16.631Z] $ docker stop --time=1 9a78ed3b1486700e3aa8cd28417f66fe86a26248f721ea804f5f643b3216370b [2022-04-12T20:30:18.397Z] $ docker rm -f 9a78ed3b1486700e3aa8cd28417f66fe86a26248f721ea804f5f643b3216370b [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T20:30:18.775Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-12T20:30:19.033Z] Stashed 1 file(s) [Pipeline] echo [2022-04-12T20:30:19.038Z] [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-12T20:30:19.175Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-12T20:30:19.183Z] ========================================================= [2022-04-12T20:30:19.183Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-12T20:30:19.183Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-12T20:30:19.478Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-12T20:30:19.478Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-12T20:30:19.478Z] 59bf1c3509f3: Pulling fs layer [2022-04-12T20:30:19.478Z] 666ba61612fd: Pulling fs layer [2022-04-12T20:30:19.478Z] 8ed8ca486205: Pulling fs layer [2022-04-12T20:30:19.478Z] 4fe6c5a15a65: Pulling fs layer [2022-04-12T20:30:19.478Z] 22a0e8bec74d: Pulling fs layer [2022-04-12T20:30:19.478Z] 640e595b4fbd: Pulling fs layer [2022-04-12T20:30:19.478Z] 763cafe07f6e: Pulling fs layer [2022-04-12T20:30:19.478Z] 0c0b528cf693: Pulling fs layer [2022-04-12T20:30:19.478Z] 10935f4eaf8b: Pulling fs layer [2022-04-12T20:30:19.478Z] 640e595b4fbd: Waiting [2022-04-12T20:30:19.478Z] 763cafe07f6e: Waiting [2022-04-12T20:30:19.478Z] 0c0b528cf693: Waiting [2022-04-12T20:30:19.478Z] 10935f4eaf8b: Waiting [2022-04-12T20:30:19.478Z] 4fe6c5a15a65: Waiting [2022-04-12T20:30:19.478Z] 22a0e8bec74d: Waiting [2022-04-12T20:30:19.478Z] 8ed8ca486205: Download complete [2022-04-12T20:30:19.478Z] 666ba61612fd: Download complete [2022-04-12T20:30:19.478Z] 22a0e8bec74d: Verifying Checksum [2022-04-12T20:30:19.478Z] 22a0e8bec74d: Download complete [2022-04-12T20:30:19.478Z] 640e595b4fbd: Download complete [2022-04-12T20:30:19.478Z] 59bf1c3509f3: Verifying Checksum [2022-04-12T20:30:19.479Z] 59bf1c3509f3: Download complete [2022-04-12T20:30:19.479Z] 763cafe07f6e: Verifying Checksum [2022-04-12T20:30:19.479Z] 763cafe07f6e: Download complete [2022-04-12T20:30:19.742Z] 0c0b528cf693: Verifying Checksum [2022-04-12T20:30:19.742Z] 0c0b528cf693: Download complete [2022-04-12T20:30:19.742Z] 59bf1c3509f3: Pull complete [2022-04-12T20:30:19.742Z] 666ba61612fd: Pull complete [2022-04-12T20:30:20.003Z] 8ed8ca486205: Pull complete [2022-04-12T20:30:20.263Z] 10935f4eaf8b: Verifying Checksum [2022-04-12T20:30:20.263Z] 10935f4eaf8b: Download complete [2022-04-12T20:30:20.264Z] 4fe6c5a15a65: Verifying Checksum [2022-04-12T20:30:20.264Z] 4fe6c5a15a65: Download complete [2022-04-12T20:30:24.464Z] 4fe6c5a15a65: Pull complete [2022-04-12T20:30:24.464Z] 22a0e8bec74d: Pull complete [2022-04-12T20:30:24.464Z] 640e595b4fbd: Pull complete [2022-04-12T20:30:24.464Z] 763cafe07f6e: Pull complete [2022-04-12T20:30:24.464Z] 0c0b528cf693: Pull complete [2022-04-12T20:30:26.408Z] 10935f4eaf8b: Pull complete [2022-04-12T20:30:26.408Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-12T20:30:26.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-12T20:30:26.408Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-12T20:30:26.706Z] + echo+ docker build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-12T20:30:26.706Z] WORKDIR /edgex [2022-04-12T20:30:26.706Z] COPY go.mod . [2022-04-12T20:30:26.706Z] RUN go mod download [2022-04-12T20:30:26.706Z] -t ci-base-image-x86_64 -f - . [2022-04-12T20:30:28.085Z] Sending build context to Docker daemon 334.8MB [2022-04-12T20:30:28.085Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-12T20:30:28.085Z] ---> 99d49a6021b9 [2022-04-12T20:30:28.085Z] Step 2/4 : WORKDIR /edgex [2022-04-12T20:30:29.996Z] ---> Running in 099fa21dab87 [2022-04-12T20:30:29.996Z] Removing intermediate container 099fa21dab87 [2022-04-12T20:30:29.996Z] ---> cfdcf622f6a8 [2022-04-12T20:30:29.996Z] Step 3/4 : COPY go.mod . [2022-04-12T20:30:29.996Z] ---> 5f79f46ca01f [2022-04-12T20:30:29.996Z] Step 4/4 : RUN go mod download [2022-04-12T20:30:30.257Z] ---> Running in 003975dd7bc6 [2022-04-12T20:30:34.134Z] Still waiting to schedule task [2022-04-12T20:30:34.134Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-12T20:30:42.496Z] Removing intermediate container 003975dd7bc6 [2022-04-12T20:30:42.496Z] ---> ef9a57068fcd [2022-04-12T20:30:42.496Z] Successfully built ef9a57068fcd [2022-04-12T20:30:42.496Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:30:42.794Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-12T20:30:42.794Z] . [Pipeline] withDockerContainer [2022-04-12T20:30:42.863Z] prd-ubuntu20.04-docker-8c-8g-20716 does not seem to be running inside a container [2022-04-12T20:30:42.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-12T20:30:43.301Z] $ docker top a63c501e6c8ae5059820e57277e40c6107b4018682d7471da3ac9db406748d2c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T20:30:43.658Z] + go version [2022-04-12T20:30:43.658Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-12T20:30:43.673Z] $ docker stop --time=1 a63c501e6c8ae5059820e57277e40c6107b4018682d7471da3ac9db406748d2c [2022-04-12T20:30:44.975Z] $ docker rm -f a63c501e6c8ae5059820e57277e40c6107b4018682d7471da3ac9db406748d2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:30:45.378Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-12T20:30:45.378Z] . [Pipeline] withDockerContainer [2022-04-12T20:30:45.443Z] prd-ubuntu20.04-docker-8c-8g-20716 does not seem to be running inside a container [2022-04-12T20:30:45.482Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-12T20:30:46.006Z] $ docker top 8691f5b8b1c6269e099999a249dbfde41ad54d8ea450220794910dbab10a77df -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-12T20:30:46.096Z] ========================================================= [2022-04-12T20:30:46.096Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-12T20:30:46.096Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-12T20:30:46.413Z] + make test [2022-04-12T20:30:46.413Z] go mod tidy -compat=1.17 [2022-04-12T20:30:46.413Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-12T20:30:51.699Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-12T20:31:01.675Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-12T20:31:01.675Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-12T20:31:01.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-12T20:31:02.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements [2022-04-12T20:31:02.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-12T20:31:02.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-12T20:31:03.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.083s coverage: 98.5% of statements [2022-04-12T20:31:03.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-12T20:31:03.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.086s coverage: 54.9% of statements [2022-04-12T20:31:03.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-12T20:31:03.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.534s coverage: 89.2% of statements [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.085s coverage: 84.4% of statements [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.421s coverage: 95.4% of statements [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.062s coverage: 72.2% of statements [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.069s coverage: 60.0% of statements [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.066s coverage: 0.9% of statements [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.053s coverage: 24.0% of statements [2022-04-12T20:31:08.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 79.5% of statements [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2022-04-12T20:31:08.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2022-04-12T20:31:16.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements [2022-04-12T20:31:16.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2022-04-12T20:31:18.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.224s coverage: 82.5% of statements [2022-04-12T20:31:18.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-12T20:31:28.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.090s coverage: 92.9% of statements [2022-04-12T20:31:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-12T20:31:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-12T20:31:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-12T20:31:28.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.023s coverage: 65.1% of statements [2022-04-12T20:31:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-12T20:31:28.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.066s coverage: 100.0% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 58.8% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 85.4% of statements [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.145s coverage: 91.2% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.148s coverage: 64.4% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.364s coverage: 65.4% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.137s coverage: 43.8% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.143s coverage: 92.3% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-12T20:31:28.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2022-04-12T20:31:28.705Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-04-12T20:31:28.705Z] 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-12T20:31:46.800Z] GO111MODULE=on go vet ./... [2022-04-12T20:31:50.088Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-12T20:31:50.088Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-12T20:31:50.347Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-12T20:31:50.932Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-12T20:31:51.229Z] + ls -al . [2022-04-12T20:31:51.229Z] total 668 [2022-04-12T20:31:51.229Z] drwxrwxr-x 10 1001 1001 4096 Apr 12 20:31 . [2022-04-12T20:31:51.229Z] drwxr-xr-x 4 root root 4096 Apr 12 20:30 .. [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 11 Apr 12 20:29 .dockerignore [2022-04-12T20:31:51.229Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 20:29 .git [2022-04-12T20:31:51.229Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 20:29 .github [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 879 Apr 12 20:29 .gitignore [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 42 Apr 12 20:29 .golangci.yml [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 87 Apr 12 20:29 .hadolint.yml [2022-04-12T20:31:51.229Z] drwx------ 3 1001 1001 4096 Apr 12 20:30 .semver [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 166 Apr 12 20:29 .sonarcloud.properties [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 1171 Apr 12 20:29 ADOPTERS.md [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 9953 Apr 12 20:29 Attribution.txt [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 51732 Apr 12 20:29 CHANGELOG.md [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 3804 Apr 12 20:29 CONTRIBUTING.md [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 677 Apr 12 20:29 GOVERNANCE.md [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 850 Apr 12 20:29 Jenkinsfile [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 10775 Apr 12 20:29 LICENSE [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 8478 Apr 12 20:29 Makefile [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 582 Apr 12 20:29 OWNERS.md [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 8207 Apr 12 20:29 README.md [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 6912 Apr 12 20:29 SECURITY.md [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 5 Apr 12 20:30 VERSION [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 4131 Apr 12 20:29 ZMQWindows.md [2022-04-12T20:31:51.229Z] drwxrwxr-x 2 1001 1001 4096 Apr 12 20:29 bin [2022-04-12T20:31:51.229Z] drwxrwxr-x 18 1001 1001 4096 Apr 12 20:29 cmd [2022-04-12T20:31:51.229Z] -rw-r--r-- 1 root root 432619 Apr 12 20:31 coverage.out [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 3175 Apr 12 20:29 go.mod [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 34990 Apr 12 20:29 go.sum [2022-04-12T20:31:51.229Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 20:29 internal [2022-04-12T20:31:51.229Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 20:29 openapi [2022-04-12T20:31:51.229Z] drwxrwxr-x 4 1001 1001 4096 Apr 12 20:29 snap [2022-04-12T20:31:51.229Z] -rw-rw-r-- 1 1001 1001 204 Apr 12 20:29 version.go [Pipeline] sh [2022-04-12T20:31:51.520Z] + '[' -e coverage.out ] [2022-04-12T20:31:51.520Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-12T20:31:51.621Z] Stashed 1 file(s) [Pipeline] sh [2022-04-12T20:31:51.901Z] + make build [2022-04-12T20:31:51.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/core-data/core-data ./cmd/core-data [2022-04-12T20:32:06.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-12T20:32:19.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-12T20:32:19.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-12T20:32:19.946Z] 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-12T20:32:20.205Z] 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-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-12T20:32:21.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-12T20:32:22.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-12T20:32:23.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-12T20:32:24.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-12T20:32:25.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-12T20:32:27.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-12T20:32:29.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-12T20:32:30.041Z] $ docker stop --time=1 8691f5b8b1c6269e099999a249dbfde41ad54d8ea450220794910dbab10a77df [2022-04-12T20:32:33.858Z] $ docker rm -f 8691f5b8b1c6269e099999a249dbfde41ad54d8ea450220794910dbab10a77df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:32:34.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-12T20:32:34.781Z] [2022-04-12T20:32:34.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:32:35.079Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-12T20:32:35.079Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-12T20:32:35.079Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-12T20:32:35.079Z] ca9280d653b3: Pulling fs layer [2022-04-12T20:32:35.079Z] 7e9c9ca2126c: Pulling fs layer [2022-04-12T20:32:35.079Z] cbdbe7a5bc2a: Download complete [2022-04-12T20:32:35.338Z] ca9280d653b3: Verifying Checksum [2022-04-12T20:32:35.338Z] ca9280d653b3: Download complete [2022-04-12T20:32:35.338Z] cbdbe7a5bc2a: Pull complete [2022-04-12T20:32:35.596Z] 7e9c9ca2126c: Verifying Checksum [2022-04-12T20:32:35.596Z] 7e9c9ca2126c: Download complete [2022-04-12T20:32:35.855Z] ca9280d653b3: Pull complete [2022-04-12T20:32:39.145Z] 7e9c9ca2126c: Pull complete [2022-04-12T20:32:39.145Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-12T20:32:39.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-12T20:32:39.145Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-12T20:32:39.209Z] prd-ubuntu20.04-docker-8c-8g-20716 does not seem to be running inside a container [2022-04-12T20:32:39.247Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-12T20:32:40.406Z] $ docker top d69123bc2103d464a8ce463328758021fd14aa4ea11e737f5e5300a5b873e90e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T20:32:40.760Z] + docker-compose build --help [2022-04-12T20:32:40.761Z] + grep parallel [2022-04-12T20:32:41.334Z] --parallel Build images in parallel. [Pipeline] } [2022-04-12T20:32:41.354Z] $ docker stop --time=1 d69123bc2103d464a8ce463328758021fd14aa4ea11e737f5e5300a5b873e90e [2022-04-12T20:32:42.697Z] $ docker rm -f d69123bc2103d464a8ce463328758021fd14aa4ea11e737f5e5300a5b873e90e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:32:43.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-12T20:32:43.148Z] . [Pipeline] withDockerContainer [2022-04-12T20:32:43.217Z] prd-ubuntu20.04-docker-8c-8g-20716 does not seem to be running inside a container [2022-04-12T20:32:43.254Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-12T20:32:43.877Z] $ docker top 5eec7f7fb1424951208a0414257cd0cdc9887e9c67890540530cdfee7078d90f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T20:32:44.223Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-12T20:32:44.796Z] Building core-command ... [2022-04-12T20:32:44.796Z] Building core-data ... [2022-04-12T20:32:44.796Z] Building core-metadata ... [2022-04-12T20:32:44.796Z] Building security-bootstrapper ... [2022-04-12T20:32:44.796Z] Building security-proxy-setup ... [2022-04-12T20:32:44.796Z] Building security-secretstore-setup ... [2022-04-12T20:32:44.796Z] Building security-spiffe-token-provider ... [2022-04-12T20:32:44.796Z] Building security-spire-agent ... [2022-04-12T20:32:44.796Z] Building security-spire-config ... [2022-04-12T20:32:44.796Z] Building security-spire-server ... [2022-04-12T20:32:44.796Z] Building support-notifications ... [2022-04-12T20:32:44.796Z] Building support-scheduler ... [2022-04-12T20:32:44.796Z] Building sys-mgmt-agent ... [2022-04-12T20:32:44.796Z] Building core-metadata [2022-04-12T20:32:44.796Z] Building core-command [2022-04-12T20:32:44.796Z] Building support-notifications [2022-04-12T20:32:44.796Z] Building core-data [2022-04-12T20:32:44.796Z] Building sys-mgmt-agent [2022-04-12T20:32:56.696Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-20720 in /w/workspace/edgexfoundry_edgex-go_PR-3924 [Pipeline] { [Pipeline] ws [2022-04-12T20:32:56.706Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2022-04-12T20:32:57.707Z] The recommended git tool is: git [2022-04-12T20:33:02.881Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:33:02.881Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:33:02.881Z] ---> ef9a57068fcd [2022-04-12T20:33:02.881Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T20:33:02.882Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:33:02.882Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:33:02.882Z] ---> ef9a57068fcd [2022-04-12T20:33:02.882Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T20:33:02.882Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:33:02.882Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:33:02.882Z] ---> ef9a57068fcd [2022-04-12T20:33:02.882Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T20:33:02.882Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:33:02.882Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:33:02.882Z] ---> ef9a57068fcd [2022-04-12T20:33:02.882Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T20:33:02.882Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:33:02.882Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:33:02.882Z] ---> ef9a57068fcd [2022-04-12T20:33:02.882Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T20:33:04.789Z] ---> Running in d8e009911477 [2022-04-12T20:33:04.789Z] ---> Running in 7254e7254148 [2022-04-12T20:33:04.789Z] ---> Running in 0ce042328f20 [2022-04-12T20:33:04.789Z] ---> Running in 5057eef4746b [2022-04-12T20:33:04.789Z] ---> Running in 89f72841788e [2022-04-12T20:33:04.789Z] Removing intermediate container d8e009911477 [2022-04-12T20:33:04.789Z] ---> 066242abd6d0 [2022-04-12T20:33:04.789Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:33:04.789Z] Removing intermediate container 7254e7254148 [2022-04-12T20:33:04.789Z] ---> 8a54936ea219 [2022-04-12T20:33:04.789Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:33:04.789Z] Removing intermediate container 0ce042328f20 [2022-04-12T20:33:04.789Z] ---> fc20246a8568 [2022-04-12T20:33:04.789Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:33:04.789Z] Removing intermediate container 89f72841788e [2022-04-12T20:33:04.789Z] ---> ec08df968b97 [2022-04-12T20:33:04.789Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:33:04.789Z] Removing intermediate container 5057eef4746b [2022-04-12T20:33:04.789Z] ---> dcdad1cf1464 [2022-04-12T20:33:04.789Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:33:04.789Z] ---> Running in 8eea1f407af5 [2022-04-12T20:33:04.789Z] ---> Running in 8915fa2cf52e [2022-04-12T20:33:04.789Z] ---> Running in 1c4734f0d6cd [2022-04-12T20:33:04.789Z] ---> Running in b16dce47fa3e [2022-04-12T20:33:04.789Z] ---> Running in b72ff87403c1 [2022-04-12T20:33:05.454Z] using credential edgex-jenkins-ssh [2022-04-12T20:33:05.474Z] Cloning the remote Git repository [2022-04-12T20:33:05.725Z] Removing intermediate container 8eea1f407af5 [2022-04-12T20:33:05.725Z] ---> d883ac93530e [2022-04-12T20:33:05.725Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-12T20:33:05.725Z] ---> Running in cf17a4fa4963 [2022-04-12T20:33:05.725Z] Removing intermediate container 1c4734f0d6cd [2022-04-12T20:33:05.725Z] ---> df7d51be2b60 [2022-04-12T20:33:05.725Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-12T20:33:05.725Z] ---> Running in 9117ad0d4f34 [2022-04-12T20:33:05.559Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-12T20:33:05.680Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2022-04-12T20:33:06.662Z] Removing intermediate container b72ff87403c1 [2022-04-12T20:33:06.662Z] ---> abf54536047a [2022-04-12T20:33:06.663Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-12T20:33:06.663Z] Removing intermediate container 8915fa2cf52e [2022-04-12T20:33:06.663Z] ---> 8412ab4a6ec9 [2022-04-12T20:33:06.663Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-12T20:33:06.663Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:33:06.663Z] ---> Running in c674484954f1 [2022-04-12T20:33:06.663Z] Removing intermediate container b16dce47fa3e [2022-04-12T20:33:06.663Z] ---> acefe119b316 [2022-04-12T20:33:06.663Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-12T20:33:06.663Z] ---> Running in 09ab2530b1a4 [2022-04-12T20:33:06.663Z] ---> Running in fbb68b98b47f [2022-04-12T20:33:06.663Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:33:06.922Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:33:05.861Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-12T20:33:05.862Z] > git --version # timeout=10 [2022-04-12T20:33:05.928Z] > git --version # 'git version 2.25.1' [2022-04-12T20:33:05.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-12T20:33:06.198Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-12T20:33:07.181Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:33:07.181Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:33:07.181Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:33:07.440Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:33:07.699Z] OK: 221 MiB in 52 packages [2022-04-12T20:33:07.699Z] OK: 221 MiB in 52 packages [2022-04-12T20:33:07.699Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:33:07.959Z] Removing intermediate container cf17a4fa4963 [2022-04-12T20:33:07.959Z] ---> 797abc67ca51 [2022-04-12T20:33:07.959Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T20:33:07.959Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:33:07.959Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:33:07.959Z] ---> 0ec4eb0fe817 [2022-04-12T20:33:07.959Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:33:07.959Z] Removing intermediate container 9117ad0d4f34 [2022-04-12T20:33:07.959Z] ---> 8d4840102820 [2022-04-12T20:33:07.959Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T20:33:08.219Z] ---> Running in e47b112cfc87 [2022-04-12T20:33:08.219Z] OK: 221 MiB in 52 packages [2022-04-12T20:33:08.219Z] ---> 7dde9c73b671 [2022-04-12T20:33:08.219Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:33:08.219Z] ---> Running in ac2cc6a53edd [2022-04-12T20:33:08.219Z] OK: 221 MiB in 52 packages [2022-04-12T20:33:08.479Z] OK: 221 MiB in 52 packages [2022-04-12T20:33:08.479Z] Removing intermediate container c674484954f1 [2022-04-12T20:33:08.479Z] ---> c251e3d5df36 [2022-04-12T20:33:08.479Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T20:33:08.746Z] ---> 4dfd7813bc91 [2022-04-12T20:33:08.746Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:33:08.746Z] ---> Running in 8c55e9fd1cf9 [2022-04-12T20:33:08.746Z] Removing intermediate container fbb68b98b47f [2022-04-12T20:33:08.746Z] ---> 4c4bfc10c66c [2022-04-12T20:33:08.746Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T20:33:08.746Z] Removing intermediate container 09ab2530b1a4 [2022-04-12T20:33:08.746Z] ---> 0268957f5ece [2022-04-12T20:33:08.746Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T20:33:09.005Z] Removing intermediate container e47b112cfc87 [2022-04-12T20:33:09.005Z] ---> 2fbb0ca48910 [2022-04-12T20:33:09.005Z] Step 8/23 : COPY . . [2022-04-12T20:33:09.005Z] ---> fccc4f14768f [2022-04-12T20:33:09.005Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:33:09.005Z] ---> d6c05ce724b1 [2022-04-12T20:33:09.005Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:33:09.005Z] ---> Running in 216c985a5817 [2022-04-12T20:33:09.005Z] ---> Running in 0fb3fa46cc56 [2022-04-12T20:33:10.910Z] Removing intermediate container ac2cc6a53edd [2022-04-12T20:33:10.910Z] ---> 245bc1e778c6 [2022-04-12T20:33:10.910Z] Step 8/23 : COPY . . [2022-04-12T20:33:10.910Z] Removing intermediate container 8c55e9fd1cf9 [2022-04-12T20:33:10.910Z] ---> d36b69be584c [2022-04-12T20:33:10.910Z] Step 8/23 : COPY . . [2022-04-12T20:33:16.190Z] Removing intermediate container 0fb3fa46cc56 [2022-04-12T20:33:16.190Z] ---> aa53a8379c0f [2022-04-12T20:33:16.190Z] Step 8/22 : COPY . . [2022-04-12T20:33:16.452Z] ---> 74fe57f2db4c [2022-04-12T20:33:16.452Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-12T20:33:16.452Z] Removing intermediate container 216c985a5817 [2022-04-12T20:33:16.452Z] ---> a6710b429ed5 [2022-04-12T20:33:16.452Z] Step 8/23 : COPY . . [2022-04-12T20:33:16.452Z] ---> Running in e29267ba6d36 [2022-04-12T20:33:16.452Z] ---> e61ebe8a35b0 [2022-04-12T20:33:16.452Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-12T20:33:16.452Z] ---> 3782a090555f [2022-04-12T20:33:16.452Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-12T20:33:20.651Z] ---> Running in 49abdd1f6b26 [2022-04-12T20:33:20.651Z] ---> Running in 4071ed986097 [2022-04-12T20:33:20.651Z] 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-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-12T20:33:20.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-12T20:33:20.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-12T20:33:22.563Z] ---> 103bb79b94b9 [2022-04-12T20:33:22.563Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-12T20:33:22.563Z] ---> Running in 56e57baa3214 [2022-04-12T20:33:22.563Z] ---> 12323ff98483 [2022-04-12T20:33:22.563Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-12T20:33:22.563Z] ---> Running in be5cd757a02e [2022-04-12T20:33:22.823Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-12T20:33:23.084Z] 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-12T20:33:26.460Z] Merging remotes/origin/main commit ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 into PR head commit 64aec9189af9621412b452e52a5a7556cd5c6e8f [2022-04-12T20:33:25.375Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-12T20:33:25.399Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-12T20:33:25.430Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-12T20:33:25.467Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-12T20:33:25.468Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-12T20:33:25.486Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3924/head:refs/remotes/origin/PR-3924 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-12T20:33:26.492Z] > git config core.sparsecheckout # timeout=10 [2022-04-12T20:33:26.516Z] > git checkout -f 64aec9189af9621412b452e52a5a7556cd5c6e8f # timeout=10 [2022-04-12T20:33:26.783Z] > git remote # timeout=10 [2022-04-12T20:33:26.800Z] > git config --get remote.origin.url # timeout=10 [2022-04-12T20:33:26.818Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-12T20:33:26.830Z] > git merge ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 # timeout=10 [2022-04-12T20:33:27.179Z] Merge succeeded, producing b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T20:33:27.180Z] Checking out Revision b555a8f84df166850d1cd4585915991e96833a6c (PR-3924) [2022-04-12T20:33:27.160Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-12T20:33:27.193Z] > git config core.sparsecheckout # timeout=10 [2022-04-12T20:33:27.215Z] > git checkout -f b555a8f84df166850d1cd4585915991e96833a6c # timeout=10 [2022-04-12T20:33:31.585Z] Commit message: "Merge commit 'ad3b9b7afaca9b4f12e4a94d612d3496d02fef27' into HEAD" [2022-04-12T20:33:31.615Z] First time build. Skipping changelog. [2022-04-12T20:33:31.602Z] > git rev-list --no-walk a88f18d8837a61e30b213c6c65813a73ddf688ac # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-12T20:33:32.593Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-12T20:33:32.593Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-12T20:33:32.593Z] Dload Upload Total Spent Left Speed [2022-04-12T20:33:32.593Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 175k 0 --:--:-- --:--:-- --:--:-- 175k [Pipeline] sh [2022-04-12T20:33:33.152Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-12T20:33:33.517Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2022-04-12T20:33:33.517Z] /etc/docker/daemon.new [2022-04-12T20:33:33.517Z] { [2022-04-12T20:33:33.517Z] "registry-mirrors": [ [2022-04-12T20:33:33.517Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-12T20:33:33.517Z] ], [2022-04-12T20:33:33.517Z] "bip": "10.250.0.254/24", [2022-04-12T20:33:33.518Z] "hosts": [ [2022-04-12T20:33:33.518Z] "tcp://0.0.0.0:5555", [2022-04-12T20:33:33.518Z] "unix:///var/run/docker.sock" [2022-04-12T20:33:33.518Z] ], [2022-04-12T20:33:33.518Z] "mtu": 1458, [2022-04-12T20:33:33.518Z] "selinux-enabled": true, [2022-04-12T20:33:33.518Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-12T20:33:33.518Z] } [Pipeline] sh [2022-04-12T20:33:33.888Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-12T20:33:34.256Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T20:33:52.703Z] provisioning config files... [2022-04-12T20:33:52.730Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config6014664256107916756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T20:33:53.103Z] ---> docker-login.sh [2022-04-12T20:33:53.103Z] nexus3.edgexfoundry.org:10001 [2022-04-12T20:33:53.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T20:33:53.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T20:33:53.974Z] Configure a credential helper to remove this warning. See [2022-04-12T20:33:53.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T20:33:53.974Z] [2022-04-12T20:33:53.974Z] Login Succeeded [2022-04-12T20:33:53.974Z] nexus3.edgexfoundry.org:10002 [2022-04-12T20:33:54.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T20:33:54.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T20:33:54.522Z] Configure a credential helper to remove this warning. See [2022-04-12T20:33:54.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T20:33:54.522Z] [2022-04-12T20:33:54.522Z] Login Succeeded [2022-04-12T20:33:54.522Z] nexus3.edgexfoundry.org:10003 [2022-04-12T20:33:54.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T20:33:54.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T20:33:54.798Z] Configure a credential helper to remove this warning. See [2022-04-12T20:33:54.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T20:33:54.798Z] [2022-04-12T20:33:54.798Z] Login Succeeded [2022-04-12T20:33:54.798Z] nexus3.edgexfoundry.org:10004 [2022-04-12T20:33:55.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T20:33:55.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T20:33:55.396Z] Configure a credential helper to remove this warning. See [2022-04-12T20:33:55.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T20:33:55.396Z] [2022-04-12T20:33:55.396Z] Login Succeeded [2022-04-12T20:33:55.396Z] docker.io [2022-04-12T20:33:55.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T20:33:56.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T20:33:56.268Z] Configure a credential helper to remove this warning. See [2022-04-12T20:33:56.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T20:33:56.268Z] [2022-04-12T20:33:56.268Z] Login Succeeded [2022-04-12T20:33:56.268Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T20:33:56.290Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-12T20:33:56.766Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-12T20:33:56.775Z] ========================================================= [2022-04-12T20:33:56.775Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-12T20:33:56.775Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-12T20:33:57.133Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-12T20:33:57.410Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-12T20:33:57.410Z] 9b3977197b4f: Pulling fs layer [2022-04-12T20:33:57.410Z] 1a89e8eeedd5: Pulling fs layer [2022-04-12T20:33:57.410Z] 94645a83ff95: Pulling fs layer [2022-04-12T20:33:57.410Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-12T20:33:57.410Z] 0c92f367c5e7: Pulling fs layer [2022-04-12T20:33:57.410Z] f7c0051592d6: Pulling fs layer [2022-04-12T20:33:57.410Z] a227ed2f7395: Pulling fs layer [2022-04-12T20:33:57.410Z] 7b1c46037f91: Pulling fs layer [2022-04-12T20:33:57.410Z] f7c0051592d6: Waiting [2022-04-12T20:33:57.410Z] a227ed2f7395: Waiting [2022-04-12T20:33:57.410Z] 7b1c46037f91: Waiting [2022-04-12T20:33:57.410Z] 3f3a8bcf1eab: Waiting [2022-04-12T20:33:57.410Z] 0c92f367c5e7: Waiting [2022-04-12T20:33:57.410Z] 94645a83ff95: Verifying Checksum [2022-04-12T20:33:57.410Z] 94645a83ff95: Download complete [2022-04-12T20:33:57.410Z] 1a89e8eeedd5: Download complete [2022-04-12T20:33:57.410Z] 0c92f367c5e7: Verifying Checksum [2022-04-12T20:33:57.410Z] 0c92f367c5e7: Download complete [2022-04-12T20:33:57.410Z] 9b3977197b4f: Download complete [2022-04-12T20:33:57.410Z] f7c0051592d6: Verifying Checksum [2022-04-12T20:33:57.410Z] f7c0051592d6: Download complete [2022-04-12T20:33:57.697Z] a227ed2f7395: Verifying Checksum [2022-04-12T20:33:57.697Z] a227ed2f7395: Download complete [2022-04-12T20:33:58.302Z] 9b3977197b4f: Pull complete [2022-04-12T20:33:58.906Z] 1a89e8eeedd5: Pull complete [2022-04-12T20:33:59.191Z] 94645a83ff95: Pull complete [2022-04-12T20:33:59.795Z] 7b1c46037f91: Verifying Checksum [2022-04-12T20:33:59.795Z] 7b1c46037f91: Download complete [2022-04-12T20:34:00.402Z] 3f3a8bcf1eab: Download complete [2022-04-12T20:34:01.799Z] Removing intermediate container 56e57baa3214 [2022-04-12T20:34:01.799Z] ---> 9b0fdf0befeb [2022-04-12T20:34:01.799Z] [2022-04-12T20:34:01.799Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T20:34:01.799Z] Removing intermediate container 49abdd1f6b26 [2022-04-12T20:34:01.799Z] ---> 21d92c77e506 [2022-04-12T20:34:01.799Z] [2022-04-12T20:34:01.799Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T20:34:01.799Z] Removing intermediate container 4071ed986097 [2022-04-12T20:34:01.799Z] ---> 4b0eaa4d8c73 [2022-04-12T20:34:01.799Z] [2022-04-12T20:34:01.799Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T20:34:01.799Z] Removing intermediate container e29267ba6d36 [2022-04-12T20:34:01.799Z] ---> e5bb2109eef6 [2022-04-12T20:34:01.799Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-12T20:34:01.799Z] ---> Running in 9753c638d50e [2022-04-12T20:34:01.799Z] 3.14: Pulling from library/alpine [2022-04-12T20:34:01.799Z] 3.14: Pulling from library/alpine [2022-04-12T20:34:01.799Z] 3.14: Pulling from library/alpine [2022-04-12T20:34:01.799Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T20:34:01.799Z] Status: Downloaded newer image for alpine:3.14 [2022-04-12T20:34:01.799Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T20:34:01.799Z] ---> e04c818066af [2022-04-12T20:34:01.799Z] Status: Image is up to date for alpine:3.14 [2022-04-12T20:34:01.799Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-12T20:34:01.799Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T20:34:01.799Z] Status: Image is up to date for alpine:3.14 [2022-04-12T20:34:01.799Z] ---> e04c818066af [2022-04-12T20:34:01.799Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-12T20:34:01.799Z] ---> e04c818066af [2022-04-12T20:34:01.799Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-12T20:34:01.799Z] ---> Running in 598f96481b0d [2022-04-12T20:34:01.799Z] ---> Running in 9d84aa2f65b4 [2022-04-12T20:34:01.799Z] ---> Running in d7bd5d9d6807 [2022-04-12T20:34:01.799Z] Removing intermediate container be5cd757a02e [2022-04-12T20:34:01.799Z] ---> 3ac9b98fd587 [2022-04-12T20:34:01.799Z] [2022-04-12T20:34:01.799Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T20:34:01.799Z] ---> e04c818066af [2022-04-12T20:34:01.799Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-12T20:34:01.799Z] ---> Running in 19e4884ddd88 [2022-04-12T20:34:01.799Z] 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-12T20:34:01.799Z] Removing intermediate container 19e4884ddd88 [2022-04-12T20:34:01.799Z] ---> 83674099fc8a [2022-04-12T20:34:01.799Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-12T20:34:01.799Z] ---> Running in 3fcc5e2aac0f [2022-04-12T20:34:01.799Z] Removing intermediate container 3fcc5e2aac0f [2022-04-12T20:34:01.799Z] ---> 7760d088bc3e [2022-04-12T20:34:01.799Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-12T20:34:01.799Z] ---> Running in 5ae0a0866aff [2022-04-12T20:34:01.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:01.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:01.799Z] Removing intermediate container 5ae0a0866aff [2022-04-12T20:34:01.799Z] ---> d53a60508b4e [2022-04-12T20:34:01.799Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:34:01.799Z] ---> Running in e891a8654b22 [2022-04-12T20:34:01.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:01.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:01.799Z] Removing intermediate container 9753c638d50e [2022-04-12T20:34:01.799Z] ---> dc3521899c80 [2022-04-12T20:34:01.799Z] [2022-04-12T20:34:01.799Z] Step 11/23 : FROM docker:20.10.14 [2022-04-12T20:34:01.799Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-12T20:34:01.799Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T20:34:01.799Z] OK: 6 MiB in 15 packages [2022-04-12T20:34:01.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:01.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:01.799Z] 20.10.14: Pulling from library/docker [2022-04-12T20:34:01.799Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-12T20:34:01.799Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T20:34:01.799Z] OK: 6 MiB in 15 packages [2022-04-12T20:34:01.799Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-12T20:34:01.799Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-12T20:34:01.799Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T20:34:01.799Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T20:34:01.799Z] OK: 6 MiB in 16 packages [2022-04-12T20:34:01.799Z] Removing intermediate container 598f96481b0d [2022-04-12T20:34:01.799Z] ---> 5bcfef3ab152 [2022-04-12T20:34:01.799Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T20:34:01.799Z] ---> Running in ab01b2a7a8d6 [2022-04-12T20:34:01.799Z] Removing intermediate container d7bd5d9d6807 [2022-04-12T20:34:01.799Z] ---> f8b58b52bb85 [2022-04-12T20:34:01.799Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T20:34:01.799Z] Removing intermediate container ab01b2a7a8d6 [2022-04-12T20:34:01.799Z] ---> 0efd3c7828b3 [2022-04-12T20:34:01.799Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-12T20:34:01.799Z] ---> Running in 4ba280be06cf [2022-04-12T20:34:01.799Z] Removing intermediate container e891a8654b22 [2022-04-12T20:34:01.799Z] ---> 74ec9c6cf3cc [2022-04-12T20:34:01.799Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-12T20:34:01.799Z] ---> Running in 7a9d38e367e2 [2022-04-12T20:34:01.799Z] Removing intermediate container 9d84aa2f65b4 [2022-04-12T20:34:01.799Z] ---> da132e1f33d1 [2022-04-12T20:34:01.799Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T20:34:01.799Z] ---> Running in 26b220029f3c [2022-04-12T20:34:01.799Z] ---> Running in a63b90cf1091 [2022-04-12T20:34:01.799Z] Removing intermediate container 4ba280be06cf [2022-04-12T20:34:01.799Z] ---> fd3f8e1f55b2 [2022-04-12T20:34:01.799Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-12T20:34:01.799Z] Removing intermediate container 7a9d38e367e2 [2022-04-12T20:34:01.799Z] ---> 9cbd66fda62f [2022-04-12T20:34:01.799Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-12T20:34:01.799Z] Removing intermediate container a63b90cf1091 [2022-04-12T20:34:01.799Z] ---> 7483e241d56a [2022-04-12T20:34:01.799Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-12T20:34:01.799Z] ---> Running in 83c171bb01b3 [2022-04-12T20:34:01.799Z] ---> Running in 1d512b1bcdcc [2022-04-12T20:34:01.799Z] ---> Running in 41d7f1529bd9 [2022-04-12T20:34:01.799Z] Removing intermediate container 83c171bb01b3 [2022-04-12T20:34:01.799Z] ---> 15b590667d8a [2022-04-12T20:34:01.799Z] Step 15/23 : WORKDIR / [2022-04-12T20:34:01.799Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:01.799Z] Removing intermediate container 1d512b1bcdcc [2022-04-12T20:34:01.799Z] ---> 297e8e664b5f [2022-04-12T20:34:01.799Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-12T20:34:01.799Z] Removing intermediate container 41d7f1529bd9 [2022-04-12T20:34:01.799Z] ---> be6a626f70ec [2022-04-12T20:34:01.799Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-12T20:34:01.799Z] ---> Running in 8134bfb62689 [2022-04-12T20:34:01.799Z] ---> Running in 17270054b7fe [2022-04-12T20:34:01.799Z] ---> Running in 8ca005f835e3 [2022-04-12T20:34:02.057Z] Removing intermediate container 8134bfb62689 [2022-04-12T20:34:02.057Z] ---> f3dcbb0666a0 [2022-04-12T20:34:02.057Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T20:34:02.057Z] Removing intermediate container 17270054b7fe [2022-04-12T20:34:02.057Z] ---> 551cf0a0992a [2022-04-12T20:34:02.057Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T20:34:02.057Z] Removing intermediate container 8ca005f835e3 [2022-04-12T20:34:02.057Z] ---> b30ea57445ef [2022-04-12T20:34:02.057Z] Step 15/23 : WORKDIR / [2022-04-12T20:34:02.057Z] ---> Running in 74b09e29ee42 [2022-04-12T20:34:02.316Z] ---> fbb1f020dc33 [2022-04-12T20:34:02.316Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-12T20:34:02.316Z] Removing intermediate container 74b09e29ee42 [2022-04-12T20:34:02.316Z] ---> 3dd849a0bd21 [2022-04-12T20:34:02.316Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T20:34:02.316Z] ---> a71b1f8506e9 [2022-04-12T20:34:02.316Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-12T20:34:02.574Z] ---> 08c0f6f65007 [2022-04-12T20:34:02.574Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-12T20:34:02.574Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:02.832Z] ---> 7edf442736af [2022-04-12T20:34:02.832Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-12T20:34:02.832Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-12T20:34:03.091Z] ---> 17e18365a9a3 [2022-04-12T20:34:03.091Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-12T20:34:03.091Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-12T20:34:03.091Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-12T20:34:03.091Z] ---> f3f21453ac39 [2022-04-12T20:34:03.091Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-12T20:34:03.091Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-12T20:34:03.350Z] ---> 10a2071ff355 [2022-04-12T20:34:03.350Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-12T20:34:03.350Z] ---> Running in 2f4cf5bccab1 [2022-04-12T20:34:03.350Z] ---> 466ad213001c [2022-04-12T20:34:03.350Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-12T20:34:03.350Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-12T20:34:03.351Z] ---> Running in 1877883d6ea8 [2022-04-12T20:34:03.351Z] Removing intermediate container 2f4cf5bccab1 [2022-04-12T20:34:03.351Z] ---> acb313ecb923 [2022-04-12T20:34:03.351Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T20:34:03.351Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-12T20:34:03.351Z] ---> Running in 2544f386fa1e [2022-04-12T20:34:03.612Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T20:34:03.612Z] OK: 8 MiB in 20 packages [2022-04-12T20:34:03.612Z] ---> 2e915949924c [2022-04-12T20:34:03.612Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-12T20:34:03.612Z] Removing intermediate container 1877883d6ea8 [2022-04-12T20:34:03.612Z] ---> 06e312600ce3 [2022-04-12T20:34:03.612Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T20:34:03.612Z] ---> Running in 72bd7c8f7f44 [2022-04-12T20:34:03.612Z] ---> Running in dcc06ff17fee [2022-04-12T20:34:03.612Z] Removing intermediate container 2544f386fa1e [2022-04-12T20:34:03.612Z] ---> b3a44f5d8878 [2022-04-12T20:34:03.612Z] Step 21/23 : LABEL arch=x86_64 [2022-04-12T20:34:03.612Z] ---> Running in fcfef09e8758 [2022-04-12T20:34:03.871Z] Removing intermediate container 72bd7c8f7f44 [2022-04-12T20:34:03.871Z] ---> 25c357cfb8bb [2022-04-12T20:34:03.871Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T20:34:03.871Z] Removing intermediate container dcc06ff17fee [2022-04-12T20:34:03.871Z] ---> 9756f352dfa4 [2022-04-12T20:34:03.871Z] Step 20/22 : LABEL arch=x86_64 [2022-04-12T20:34:03.871Z] ---> Running in 8ee33977304e [2022-04-12T20:34:03.871Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-12T20:34:03.871Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-12T20:34:03.871Z] ---> Running in 9059f690d13d [2022-04-12T20:34:03.871Z] ---> 7417809fdb73 [2022-04-12T20:34:03.871Z] 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-12T20:34:03.871Z] Removing intermediate container fcfef09e8758 [2022-04-12T20:34:03.871Z] ---> 158e1b44d55c [2022-04-12T20:34:03.871Z] Step 22/23 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:34:04.134Z] ---> Running in 098f00fe92c6 [2022-04-12T20:34:04.134Z] ---> Running in 087931c0a716 [2022-04-12T20:34:04.134Z] Removing intermediate container 8ee33977304e [2022-04-12T20:34:04.134Z] ---> 3c60e9321e69 [2022-04-12T20:34:04.134Z] Step 21/23 : LABEL arch=x86_64 [2022-04-12T20:34:04.134Z] Removing intermediate container 9059f690d13d [2022-04-12T20:34:04.134Z] ---> e3bd71a1f05d [2022-04-12T20:34:04.134Z] Step 21/22 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:34:04.134Z] Removing intermediate container 26b220029f3c [2022-04-12T20:34:04.134Z] ---> 912e41cef1ef [2022-04-12T20:34:04.134Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T20:34:04.134Z] ---> Running in a670799f57ca [2022-04-12T20:34:04.134Z] ---> Running in 41889bc08b71 [2022-04-12T20:34:04.134Z] Removing intermediate container 098f00fe92c6 [2022-04-12T20:34:04.134Z] ---> b9f3acb3d6eb [2022-04-12T20:34:04.134Z] 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-12T20:34:04.134Z] Removing intermediate container 087931c0a716 [2022-04-12T20:34:04.134Z] ---> ed75401c43ad [2022-04-12T20:34:04.134Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T20:34:04.393Z] ---> Running in 5e8f12bc9b37 [2022-04-12T20:34:04.393Z] Removing intermediate container a670799f57ca [2022-04-12T20:34:04.393Z] ---> 8785b5707ecc [2022-04-12T20:34:04.393Z] Step 22/23 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:34:04.393Z] ---> Running in 59ae08ebf8b5 [2022-04-12T20:34:04.393Z] Removing intermediate container 41889bc08b71 [2022-04-12T20:34:04.393Z] ---> 137890b6147a [2022-04-12T20:34:04.393Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T20:34:04.393Z] ---> Running in 0929d02dd275 [2022-04-12T20:34:04.393Z] ---> 1427f09690a9 [2022-04-12T20:34:04.393Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-12T20:34:04.393Z] ---> Running in bf8891953b38 [2022-04-12T20:34:04.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:05.010Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:05.010Z] (1/43) Installing readline (8.1.1-r0) [2022-04-12T20:34:05.010Z] (2/43) Installing bash (5.1.16-r0) [2022-04-12T20:34:05.010Z] Removing intermediate container 59ae08ebf8b5 [2022-04-12T20:34:05.010Z] ---> f58c6fb197fa [2022-04-12T20:34:05.010Z] [2022-04-12T20:34:05.010Z] Removing intermediate container 0929d02dd275 [2022-04-12T20:34:05.010Z] ---> c54673d08f19 [2022-04-12T20:34:05.010Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T20:34:05.010Z] Executing bash-5.1.16-r0.post-install [2022-04-12T20:34:05.010Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-12T20:34:05.010Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-12T20:34:05.010Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-12T20:34:05.010Z] (6/43) Installing curl (7.80.0-r0) [2022-04-12T20:34:05.010Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-12T20:34:05.010Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-12T20:34:05.010Z] (9/43) Installing expat (2.4.7-r0) [2022-04-12T20:34:05.010Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-12T20:34:05.010Z] (11/43) Installing gdbm (1.22-r0) [2022-04-12T20:34:05.010Z] Successfully built f58c6fb197fa [2022-04-12T20:34:05.010Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-12T20:34:05.010Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-12T20:34:05.010Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-12T20:34:05.010Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-12T20:34:05.010Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-12T20:34:05.272Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-12T20:34:05.540Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-12T20:34:05.541Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-12T20:34:05.541Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-12T20:34:05.541Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-12T20:34:05.541Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-12T20:34:05.541Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-12T20:34:05.801Z] Successfully tagged core-command:latest [2022-04-12T20:34:05.801Z]  Building core-command ... done Building security-spire-agent [2022-04-12T20:34:05.801Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-12T20:34:05.801Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-12T20:34:05.801Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-12T20:34:05.801Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-12T20:34:05.801Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-12T20:34:05.801Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-12T20:34:05.801Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-12T20:34:05.801Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-12T20:34:05.801Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-12T20:34:05.801Z] Removing intermediate container bf8891953b38 [2022-04-12T20:34:05.801Z] ---> 2a427c5f7bd7 [2022-04-12T20:34:05.801Z] [2022-04-12T20:34:05.801Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-12T20:34:05.801Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-12T20:34:05.801Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-12T20:34:05.801Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-12T20:34:05.801Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-12T20:34:05.801Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-12T20:34:05.801Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-12T20:34:05.801Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-12T20:34:05.801Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-12T20:34:05.801Z] Successfully built 2a427c5f7bd7 [2022-04-12T20:34:05.801Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-12T20:34:05.801Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-12T20:34:05.801Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T20:34:06.061Z] OK: 83 MiB in 65 packages [2022-04-12T20:34:06.636Z] Collecting docker-compose==1.23.2 [2022-04-12T20:34:06.636Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-12T20:34:06.896Z] Collecting docker<4.0,>=3.6.0 [2022-04-12T20:34:06.896Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-12T20:34:06.896Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-12T20:34:06.896Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-12T20:34:07.155Z] Successfully tagged support-notifications:latest [2022-04-12T20:34:07.155Z]  Building support-notifications ... done Building security-spire-config [2022-04-12T20:34:07.418Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-12T20:34:07.418Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-12T20:34:07.768Z] Collecting PyYAML<4,>=3.10 [2022-04-12T20:34:07.768Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-12T20:34:08.708Z] Collecting jsonschema<3,>=2.5.1 [2022-04-12T20:34:08.708Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-12T20:34:08.708Z] Collecting cached-property<2,>=1.2.0 [2022-04-12T20:34:08.708Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-12T20:34:08.708Z] 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-12T20:34:08.708Z] Collecting docopt<0.7,>=0.6.1 [2022-04-12T20:34:08.708Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-12T20:34:09.648Z] ---> Running in e950731656d7 [2022-04-12T20:34:10.218Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-12T20:34:10.218Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-12T20:34:10.218Z] Collecting texttable<0.10,>=0.9.0 [2022-04-12T20:34:10.218Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-12T20:34:10.480Z] Collecting docker-pycreds>=0.4.0 [2022-04-12T20:34:10.480Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-12T20:34:10.740Z] 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-12T20:34:10.740Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-12T20:34:10.740Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-12T20:34:10.740Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:34:10.740Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:34:10.740Z] ---> ef9a57068fcd [2022-04-12T20:34:10.740Z] Step 3/26 : WORKDIR /edgex-go [2022-04-12T20:34:10.740Z] ---> Using cache [2022-04-12T20:34:10.740Z] ---> dcdad1cf1464 [2022-04-12T20:34:10.740Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:34:10.740Z] ---> Using cache [2022-04-12T20:34:10.740Z] ---> acefe119b316 [2022-04-12T20:34:10.740Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T20:34:10.740Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-12T20:34:10.740Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-12T20:34:10.740Z] Collecting idna<2.8,>=2.5 [2022-04-12T20:34:10.740Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-12T20:34:11.001Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-12T20:34:11.001Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-12T20:34:11.001Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-12T20:34:11.001Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-12T20:34:11.001Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-12T20:34:11.001Z] Attempting uninstall: urllib3 [2022-04-12T20:34:11.001Z] Found existing installation: urllib3 1.26.7 [2022-04-12T20:34:11.001Z] Uninstalling urllib3-1.26.7: [2022-04-12T20:34:11.001Z] Successfully uninstalled urllib3-1.26.7 [2022-04-12T20:34:11.950Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:34:11.950Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:34:11.950Z] ---> ef9a57068fcd [2022-04-12T20:34:11.950Z] Step 3/26 : WORKDIR /edgex-go [2022-04-12T20:34:11.950Z] ---> Using cache [2022-04-12T20:34:11.950Z] ---> dcdad1cf1464 [2022-04-12T20:34:11.950Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:34:11.950Z] ---> Using cache [2022-04-12T20:34:11.950Z] ---> acefe119b316 [2022-04-12T20:34:11.950Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T20:34:12.212Z] Attempting uninstall: idna [2022-04-12T20:34:12.212Z] Found existing installation: idna 3.3 [2022-04-12T20:34:12.212Z] Uninstalling idna-3.3: [2022-04-12T20:34:12.212Z] Successfully uninstalled idna-3.3 [2022-04-12T20:34:14.129Z] ---> 2abd6da489fd [2022-04-12T20:34:14.129Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-12T20:34:14.129Z] Removing intermediate container e950731656d7 [2022-04-12T20:34:14.129Z] ---> 3e51ee3ed247 [2022-04-12T20:34:14.129Z] [2022-04-12T20:34:14.129Z] ---> Running in 64a75cabe262 [2022-04-12T20:34:14.129Z] ---> Running in 4a5c6dbde899 [2022-04-12T20:34:14.129Z] Attempting uninstall: requests [2022-04-12T20:34:14.129Z] Found existing installation: requests 2.26.0 [2022-04-12T20:34:14.129Z] Uninstalling requests-2.26.0: [2022-04-12T20:34:14.129Z] Successfully uninstalled requests-2.26.0 [2022-04-12T20:34:14.129Z] Successfully built 3e51ee3ed247 [2022-04-12T20:34:14.129Z] Successfully tagged core-metadata:latest [2022-04-12T20:34:14.129Z]  Building core-metadata ... done Building security-spiffe-token-provider [2022-04-12T20:34:14.129Z] ---> 2448f08f2459 [2022-04-12T20:34:14.129Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-12T20:34:14.129Z] Running setup.py install for texttable: started [2022-04-12T20:34:14.129Z] ---> Running in 439f175db20e [2022-04-12T20:34:14.696Z] Running setup.py install for texttable: finished with status 'done' [2022-04-12T20:34:14.696Z] Running setup.py install for PyYAML: started [2022-04-12T20:34:14.696Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:14.696Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:15.273Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-12T20:34:15.273Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:15.529Z] 3f3a8bcf1eab: Pull complete [2022-04-12T20:34:15.529Z] 0c92f367c5e7: Pull complete [2022-04-12T20:34:15.529Z] f7c0051592d6: Pull complete [2022-04-12T20:34:15.529Z] a227ed2f7395: Pull complete [2022-04-12T20:34:15.533Z] Running setup.py install for docopt: started [2022-04-12T20:34:15.533Z] Removing intermediate container 439f175db20e [2022-04-12T20:34:15.533Z] ---> a0559db1a615 [2022-04-12T20:34:15.533Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T20:34:15.533Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:15.792Z] OK: 221 MiB in 52 packages [2022-04-12T20:34:16.052Z] OK: 221 MiB in 52 packages [2022-04-12T20:34:16.311Z] Running setup.py install for docopt: finished with status 'done' [2022-04-12T20:34:16.311Z] Running setup.py install for dockerpty: started [2022-04-12T20:34:16.879Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-12T20:34:17.819Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:34:17.819Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:34:17.819Z] ---> ef9a57068fcd [2022-04-12T20:34:17.819Z] Step 3/20 : WORKDIR /edgex-go [2022-04-12T20:34:17.819Z] ---> Using cache [2022-04-12T20:34:17.819Z] ---> dcdad1cf1464 [2022-04-12T20:34:17.819Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-12T20:34:17.819Z] ---> Running in c81c90cda2a7 [2022-04-12T20:34:17.819Z] 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-12T20:34:18.079Z] ---> Running in 9d445c97fd58 [2022-04-12T20:34:18.079Z] Removing intermediate container c81c90cda2a7 [2022-04-12T20:34:18.079Z] ---> 48abac5abf45 [2022-04-12T20:34:18.079Z] Step 21/23 : LABEL arch=x86_64 [2022-04-12T20:34:18.079Z] Removing intermediate container 4a5c6dbde899 [2022-04-12T20:34:18.079Z] ---> 5c393b2a1619 [2022-04-12T20:34:18.079Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-12T20:34:18.396Z] Removing intermediate container 64a75cabe262 [2022-04-12T20:34:18.396Z] ---> 15d1214d4ad9 [2022-04-12T20:34:18.396Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-12T20:34:18.396Z] ---> Running in b7019bc4e256 [2022-04-12T20:34:18.396Z] ---> c750a8b1ecbf [2022-04-12T20:34:18.396Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:34:18.654Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:18.654Z] ---> Running in dc5792dd2110 [2022-04-12T20:34:18.654Z] Removing intermediate container b7019bc4e256 [2022-04-12T20:34:18.654Z] ---> 4cd2aa29f9e2 [2022-04-12T20:34:18.654Z] Step 22/23 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:34:18.654Z] ---> e38aeb3433e8 [2022-04-12T20:34:18.654Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:34:18.924Z] ---> Running in f9c4d588dabd [2022-04-12T20:34:18.924Z] ---> Running in 853ae86e5d52 [2022-04-12T20:34:18.924Z] Removing intermediate container f9c4d588dabd [2022-04-12T20:34:18.924Z] ---> 8da6ce7ae911 [2022-04-12T20:34:18.924Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T20:34:19.224Z] ---> Running in ec0ccb271c19 [2022-04-12T20:34:19.547Z] Removing intermediate container ec0ccb271c19 [2022-04-12T20:34:19.547Z] ---> 7b77d1c6dfcf [2022-04-12T20:34:19.547Z] [2022-04-12T20:34:19.547Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:19.547Z] Successfully built 7b77d1c6dfcf [2022-04-12T20:34:19.547Z] Successfully tagged core-data:latest [2022-04-12T20:34:19.547Z]  Building core-data ... done Building security-proxy-setup [2022-04-12T20:34:19.815Z] v3.15.4-19-gb8465a8cc6 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T20:34:19.815Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T20:34:19.815Z] OK: 15865 distinct packages available [2022-04-12T20:34:19.815Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:20.752Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:21.010Z] OK: 221 MiB in 52 packages [2022-04-12T20:34:22.277Z] 7b1c46037f91: Pull complete [2022-04-12T20:34:22.277Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-12T20:34:22.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-12T20:34:22.277Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-12T20:34:22.388Z] Removing intermediate container dc5792dd2110 [2022-04-12T20:34:22.388Z] ---> 50d251b8055a [2022-04-12T20:34:22.388Z] Step 8/26 : COPY . . [2022-04-12T20:34:22.637Z] + docker build -t ci-base-image-arm64 -f - . [2022-04-12T20:34:22.637Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-12T20:34:22.637Z] WORKDIR /edgex [2022-04-12T20:34:22.637Z] COPY go.mod . [2022-04-12T20:34:22.637Z] RUN go mod download [2022-04-12T20:34:24.392Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:34:24.392Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:34:24.392Z] ---> ef9a57068fcd [2022-04-12T20:34:24.392Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T20:34:24.392Z] ---> Using cache [2022-04-12T20:34:24.392Z] ---> dcdad1cf1464 [2022-04-12T20:34:24.392Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:34:24.392Z] ---> Using cache [2022-04-12T20:34:24.392Z] ---> acefe119b316 [2022-04-12T20:34:24.392Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-12T20:34:25.288Z] Sending build context to Docker daemon 169.2MB [2022-04-12T20:34:25.288Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-12T20:34:25.288Z] ---> f79e39bc4007 [2022-04-12T20:34:25.288Z] Step 2/4 : WORKDIR /edgex [2022-04-12T20:34:26.970Z] Removing intermediate container 853ae86e5d52 [2022-04-12T20:34:26.970Z] ---> 9ba3651364d9 [2022-04-12T20:34:26.970Z] Step 8/26 : COPY . . [2022-04-12T20:34:26.970Z] ---> Running in 64f3b480d40d [2022-04-12T20:34:27.229Z] Removing intermediate container 5e8f12bc9b37 [2022-04-12T20:34:27.229Z] ---> 0c47bcfb34e7 [2022-04-12T20:34:27.229Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-12T20:34:27.283Z] ---> Running in 128dcf88c722 [2022-04-12T20:34:27.558Z] Removing intermediate container 128dcf88c722 [2022-04-12T20:34:27.558Z] ---> 2a0c73332f8b [2022-04-12T20:34:27.558Z] Step 3/4 : COPY go.mod . [2022-04-12T20:34:27.799Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:28.162Z] ---> a6cc88172597 [2022-04-12T20:34:28.162Z] Step 4/4 : RUN go mod download [2022-04-12T20:34:28.367Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:34:28.436Z] ---> Running in 59d61f34a0c3 [2022-04-12T20:34:28.939Z] OK: 221 MiB in 52 packages [2022-04-12T20:34:29.875Z] Removing intermediate container 9d445c97fd58 [2022-04-12T20:34:29.875Z] ---> 990ddc135914 [2022-04-12T20:34:29.875Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-12T20:34:30.441Z] ---> Running in 727c872b9401 [2022-04-12T20:34:30.442Z] ---> 70b20ff7e7b2 [2022-04-12T20:34:30.442Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:34:30.701Z] ---> 437c5c8fc963 [2022-04-12T20:34:30.701Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T20:34:30.701Z] ---> Running in 9d13684ef8c9 [2022-04-12T20:34:30.701Z] Removing intermediate container 64f3b480d40d [2022-04-12T20:34:30.701Z] ---> 8b94e12758a2 [2022-04-12T20:34:30.701Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T20:34:30.701Z] Removing intermediate container 727c872b9401 [2022-04-12T20:34:30.701Z] ---> a4c50e33e246 [2022-04-12T20:34:30.701Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-12T20:34:30.701Z] ---> Running in 4de2d8411560 [2022-04-12T20:34:30.961Z] ---> Running in 089e82891293 [2022-04-12T20:34:30.961Z] ---> ed4be36c308c [2022-04-12T20:34:30.961Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:34:30.961Z] Removing intermediate container 4de2d8411560 [2022-04-12T20:34:30.961Z] ---> 76906d48b9a4 [2022-04-12T20:34:30.961Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-12T20:34:31.222Z] ---> Running in f658df341194 [2022-04-12T20:34:31.222Z] Removing intermediate container 089e82891293 [2022-04-12T20:34:31.222Z] ---> 5b87427c4905 [2022-04-12T20:34:31.222Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-12T20:34:31.222Z] ---> Running in 65527336ad16 [2022-04-12T20:34:32.160Z] ---> da5475665ba7 [2022-04-12T20:34:32.160Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-12T20:34:32.160Z] Removing intermediate container 9d13684ef8c9 [2022-04-12T20:34:32.160Z] ---> d4ccfb36e9f6 [2022-04-12T20:34:32.160Z] Step 7/20 : COPY . . [2022-04-12T20:34:32.420Z] ---> 86ed35c0beb1 [2022-04-12T20:34:32.420Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-12T20:34:34.958Z] ---> 3745ec2e412e [2022-04-12T20:34:34.958Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-12T20:34:35.217Z] Removing intermediate container f658df341194 [2022-04-12T20:34:35.217Z] ---> 6360a00522bf [2022-04-12T20:34:35.217Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-12T20:34:35.217Z] ---> Running in 31585a945db9 [2022-04-12T20:34:35.217Z] ---> 8cf9ce626568 [2022-04-12T20:34:35.217Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T20:34:35.217Z] Removing intermediate container 65527336ad16 [2022-04-12T20:34:35.217Z] ---> 7cf4a21fcc5c [2022-04-12T20:34:35.217Z] Step 8/22 : COPY . . [2022-04-12T20:34:35.217Z] ---> Running in 8a4bcf5196ab [2022-04-12T20:34:35.476Z] ---> Running in c604199d69c1 [2022-04-12T20:34:35.476Z] Removing intermediate container 31585a945db9 [2022-04-12T20:34:35.476Z] ---> bbfdc18d4cb0 [2022-04-12T20:34:35.476Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T20:34:38.018Z] Removing intermediate container 8a4bcf5196ab [2022-04-12T20:34:38.018Z] ---> c944a34d2673 [2022-04-12T20:34:38.018Z] 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-12T20:34:38.599Z] ---> Running in 8b79d137d8bf [2022-04-12T20:34:38.599Z] Removing intermediate container c604199d69c1 [2022-04-12T20:34:38.599Z] ---> fe73537243fb [2022-04-12T20:34:38.599Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-12T20:34:38.599Z] ---> Running in f675aae5d03d [2022-04-12T20:34:38.599Z] ---> 8c5c41ab5b22 [2022-04-12T20:34:38.599Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-12T20:34:38.860Z] ---> Running in 509a9f640aeb [2022-04-12T20:34:38.860Z] ---> Running in 767d25db0ec7 [2022-04-12T20:34:38.860Z] Removing intermediate container 8b79d137d8bf [2022-04-12T20:34:38.860Z] ---> 3c5b85e44faa [2022-04-12T20:34:38.860Z] Step 21/23 : LABEL arch=x86_64 [2022-04-12T20:34:39.118Z] ---> Running in df616b2b36aa [2022-04-12T20:34:39.377Z] Removing intermediate container df616b2b36aa [2022-04-12T20:34:39.378Z] ---> 37612ee35919 [2022-04-12T20:34:39.378Z] Step 22/23 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:34:39.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-12T20:34:39.378Z] ---> Running in 4be743478f60 [2022-04-12T20:34:39.639Z] spire-1.2.1/ [2022-04-12T20:34:39.639Z] spire-1.2.1/.data/ [2022-04-12T20:34:39.639Z] spire-1.2.1/.data/.file [2022-04-12T20:34:39.639Z] spire-1.2.1/.dockerignore [2022-04-12T20:34:39.639Z] spire-1.2.1/.gitattributes [2022-04-12T20:34:39.639Z] spire-1.2.1/.githooks/ [2022-04-12T20:34:39.639Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/ [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/workflows/ [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T20:34:39.639Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T20:34:39.639Z] spire-1.2.1/.gitignore [2022-04-12T20:34:39.639Z] spire-1.2.1/.go-version [2022-04-12T20:34:39.639Z] spire-1.2.1/.golangci.yml [2022-04-12T20:34:39.639Z] spire-1.2.1/ADOPTERS.md [2022-04-12T20:34:39.639Z] spire-1.2.1/CHANGELOG.md [2022-04-12T20:34:39.639Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T20:34:39.639Z] spire-1.2.1/CODEOWNERS [2022-04-12T20:34:39.639Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T20:34:39.639Z] spire-1.2.1/Dockerfile [2022-04-12T20:34:39.639Z] spire-1.2.1/Dockerfile.dev [2022-04-12T20:34:39.639Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T20:34:39.639Z] spire-1.2.1/LICENSE [2022-04-12T20:34:39.639Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T20:34:39.639Z] spire-1.2.1/Makefile [2022-04-12T20:34:39.639Z] spire-1.2.1/README.md [2022-04-12T20:34:39.639Z] spire-1.2.1/ROADMAP.md [2022-04-12T20:34:39.639Z] spire-1.2.1/SECURITY.md [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T20:34:39.639Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T20:34:39.639Z] spire-1.2.1/conf/ [2022-04-12T20:34:39.639Z] spire-1.2.1/conf/agent/ [2022-04-12T20:34:39.639Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T20:34:39.639Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T20:34:39.639Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T20:34:39.639Z] spire-1.2.1/conf/server/ [2022-04-12T20:34:39.639Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T20:34:39.639Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T20:34:39.639Z] spire-1.2.1/conf/server/server.conf [2022-04-12T20:34:39.639Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/ [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/auditlog.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/ [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/spire_server.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/telemetry.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/upgrading.md [2022-04-12T20:34:39.639Z] spire-1.2.1/doc/using_spire.md [2022-04-12T20:34:39.639Z] spire-1.2.1/examples/ [2022-04-12T20:34:39.639Z] spire-1.2.1/examples/README.md [2022-04-12T20:34:39.639Z] spire-1.2.1/go.mod [2022-04-12T20:34:39.639Z] spire-1.2.1/go.sum [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T20:34:39.639Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/health/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/log/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/version/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T20:34:39.640Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/config.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T20:34:39.641Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T20:34:39.642Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T20:34:39.642Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/server.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/private/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/private/server/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/common/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T20:34:39.904Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T20:34:39.904Z] spire-1.2.1/release/ [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire-extras/ [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire/ [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire/README.md [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire/conf/ [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T20:34:39.904Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T20:34:39.904Z] spire-1.2.1/script/ [2022-04-12T20:34:39.904Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T20:34:39.904Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T20:34:39.904Z] spire-1.2.1/support/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T20:34:39.904Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T20:34:39.904Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T20:34:39.904Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T20:34:39.905Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T20:34:39.905Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T20:34:39.905Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T20:34:39.905Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T20:34:39.905Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/clock/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/clock/clock.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T20:34:39.905Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/README.md [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/common [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T20:34:39.905Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T20:34:39.906Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T20:34:39.907Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T20:34:39.908Z] spire-1.2.1/test/integration/test.sh [2022-04-12T20:34:39.908Z] spire-1.2.1/test/plugintest/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/spiretest/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/testca/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/testca/ca.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/testkey/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T20:34:39.908Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/testkey/new.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/util/ [2022-04-12T20:34:39.908Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/util/race.go [2022-04-12T20:34:39.908Z] spire-1.2.1/test/util/util.go [2022-04-12T20:34:39.908Z] building spire from source... [2022-04-12T20:34:39.908Z] Installing go1.17.7... [2022-04-12T20:34:40.180Z] Removing intermediate container 4be743478f60 [2022-04-12T20:34:40.180Z] ---> 2b0e317f35bb [2022-04-12T20:34:40.180Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T20:34:40.463Z] ---> Running in 54421663f654 [2022-04-12T20:34:40.723Z] Removing intermediate container 509a9f640aeb [2022-04-12T20:34:40.723Z] ---> 6db3162f18ab [2022-04-12T20:34:40.723Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-12T20:34:40.723Z] Removing intermediate container 54421663f654 [2022-04-12T20:34:40.723Z] ---> b5c21a6c40f7 [2022-04-12T20:34:40.723Z] [2022-04-12T20:34:40.982Z] ---> Running in ea8cb6dc4726 [2022-04-12T20:34:40.982Z] Successfully built b5c21a6c40f7 [2022-04-12T20:34:40.982Z] Successfully tagged sys-mgmt-agent:latest [2022-04-12T20:34:40.982Z] Building security-bootstrapper [2022-04-12T20:34:42.362Z]  Building sys-mgmt-agent ... done Removing intermediate container ea8cb6dc4726 [2022-04-12T20:34:42.362Z] ---> f734cfc3be07 [2022-04-12T20:34:42.362Z] 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-12T20:34:44.905Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:34:44.905Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:34:44.905Z] ---> ef9a57068fcd [2022-04-12T20:34:44.905Z] Step 3/31 : WORKDIR /edgex-go [2022-04-12T20:34:44.905Z] ---> Using cache [2022-04-12T20:34:44.905Z] ---> dcdad1cf1464 [2022-04-12T20:34:44.905Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:34:44.905Z] ---> Using cache [2022-04-12T20:34:44.905Z] ---> acefe119b316 [2022-04-12T20:34:44.905Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-12T20:34:44.905Z] ---> Using cache [2022-04-12T20:34:44.905Z] ---> 8b94e12758a2 [2022-04-12T20:34:44.905Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-12T20:34:44.905Z] ---> Using cache [2022-04-12T20:34:44.905Z] ---> ed4be36c308c [2022-04-12T20:34:44.905Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:34:44.905Z] ---> Using cache [2022-04-12T20:34:44.905Z] ---> 7cf4a21fcc5c [2022-04-12T20:34:44.905Z] Step 8/31 : COPY . . [2022-04-12T20:34:44.905Z] ---> Using cache [2022-04-12T20:34:44.905Z] ---> f1eeaf75326d [2022-04-12T20:34:44.905Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-12T20:34:45.487Z] Building bin/spire-server... [2022-04-12T20:34:45.487Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T20:34:45.487Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T20:34:45.487Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T20:34:45.487Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T20:34:45.487Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T20:34:45.487Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T20:34:45.487Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T20:34:45.487Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T20:34:45.487Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T20:34:45.487Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T20:34:46.053Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T20:34:46.053Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T20:34:46.053Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T20:34:46.053Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T20:34:46.053Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T20:34:46.053Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T20:34:46.314Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T20:34:46.314Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T20:34:46.314Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T20:34:46.314Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T20:34:46.314Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T20:34:46.314Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T20:34:46.588Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T20:34:46.588Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T20:34:46.588Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T20:34:46.589Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T20:34:46.849Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T20:34:46.849Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T20:34:47.107Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T20:34:47.107Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T20:34:47.107Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T20:34:47.107Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T20:34:47.370Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T20:34:47.370Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T20:34:47.370Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T20:34:47.370Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T20:34:47.642Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T20:34:47.642Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T20:34:47.642Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T20:34:47.642Z]  ---> f1eeaf75326d [2022-04-12T20:34:47.642Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-12T20:34:47.900Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T20:34:47.900Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T20:34:47.900Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T20:34:48.160Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T20:34:48.160Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T20:34:48.160Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T20:34:48.160Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T20:34:48.160Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T20:34:48.160Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T20:34:48.160Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T20:34:48.160Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T20:34:48.428Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T20:34:48.428Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T20:34:48.428Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T20:34:48.428Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T20:34:48.428Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T20:34:48.428Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T20:34:48.428Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T20:34:49.207Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T20:34:49.207Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T20:34:49.207Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T20:34:50.151Z]  ---> Running in ca543dc24630 [2022-04-12T20:34:50.151Z] ---> Running in c6eae0997e07 [2022-04-12T20:34:50.151Z] ---> Running in 27dca5f759a2 [2022-04-12T20:34:50.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-12T20:34:50.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-12T20:34:51.241Z] spire-1.2.1/ [2022-04-12T20:34:51.241Z] spire-1.2.1/.data/ [2022-04-12T20:34:51.241Z] spire-1.2.1/.data/.file [2022-04-12T20:34:51.241Z] spire-1.2.1/.dockerignore [2022-04-12T20:34:51.241Z] spire-1.2.1/.gitattributes [2022-04-12T20:34:51.241Z] spire-1.2.1/.githooks/ [2022-04-12T20:34:51.241Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T20:34:51.241Z] spire-1.2.1/.github/ [2022-04-12T20:34:51.241Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T20:34:51.241Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T20:34:51.241Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T20:34:51.241Z] spire-1.2.1/.github/workflows/ [2022-04-12T20:34:51.241Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T20:34:51.241Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T20:34:51.241Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T20:34:51.241Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T20:34:51.241Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T20:34:51.242Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T20:34:51.242Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T20:34:51.242Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T20:34:51.242Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T20:34:51.242Z] spire-1.2.1/.gitignore [2022-04-12T20:34:51.242Z] spire-1.2.1/.go-version [2022-04-12T20:34:51.242Z] spire-1.2.1/.golangci.yml [2022-04-12T20:34:51.242Z] spire-1.2.1/ADOPTERS.md [2022-04-12T20:34:51.242Z] spire-1.2.1/CHANGELOG.md [2022-04-12T20:34:51.242Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T20:34:51.242Z] spire-1.2.1/CODEOWNERS [2022-04-12T20:34:51.242Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T20:34:51.242Z] spire-1.2.1/Dockerfile [2022-04-12T20:34:51.242Z] spire-1.2.1/Dockerfile.dev [2022-04-12T20:34:51.242Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T20:34:51.242Z] spire-1.2.1/LICENSE [2022-04-12T20:34:51.242Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T20:34:51.242Z] spire-1.2.1/Makefile [2022-04-12T20:34:51.242Z] spire-1.2.1/README.md [2022-04-12T20:34:51.242Z] spire-1.2.1/ROADMAP.md [2022-04-12T20:34:51.242Z] spire-1.2.1/SECURITY.md [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T20:34:51.242Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T20:34:51.242Z] spire-1.2.1/conf/ [2022-04-12T20:34:51.242Z] spire-1.2.1/conf/agent/ [2022-04-12T20:34:51.242Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T20:34:51.242Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T20:34:51.242Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T20:34:51.242Z] spire-1.2.1/conf/server/ [2022-04-12T20:34:51.242Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T20:34:51.242Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T20:34:51.242Z] spire-1.2.1/conf/server/server.conf [2022-04-12T20:34:51.242Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/ [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/auditlog.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/ [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/spire_server.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T20:34:51.242Z] spire-1.2.1/doc/telemetry.md [2022-04-12T20:34:51.243Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T20:34:51.243Z] spire-1.2.1/doc/upgrading.md [2022-04-12T20:34:51.243Z] spire-1.2.1/doc/using_spire.md [2022-04-12T20:34:51.243Z] spire-1.2.1/examples/ [2022-04-12T20:34:51.243Z] spire-1.2.1/examples/README.md [2022-04-12T20:34:51.243Z] spire-1.2.1/go.mod [2022-04-12T20:34:51.243Z] spire-1.2.1/go.sum [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T20:34:51.243Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/health/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/log/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T20:34:51.244Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/version/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/config.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T20:34:51.245Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T20:34:51.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/server.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/private/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/private/server/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/common/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T20:34:51.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T20:34:51.247Z] spire-1.2.1/release/ [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire-extras/ [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire/ [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire/README.md [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire/conf/ [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T20:34:51.247Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/script/ [2022-04-12T20:34:51.247Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T20:34:51.247Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T20:34:51.247Z] spire-1.2.1/support/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T20:34:51.247Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/clock/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/clock/clock.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/ [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T20:34:51.247Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T20:34:51.248Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/README.md [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/common [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T20:34:51.248Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T20:34:51.509Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T20:34:51.510Z] spire-1.2.1/test/integration/test.sh [2022-04-12T20:34:51.510Z] spire-1.2.1/test/plugintest/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/spiretest/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/testca/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/testca/ca.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/testkey/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T20:34:51.510Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/testkey/new.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/util/ [2022-04-12T20:34:51.510Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/util/race.go [2022-04-12T20:34:51.510Z] spire-1.2.1/test/util/util.go [2022-04-12T20:34:51.510Z] building spire from source... [2022-04-12T20:34:51.510Z] Installing go1.17.7... [2022-04-12T20:34:52.079Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T20:34:52.079Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T20:34:52.079Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T20:34:52.079Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T20:34:52.079Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T20:34:52.079Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T20:34:52.079Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T20:34:52.079Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T20:34:52.079Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T20:34:52.340Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T20:34:53.276Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T20:34:53.276Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T20:34:53.536Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T20:34:53.536Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T20:34:53.536Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T20:34:53.536Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T20:34:53.536Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T20:34:53.536Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T20:34:53.536Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T20:34:53.536Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T20:34:53.794Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T20:34:53.794Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T20:34:53.794Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T20:34:53.794Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T20:34:53.794Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T20:34:53.794Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T20:34:53.794Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T20:34:53.794Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T20:34:53.794Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T20:34:53.794Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T20:34:53.794Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T20:34:54.058Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T20:34:54.058Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T20:34:54.058Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T20:34:56.607Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T20:34:56.607Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T20:34:56.607Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T20:34:56.607Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T20:34:56.607Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T20:34:56.607Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T20:34:56.607Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T20:34:56.607Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T20:34:56.607Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T20:34:56.607Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T20:34:56.607Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T20:34:56.607Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T20:34:56.607Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T20:34:56.607Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T20:34:56.607Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T20:34:56.607Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T20:34:56.607Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T20:34:56.607Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T20:34:56.607Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T20:34:56.607Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T20:34:56.607Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T20:34:56.607Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T20:34:56.607Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T20:34:56.607Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T20:34:56.865Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T20:34:56.865Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T20:34:56.865Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T20:34:56.865Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T20:34:56.865Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T20:34:56.865Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T20:34:56.866Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T20:34:56.866Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T20:34:56.866Z] Building bin/spire-server... [2022-04-12T20:34:57.124Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T20:34:57.124Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T20:34:57.124Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T20:34:57.124Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T20:34:57.124Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T20:34:57.124Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T20:34:57.124Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T20:34:57.124Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T20:34:57.124Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T20:34:57.124Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T20:34:57.124Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T20:34:57.124Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T20:34:57.124Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T20:34:57.124Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T20:34:57.124Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T20:34:57.383Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T20:34:57.383Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T20:34:57.383Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T20:34:57.383Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T20:34:57.383Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T20:34:57.383Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T20:34:57.383Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T20:34:57.383Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T20:34:57.383Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T20:34:57.383Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T20:34:57.383Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T20:34:57.383Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T20:34:58.319Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T20:34:58.319Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T20:34:58.319Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T20:34:58.319Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T20:34:58.319Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T20:34:58.319Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T20:34:58.319Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T20:34:58.319Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T20:34:58.319Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T20:34:58.319Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T20:34:58.319Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T20:34:58.319Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T20:34:58.576Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T20:34:58.576Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T20:34:58.838Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T20:34:58.838Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T20:34:58.838Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T20:34:59.197Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T20:34:59.197Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T20:34:59.197Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T20:34:59.197Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T20:34:59.456Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T20:34:59.456Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T20:34:59.456Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T20:34:59.456Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T20:34:59.456Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T20:34:59.456Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T20:34:59.725Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T20:34:59.725Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T20:34:59.725Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T20:34:59.983Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T20:34:59.983Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T20:34:59.983Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T20:35:00.426Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T20:35:00.426Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T20:35:00.426Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T20:35:00.684Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T20:35:00.684Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T20:35:00.684Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T20:35:00.684Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T20:35:00.945Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T20:35:00.945Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T20:35:00.945Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T20:35:00.945Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T20:35:00.945Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T20:35:00.945Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T20:35:01.512Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T20:35:02.089Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T20:35:02.351Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T20:35:02.351Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T20:35:02.351Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T20:35:02.351Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T20:35:03.287Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T20:35:03.287Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T20:35:05.824Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T20:35:05.824Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T20:35:05.824Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T20:35:05.824Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T20:35:05.824Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T20:35:05.824Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T20:35:06.085Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T20:35:06.085Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T20:35:06.085Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T20:35:06.345Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T20:35:07.288Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T20:35:07.288Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T20:35:07.854Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T20:35:07.854Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T20:35:08.113Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T20:35:08.113Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T20:35:08.371Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T20:35:08.371Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T20:35:08.630Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T20:35:08.630Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T20:35:08.630Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T20:35:09.245Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T20:35:09.505Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T20:35:09.505Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T20:35:09.768Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T20:35:10.336Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T20:35:10.594Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T20:35:10.594Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T20:35:10.594Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T20:35:10.594Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T20:35:10.594Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T20:35:10.594Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T20:35:10.594Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T20:35:10.854Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T20:35:10.854Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T20:35:10.854Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T20:35:10.854Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T20:35:10.854Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T20:35:11.114Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T20:35:11.114Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T20:35:11.114Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T20:35:11.372Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T20:35:11.372Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T20:35:11.372Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T20:35:11.372Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T20:35:11.631Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T20:35:11.631Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T20:35:11.631Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T20:35:11.631Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T20:35:11.631Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T20:35:11.890Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T20:35:11.890Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T20:35:11.890Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T20:35:11.890Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T20:35:11.890Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T20:35:12.458Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T20:35:12.458Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T20:35:12.458Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T20:35:12.458Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T20:35:12.458Z] Removing intermediate container 767d25db0ec7 [2022-04-12T20:35:12.458Z] ---> 17a8e7fd4b5b [2022-04-12T20:35:12.458Z] [2022-04-12T20:35:12.458Z] Step 9/20 : FROM alpine:3.15 [2022-04-12T20:35:12.458Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T20:35:12.458Z] 3.15: Pulling from library/alpine [2022-04-12T20:35:12.458Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T20:35:12.458Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T20:35:12.458Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T20:35:12.458Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T20:35:12.458Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-12T20:35:12.718Z] Status: Downloaded newer image for alpine:3.15 [2022-04-12T20:35:12.718Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T20:35:12.718Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T20:35:12.718Z]  ---> 0ac33e5f5afa [2022-04-12T20:35:12.718Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T20:35:12.718Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T20:35:12.718Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T20:35:12.718Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T20:35:12.718Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T20:35:12.718Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T20:35:12.718Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T20:35:12.718Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T20:35:12.718Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T20:35:12.718Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T20:35:12.976Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T20:35:12.976Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T20:35:12.976Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T20:35:12.976Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T20:35:12.976Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T20:35:12.976Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T20:35:14.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-12T20:35:16.292Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T20:35:16.292Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T20:35:19.585Z]  ---> Running in 01e257d03ffe [2022-04-12T20:35:19.844Z] Removing intermediate container 01e257d03ffe [2022-04-12T20:35:19.844Z] ---> 4464d89028d3 [2022-04-12T20:35:19.844Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:35:20.103Z] ---> Running in b95c773aef75 [2022-04-12T20:35:23.399Z] Removing intermediate container b95c773aef75 [2022-04-12T20:35:23.399Z] ---> 1c1d078678ba [2022-04-12T20:35:23.399Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-12T20:35:23.675Z] ---> Running in bf6044a45182 [2022-04-12T20:35:23.954Z] Removing intermediate container 27dca5f759a2 [2022-04-12T20:35:23.954Z] ---> 27d6b28484fc [2022-04-12T20:35:23.954Z] [2022-04-12T20:35:23.954Z] Step 10/31 : FROM alpine:3.14 [2022-04-12T20:35:23.954Z] ---> e04c818066af [2022-04-12T20:35:23.954Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-12T20:35:23.954Z] Removing intermediate container c6eae0997e07 [2022-04-12T20:35:23.954Z] ---> 9266f086fa7b [2022-04-12T20:35:23.954Z] [2022-04-12T20:35:23.954Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T20:35:23.954Z] ---> e04c818066af [2022-04-12T20:35:23.954Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-12T20:35:24.214Z] ---> Running in c919215bb532 [2022-04-12T20:35:24.214Z] ---> Running in 3c03daa94699 [2022-04-12T20:35:24.475Z] Removing intermediate container 3c03daa94699 [2022-04-12T20:35:24.475Z] ---> 74e7839d45ac [2022-04-12T20:35:24.475Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-12T20:35:24.742Z] ---> Running in ff14c082a13a [2022-04-12T20:35:24.742Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:35:25.074Z] Removing intermediate container 59d61f34a0c3 [2022-04-12T20:35:25.074Z] ---> e0dee73dd579 [2022-04-12T20:35:25.074Z] Successfully built e0dee73dd579 [2022-04-12T20:35:25.074Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:35:25.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:35:25.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:35:25.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:35:25.419Z] + docker inspect -f . ci-base-image-arm64 [2022-04-12T20:35:25.419Z] . [Pipeline] withDockerContainer [2022-04-12T20:35:25.573Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-12T20:35:25.573Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-12T20:35:25.573Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-12T20:35:25.573Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-12T20:35:25.573Z] (5/6) Installing curl (7.79.1-r0) [2022-04-12T20:35:25.573Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-12T20:35:25.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:35:25.573Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T20:35:25.573Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T20:35:25.573Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:35:25.573Z] OK: 8 MiB in 20 packages [2022-04-12T20:35:25.573Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-12T20:35:25.573Z] (2/2) Installing su-exec (0.2-r1) [2022-04-12T20:35:25.573Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T20:35:25.573Z] OK: 6 MiB in 16 packages [2022-04-12T20:35:25.669Z] prd-ubuntu20.04-docker-arm64-4c-16g-20720 does not seem to be running inside a container [2022-04-12T20:35:25.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-12T20:35:26.141Z] v3.15.4-19-gb8465a8cc6 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T20:35:26.141Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T20:35:26.141Z] OK: 15854 distinct packages available [2022-04-12T20:35:26.141Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:35:26.709Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:35:26.967Z] Removing intermediate container c919215bb532 [2022-04-12T20:35:26.967Z] ---> 4710910ab3cd [2022-04-12T20:35:26.967Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-12T20:35:27.144Z] $ docker top e4b8b55a364dbe766f153dec0ff6b2384c5cb27dcfa051eff838f477bc89ba0e -eo pid,comm [2022-04-12T20:35:27.228Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-12T20:35:27.228Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-12T20:35:27.228Z] Removing intermediate container ff14c082a13a [2022-04-12T20:35:27.228Z] ---> a1ab6e1addcc [2022-04-12T20:35:27.228Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-12T20:35:27.228Z] ---> Running in 42da190187b7 [2022-04-12T20:35:27.228Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [Pipeline] { [Pipeline] sh [2022-04-12T20:35:27.487Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-12T20:35:27.487Z] (5/9) Installing curl (7.80.0-r0) [2022-04-12T20:35:27.487Z] ---> Running in 9acc4f5df4dd [2022-04-12T20:35:27.749Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-12T20:35:27.749Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-12T20:35:27.749Z] (8/9) Installing libucontext (1.1-r0) [2022-04-12T20:35:28.013Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-12T20:35:28.013Z] Removing intermediate container 42da190187b7 [2022-04-12T20:35:28.013Z] ---> 58fa2b3dc1ef [2022-04-12T20:35:28.013Z] Step 13/22 : WORKDIR /edgex [2022-04-12T20:35:28.013Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T20:35:28.072Z] + go version [2022-04-12T20:35:28.072Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-12T20:35:28.101Z] $ docker stop --time=1 e4b8b55a364dbe766f153dec0ff6b2384c5cb27dcfa051eff838f477bc89ba0e [2022-04-12T20:35:28.272Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T20:35:28.533Z] OK: 8 MiB in 23 packages [2022-04-12T20:35:28.533Z] Removing intermediate container 9acc4f5df4dd [2022-04-12T20:35:28.533Z] ---> 13e332c92222 [2022-04-12T20:35:28.533Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-12T20:35:28.533Z] ---> Running in 056860e47315 [2022-04-12T20:35:28.813Z] ---> Running in 2b0ba33a1dfb [2022-04-12T20:35:28.813Z] Removing intermediate container 056860e47315 [2022-04-12T20:35:28.813Z] ---> 6ce50d56389a [2022-04-12T20:35:28.813Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-12T20:35:29.384Z] Removing intermediate container 2b0ba33a1dfb [2022-04-12T20:35:29.384Z] ---> 1cfcec7cd9dc [2022-04-12T20:35:29.384Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-12T20:35:29.384Z] ---> Running in 5f7e831c23a6 [2022-04-12T20:35:29.644Z] ---> 6f81a6b11db4 [2022-04-12T20:35:29.644Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-12T20:35:29.797Z] $ docker rm -f e4b8b55a364dbe766f153dec0ff6b2384c5cb27dcfa051eff838f477bc89ba0e [2022-04-12T20:35:29.902Z] Removing intermediate container bf6044a45182 [2022-04-12T20:35:29.902Z] ---> a0f853a7ccb0 [2022-04-12T20:35:29.902Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:35:30.441Z] + docker inspect -f . ci-base-image-arm64 [2022-04-12T20:35:30.441Z] . [Pipeline] withDockerContainer [2022-04-12T20:35:30.706Z] prd-ubuntu20.04-docker-arm64-4c-16g-20720 does not seem to be running inside a container [2022-04-12T20:35:30.807Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-12T20:35:30.883Z] ---> d53662231a0b [2022-04-12T20:35:30.883Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-12T20:35:30.883Z] ---> 04487869095a [2022-04-12T20:35:30.883Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-12T20:35:31.596Z] Removing intermediate container 5f7e831c23a6 [2022-04-12T20:35:31.596Z] ---> 483df42cec40 [2022-04-12T20:35:31.596Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-12T20:35:31.596Z] ---> Running in c259c3e7208e [2022-04-12T20:35:32.236Z] $ docker top a58b09f4c1e85eb8bf5eabc5e4242de6c6d2b336aa70d0b5bdb70aeabd9e4c64 -eo pid,comm [2022-04-12T20:35:32.248Z] ---> 528f040ab540 [2022-04-12T20:35:32.248Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-12T20:35:32.248Z] Removing intermediate container c259c3e7208e [2022-04-12T20:35:32.248Z] ---> 2ab7bc2c7038 [2022-04-12T20:35:32.248Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-12T20:35:32.248Z] ---> e28a8b99b90c [2022-04-12T20:35:32.248Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [Pipeline] { [Pipeline] echo [2022-04-12T20:35:32.525Z] ========================================================= [2022-04-12T20:35:32.525Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-12T20:35:32.525Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-12T20:35:33.182Z] + make test [2022-04-12T20:35:33.182Z] go mod tidy -compat=1.17 [2022-04-12T20:35:33.184Z] ---> 714ab599a36b [2022-04-12T20:35:33.184Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-12T20:35:33.443Z] ---> 85b74e2d68cf [2022-04-12T20:35:33.443Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-12T20:35:33.443Z] ---> 3591d2324067 [2022-04-12T20:35:33.443Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-12T20:35:33.443Z] ---> Running in 58a555e9d015 [2022-04-12T20:35:33.702Z] ---> Running in 4fcbfef970f9 [2022-04-12T20:35:33.702Z] ---> Running in c65bfcbdceab [2022-04-12T20:35:33.962Z] Removing intermediate container 58a555e9d015 [2022-04-12T20:35:33.962Z] ---> b38b0922376d [2022-04-12T20:35:33.962Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T20:35:34.164Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-12T20:35:34.229Z] ---> Running in e43df2eb18e6 [2022-04-12T20:35:34.489Z] Removing intermediate container e43df2eb18e6 [2022-04-12T20:35:34.489Z] ---> 1a51cc3878a3 [2022-04-12T20:35:34.489Z] Step 18/20 : LABEL arch=x86_64 [2022-04-12T20:35:34.489Z] ---> Running in cabe7f566748 [2022-04-12T20:35:35.057Z] Removing intermediate container cabe7f566748 [2022-04-12T20:35:35.057Z] ---> 128f6c671339 [2022-04-12T20:35:35.057Z] Step 19/20 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:35:35.057Z] ---> Running in 9aed1ee96871 [2022-04-12T20:35:35.624Z] Removing intermediate container 9aed1ee96871 [2022-04-12T20:35:35.624Z] ---> 804dcfefac96 [2022-04-12T20:35:35.624Z] Step 20/20 : LABEL version=0.0.0 [2022-04-12T20:35:35.624Z] ---> Running in 8fe0c875391d [2022-04-12T20:35:35.624Z] Removing intermediate container 4fcbfef970f9 [2022-04-12T20:35:35.624Z] ---> fa4ce555d245 [2022-04-12T20:35:35.624Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T20:35:36.190Z] Removing intermediate container c65bfcbdceab [2022-04-12T20:35:36.190Z] ---> 3bb0d13939a4 [2022-04-12T20:35:36.190Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-12T20:35:36.190Z] Removing intermediate container 8fe0c875391d [2022-04-12T20:35:36.190Z] ---> 9033206460cf [2022-04-12T20:35:36.190Z] [2022-04-12T20:35:36.190Z] ---> e078379a0e5d [2022-04-12T20:35:36.190Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-12T20:35:36.190Z] ---> Running in 570a91ec54c6 [2022-04-12T20:35:36.190Z] Successfully built 9033206460cf [2022-04-12T20:35:36.190Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-12T20:35:36.190Z]  Building security-spiffe-token-provider ... done Building support-scheduler [2022-04-12T20:35:36.520Z] Removing intermediate container 570a91ec54c6 [2022-04-12T20:35:36.520Z] ---> c0cb76e90a2d [2022-04-12T20:35:36.520Z] Step 20/22 : LABEL arch=x86_64 [2022-04-12T20:35:37.456Z] ---> Running in 99d53bab1642 [2022-04-12T20:35:41.666Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:35:41.666Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:35:41.666Z] ---> ef9a57068fcd [2022-04-12T20:35:41.666Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T20:35:41.666Z] ---> Using cache [2022-04-12T20:35:41.666Z] ---> dcdad1cf1464 [2022-04-12T20:35:41.666Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:35:41.666Z] ---> Using cache [2022-04-12T20:35:41.666Z] ---> acefe119b316 [2022-04-12T20:35:41.666Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-12T20:35:41.666Z] ---> Using cache [2022-04-12T20:35:41.666Z] ---> 8b94e12758a2 [2022-04-12T20:35:41.666Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T20:35:41.666Z] ---> Using cache [2022-04-12T20:35:41.666Z] ---> ed4be36c308c [2022-04-12T20:35:41.666Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:35:41.666Z] ---> Using cache [2022-04-12T20:35:41.666Z] ---> 7cf4a21fcc5c [2022-04-12T20:35:41.666Z] Step 8/22 : COPY . . [2022-04-12T20:35:41.666Z] ---> Using cache [2022-04-12T20:35:41.666Z] ---> f1eeaf75326d [2022-04-12T20:35:41.666Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-12T20:35:41.666Z] ---> 77c4bef80759 [2022-04-12T20:35:41.666Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-12T20:35:41.666Z] Removing intermediate container 99d53bab1642 [2022-04-12T20:35:41.666Z] ---> 008d4fc5a264 [2022-04-12T20:35:41.666Z] Step 21/22 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:35:41.666Z] ---> Running in 1ddab632adb7 [2022-04-12T20:35:41.928Z] ---> Running in b36d138eeb57 [2022-04-12T20:35:42.187Z] ---> d5de7070e90a [2022-04-12T20:35:42.187Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-12T20:35:42.450Z] Removing intermediate container b36d138eeb57 [2022-04-12T20:35:42.450Z] ---> 5c8638336317 [2022-04-12T20:35:42.450Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T20:35:42.450Z] ---> Running in 11200a063f1b [2022-04-12T20:35:42.450Z] ---> 212657064992 [2022-04-12T20:35:42.450Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-12T20:35:42.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-12T20:35:42.714Z] Removing intermediate container 11200a063f1b [2022-04-12T20:35:42.714Z] ---> c5502df1beab [2022-04-12T20:35:42.714Z] [2022-04-12T20:35:42.987Z] Successfully built c5502df1beab [2022-04-12T20:35:42.987Z] Successfully tagged security-proxy-setup:latest [2022-04-12T20:35:42.988Z]  Building security-proxy-setup ... done Building security-secretstore-setup [2022-04-12T20:35:42.988Z] ---> 71ec5fb6bcd7 [2022-04-12T20:35:42.988Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-12T20:35:43.555Z] ---> Running in aeb60794f13f [2022-04-12T20:35:46.094Z] Removing intermediate container aeb60794f13f [2022-04-12T20:35:46.094Z] ---> 0d8f8c4a330e [2022-04-12T20:35:46.094Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-12T20:35:47.997Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:35:47.997Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:35:47.997Z] ---> ef9a57068fcd [2022-04-12T20:35:47.997Z] Step 3/25 : WORKDIR /edgex-go [2022-04-12T20:35:47.997Z] ---> Using cache [2022-04-12T20:35:47.997Z] ---> dcdad1cf1464 [2022-04-12T20:35:47.997Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:35:47.997Z] ---> Using cache [2022-04-12T20:35:47.997Z] ---> acefe119b316 [2022-04-12T20:35:47.997Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-12T20:35:47.998Z] ---> Using cache [2022-04-12T20:35:47.998Z] ---> 8b94e12758a2 [2022-04-12T20:35:47.998Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-12T20:35:47.998Z] ---> Using cache [2022-04-12T20:35:47.998Z] ---> ed4be36c308c [2022-04-12T20:35:47.998Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:35:47.998Z] ---> Using cache [2022-04-12T20:35:47.998Z] ---> 7cf4a21fcc5c [2022-04-12T20:35:47.998Z] Step 8/25 : COPY . . [2022-04-12T20:35:47.998Z] ---> Using cache [2022-04-12T20:35:47.998Z] ---> f1eeaf75326d [2022-04-12T20:35:47.998Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-12T20:35:48.260Z] ---> 5861e7e8ff41 [2022-04-12T20:35:48.260Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-12T20:35:48.260Z] ---> Running in 0640007d702e [2022-04-12T20:35:48.538Z] ---> Running in e1ac437c3b7f [2022-04-12T20:35:49.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-12T20:35:51.384Z] Removing intermediate container e1ac437c3b7f [2022-04-12T20:35:51.384Z] ---> f02120e50b77 [2022-04-12T20:35:51.384Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-12T20:35:51.384Z] ---> Running in 2e3696606610 [2022-04-12T20:35:51.953Z] Removing intermediate container 2e3696606610 [2022-04-12T20:35:51.953Z] ---> bd38eacdcc2f [2022-04-12T20:35:51.953Z] Step 28/31 : CMD ["gate"] [2022-04-12T20:35:51.953Z] ---> Running in 409cbfd045ea [2022-04-12T20:35:52.236Z] Removing intermediate container 409cbfd045ea [2022-04-12T20:35:52.236Z] ---> 93a199bcbdf8 [2022-04-12T20:35:52.236Z] Step 29/31 : LABEL arch=x86_64 [2022-04-12T20:35:52.495Z] ---> Running in 90c086ce6cf1 [2022-04-12T20:35:52.777Z] Removing intermediate container 90c086ce6cf1 [2022-04-12T20:35:52.777Z] ---> 078dcb4d2ffe [2022-04-12T20:35:52.777Z] Step 30/31 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:35:53.037Z] ---> Running in a61b2c0557f7 [2022-04-12T20:35:53.304Z] Removing intermediate container a61b2c0557f7 [2022-04-12T20:35:53.304Z] ---> 882d0a3a71c2 [2022-04-12T20:35:53.304Z] Step 31/31 : LABEL version=0.0.0 [2022-04-12T20:35:53.564Z] ---> Running in 249a22421ff8 [2022-04-12T20:35:54.131Z] Removing intermediate container 249a22421ff8 [2022-04-12T20:35:54.131Z] ---> 59339821cf8d [2022-04-12T20:35:54.131Z] [2022-04-12T20:35:54.131Z] Successfully built 59339821cf8d [2022-04-12T20:35:54.131Z] Successfully tagged security-bootstrapper:latest [2022-04-12T20:35:54.131Z] Building security-spire-server [2022-04-12T20:35:59.400Z]  Building security-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:35:59.400Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:35:59.400Z] ---> ef9a57068fcd [2022-04-12T20:35:59.400Z] Step 3/25 : WORKDIR /edgex-go [2022-04-12T20:35:59.400Z] ---> Using cache [2022-04-12T20:35:59.400Z] ---> dcdad1cf1464 [2022-04-12T20:35:59.400Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:35:59.400Z] ---> Using cache [2022-04-12T20:35:59.400Z] ---> acefe119b316 [2022-04-12T20:35:59.400Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T20:35:59.400Z] ---> Using cache [2022-04-12T20:35:59.400Z] ---> 15d1214d4ad9 [2022-04-12T20:35:59.400Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-12T20:35:59.400Z] ---> Using cache [2022-04-12T20:35:59.400Z] ---> e38aeb3433e8 [2022-04-12T20:35:59.400Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:35:59.400Z] ---> Using cache [2022-04-12T20:35:59.400Z] ---> 9ba3651364d9 [2022-04-12T20:35:59.400Z] Step 8/25 : COPY . . [2022-04-12T20:35:59.400Z] ---> Using cache [2022-04-12T20:35:59.400Z] ---> 8cf9ce626568 [2022-04-12T20:35:59.400Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T20:35:59.400Z] ---> Using cache [2022-04-12T20:35:59.400Z] ---> fe73537243fb [2022-04-12T20:35:59.400Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-12T20:35:59.400Z] ---> Using cache [2022-04-12T20:35:59.400Z] ---> 6db3162f18ab [2022-04-12T20:35:59.400Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-12T20:35:59.400Z] ---> Using cache [2022-04-12T20:35:59.400Z] ---> f734cfc3be07 [2022-04-12T20:35:59.400Z] 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-12T20:36:02.686Z] ---> Running in 2ff81bff0858 [2022-04-12T20:36:04.065Z] spire-1.2.1/ [2022-04-12T20:36:04.065Z] spire-1.2.1/.data/ [2022-04-12T20:36:04.065Z] spire-1.2.1/.data/.file [2022-04-12T20:36:04.065Z] spire-1.2.1/.dockerignore [2022-04-12T20:36:04.065Z] spire-1.2.1/.gitattributes [2022-04-12T20:36:04.065Z] spire-1.2.1/.githooks/ [2022-04-12T20:36:04.065Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/ [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/workflows/ [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T20:36:04.065Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T20:36:04.065Z] spire-1.2.1/.gitignore [2022-04-12T20:36:04.065Z] spire-1.2.1/.go-version [2022-04-12T20:36:04.065Z] spire-1.2.1/.golangci.yml [2022-04-12T20:36:04.065Z] spire-1.2.1/ADOPTERS.md [2022-04-12T20:36:04.065Z] spire-1.2.1/CHANGELOG.md [2022-04-12T20:36:04.065Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T20:36:04.065Z] spire-1.2.1/CODEOWNERS [2022-04-12T20:36:04.065Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T20:36:04.065Z] spire-1.2.1/Dockerfile [2022-04-12T20:36:04.065Z] spire-1.2.1/Dockerfile.dev [2022-04-12T20:36:04.065Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T20:36:04.065Z] spire-1.2.1/LICENSE [2022-04-12T20:36:04.065Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T20:36:04.065Z] spire-1.2.1/Makefile [2022-04-12T20:36:04.065Z] spire-1.2.1/README.md [2022-04-12T20:36:04.065Z] spire-1.2.1/ROADMAP.md [2022-04-12T20:36:04.065Z] spire-1.2.1/SECURITY.md [2022-04-12T20:36:04.065Z] spire-1.2.1/cmd/ [2022-04-12T20:36:04.065Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T20:36:04.065Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T20:36:04.065Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T20:36:04.065Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T20:36:04.065Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T20:36:04.065Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T20:36:04.065Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T20:36:04.065Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T20:36:04.065Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T20:36:04.066Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T20:36:04.066Z] spire-1.2.1/conf/ [2022-04-12T20:36:04.066Z] spire-1.2.1/conf/agent/ [2022-04-12T20:36:04.066Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T20:36:04.066Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T20:36:04.066Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T20:36:04.066Z] spire-1.2.1/conf/server/ [2022-04-12T20:36:04.066Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T20:36:04.066Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T20:36:04.066Z] spire-1.2.1/conf/server/server.conf [2022-04-12T20:36:04.066Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/ [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/auditlog.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/ [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/spire_server.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/telemetry.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/upgrading.md [2022-04-12T20:36:04.066Z] spire-1.2.1/doc/using_spire.md [2022-04-12T20:36:04.066Z] spire-1.2.1/examples/ [2022-04-12T20:36:04.066Z] spire-1.2.1/examples/README.md [2022-04-12T20:36:04.066Z] spire-1.2.1/go.mod [2022-04-12T20:36:04.066Z] spire-1.2.1/go.sum [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T20:36:04.066Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T20:36:04.067Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/health/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/log/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/util/ [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T20:36:04.068Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/version/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/config.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T20:36:04.069Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/server.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/private/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/private/server/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/common/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T20:36:04.070Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T20:36:04.070Z] spire-1.2.1/release/ [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire-extras/ [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire/ [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire/README.md [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire/conf/ [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T20:36:04.070Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T20:36:04.070Z] spire-1.2.1/script/ [2022-04-12T20:36:04.070Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T20:36:04.070Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T20:36:04.070Z] spire-1.2.1/support/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T20:36:04.070Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T20:36:04.070Z] spire-1.2.1/test/ [2022-04-12T20:36:04.070Z] spire-1.2.1/test/clock/ [2022-04-12T20:36:04.070Z] spire-1.2.1/test/clock/clock.go [2022-04-12T20:36:04.070Z] spire-1.2.1/test/fakes/ [2022-04-12T20:36:04.070Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T20:36:04.070Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T20:36:04.070Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T20:36:04.071Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/common [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T20:36:04.071Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T20:36:04.072Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T20:36:04.073Z] spire-1.2.1/test/integration/test.sh [2022-04-12T20:36:04.073Z] spire-1.2.1/test/plugintest/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/spiretest/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/testca/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/testca/ca.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/testkey/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T20:36:04.073Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/testkey/new.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/util/ [2022-04-12T20:36:04.073Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/util/race.go [2022-04-12T20:36:04.073Z] spire-1.2.1/test/util/util.go [2022-04-12T20:36:04.073Z] building spire from source... [2022-04-12T20:36:04.331Z] Installing go1.17.7... [2022-04-12T20:36:09.599Z] Building bin/spire-server... [2022-04-12T20:36:09.599Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T20:36:09.599Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T20:36:09.599Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T20:36:09.599Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T20:36:09.599Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T20:36:09.858Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T20:36:09.858Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T20:36:09.858Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T20:36:10.117Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T20:36:10.117Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T20:36:10.117Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T20:36:10.117Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T20:36:10.117Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T20:36:10.117Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T20:36:10.375Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T20:36:10.375Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T20:36:10.375Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T20:36:10.375Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T20:36:10.375Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T20:36:10.634Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T20:36:10.634Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T20:36:10.634Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T20:36:10.634Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T20:36:10.634Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T20:36:10.634Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T20:36:10.634Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T20:36:10.634Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T20:36:10.634Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T20:36:10.634Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T20:36:10.892Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T20:36:10.892Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T20:36:10.892Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T20:36:10.892Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T20:36:10.892Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T20:36:10.892Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T20:36:10.892Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T20:36:10.892Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T20:36:10.892Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T20:36:10.892Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T20:36:11.151Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T20:36:11.151Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T20:36:11.151Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T20:36:11.151Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T20:36:11.151Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T20:36:11.151Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T20:36:11.151Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T20:36:11.409Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T20:36:11.409Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T20:36:11.409Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T20:36:11.409Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T20:36:11.409Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T20:36:11.667Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T20:36:11.667Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T20:36:11.667Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T20:36:11.667Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T20:36:12.235Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T20:36:13.238Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-12T20:36:14.767Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T20:36:14.767Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T20:36:14.767Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T20:36:14.767Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T20:36:14.767Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T20:36:18.054Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T20:36:18.054Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T20:36:18.054Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T20:36:18.054Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T20:36:18.054Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T20:36:18.054Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T20:36:18.314Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T20:36:18.314Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T20:36:18.314Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T20:36:18.577Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T20:36:19.512Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T20:36:20.089Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T20:36:20.089Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T20:36:20.089Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T20:36:20.348Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T20:36:20.348Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T20:36:20.606Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T20:36:20.606Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T20:36:20.869Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T20:36:20.869Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T20:36:21.127Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T20:36:21.127Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T20:36:21.395Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T20:36:21.395Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T20:36:21.654Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T20:36:21.654Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T20:36:21.913Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T20:36:22.853Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T20:36:22.853Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T20:36:22.853Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T20:36:23.114Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T20:36:23.114Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T20:36:23.373Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T20:36:24.310Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T20:36:24.310Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T20:36:24.310Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T20:36:24.310Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T20:36:24.614Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T20:36:24.614Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T20:36:24.874Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T20:36:24.874Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T20:36:24.874Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T20:36:24.874Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T20:36:24.874Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T20:36:24.874Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T20:36:24.874Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T20:36:25.251Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T20:36:25.251Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T20:36:25.251Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T20:36:25.251Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T20:36:25.251Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T20:36:25.513Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T20:36:25.513Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T20:36:25.513Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T20:36:25.513Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T20:36:25.513Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T20:36:25.513Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T20:36:25.513Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T20:36:25.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-12T20:36:25.513Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T20:36:25.513Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T20:36:25.513Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T20:36:25.513Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T20:36:25.773Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T20:36:25.773Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T20:36:25.773Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T20:36:25.773Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T20:36:25.773Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T20:36:25.773Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T20:36:25.773Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T20:36:25.773Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T20:36:25.773Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T20:36:26.042Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T20:36:26.042Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T20:36:26.042Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T20:36:26.042Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T20:36:26.042Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T20:36:26.042Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T20:36:26.042Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T20:36:26.042Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T20:36:26.042Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T20:36:26.042Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T20:36:26.042Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T20:36:31.324Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T20:36:31.324Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T20:36:37.914Z] Removing intermediate container 1ddab632adb7 [2022-04-12T20:36:37.914Z] ---> 38a5a3754aff [2022-04-12T20:36:37.914Z] [2022-04-12T20:36:37.914Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T20:36:37.914Z] ---> e04c818066af [2022-04-12T20:36:37.914Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-12T20:36:37.914Z] ---> Using cache [2022-04-12T20:36:37.914Z] ---> f8b58b52bb85 [2022-04-12T20:36:37.914Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T20:36:37.914Z] ---> Using cache [2022-04-12T20:36:37.914Z] ---> fd3f8e1f55b2 [2022-04-12T20:36:37.914Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-12T20:36:37.914Z] ---> Running in 11da714c5200 [2022-04-12T20:36:37.914Z] Removing intermediate container 11da714c5200 [2022-04-12T20:36:37.914Z] ---> 0117aa0004bf [2022-04-12T20:36:37.914Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-12T20:36:38.849Z] ---> Running in 2d60643b8647 [2022-04-12T20:36:39.415Z] Removing intermediate container 2d60643b8647 [2022-04-12T20:36:39.415Z] ---> 62e8dba45fa4 [2022-04-12T20:36:39.415Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T20:36:40.789Z] ---> d801f85c904c [2022-04-12T20:36:40.789Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-12T20:36:40.789Z] Removing intermediate container 0640007d702e [2022-04-12T20:36:40.789Z] ---> c1c44869a806 [2022-04-12T20:36:40.789Z] [2022-04-12T20:36:40.789Z] Step 10/25 : FROM alpine:3.14 [2022-04-12T20:36:40.789Z] ---> e04c818066af [2022-04-12T20:36:40.789Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-12T20:36:40.789Z] ---> Running in 57e985eb44f6 [2022-04-12T20:36:41.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:36:41.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:36:41.723Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-12T20:36:41.723Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-12T20:36:41.982Z] (3/3) Installing su-exec (0.2-r1) [2022-04-12T20:36:41.982Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T20:36:41.982Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T20:36:41.982Z] OK: 6 MiB in 17 packages [2022-04-12T20:36:42.240Z] ---> daf0d8d2bf28 [2022-04-12T20:36:42.240Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-12T20:36:42.809Z] ---> d0bfa34f7123 [2022-04-12T20:36:42.809Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-12T20:36:42.809Z] ---> Running in c8c880d5877f [2022-04-12T20:36:43.093Z] Removing intermediate container 57e985eb44f6 [2022-04-12T20:36:43.093Z] ---> 48728771b18e [2022-04-12T20:36:43.093Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-12T20:36:43.361Z] Removing intermediate container c8c880d5877f [2022-04-12T20:36:43.361Z] ---> 4fa9a4fcb462 [2022-04-12T20:36:43.361Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T20:36:43.361Z] ---> Running in 76b458ed499e [2022-04-12T20:36:43.620Z] ---> Running in ded78e5f6b17 [2022-04-12T20:36:43.879Z] Removing intermediate container 76b458ed499e [2022-04-12T20:36:43.879Z] ---> f689a1eb8dc8 [2022-04-12T20:36:43.879Z] Step 13/25 : WORKDIR / [2022-04-12T20:36:43.879Z] Removing intermediate container ded78e5f6b17 [2022-04-12T20:36:43.879Z] ---> 68e6c9e8f6f0 [2022-04-12T20:36:43.879Z] Step 20/22 : LABEL arch=x86_64 [2022-04-12T20:36:43.879Z] ---> Running in f0e2446a1cbd [2022-04-12T20:36:43.879Z] ---> Running in 9643eef5613e [2022-04-12T20:36:44.137Z] Removing intermediate container f0e2446a1cbd [2022-04-12T20:36:44.137Z] ---> 9c44d8456e11 [2022-04-12T20:36:44.137Z] 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-12T20:36:44.137Z] Removing intermediate container 9643eef5613e [2022-04-12T20:36:44.137Z] ---> e8f6f955e357 [2022-04-12T20:36:44.137Z] Step 21/22 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:36:44.414Z] ---> Running in 9d7fd0477376 [2022-04-12T20:36:44.677Z] ---> 79b6ea407386 [2022-04-12T20:36:44.677Z] 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-12T20:36:44.677Z] Removing intermediate container 9d7fd0477376 [2022-04-12T20:36:44.677Z] ---> 743a2e3c0397 [2022-04-12T20:36:44.677Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T20:36:44.937Z] ---> Running in 4d7caac46131 [2022-04-12T20:36:45.196Z] ---> 0f19582e012e [2022-04-12T20:36:45.196Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-12T20:36:45.196Z] Removing intermediate container 4d7caac46131 [2022-04-12T20:36:45.196Z] ---> e03d4818802f [2022-04-12T20:36:45.196Z] [2022-04-12T20:36:45.454Z] Successfully built e03d4818802f [2022-04-12T20:36:45.454Z] Successfully tagged support-scheduler:latest [2022-04-12T20:36:45.712Z]  Building support-scheduler ... done  ---> 002287698d15 [2022-04-12T20:36:45.712Z] 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-12T20:36:46.418Z] ---> 910660b21d33 [2022-04-12T20:36:46.418Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-12T20:36:47.039Z] ---> 0b8e3023bbd7 [2022-04-12T20:36:47.039Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-12T20:36:48.422Z] ---> fe45ed01170b [2022-04-12T20:36:48.422Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-12T20:36:48.992Z] ---> d37599f0d73f [2022-04-12T20:36:48.992Z] 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-12T20:36:48.992Z] ---> Running in 4ce2a0557f82 [2022-04-12T20:36:51.538Z] Removing intermediate container 4ce2a0557f82 [2022-04-12T20:36:51.538Z] ---> b639d2f44387 [2022-04-12T20:36:51.538Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-12T20:36:51.538Z] ---> Running in 7eb35f9e71c3 [2022-04-12T20:36:51.797Z] Removing intermediate container 7eb35f9e71c3 [2022-04-12T20:36:51.797Z] ---> 4f61e0be55b5 [2022-04-12T20:36:51.797Z] Step 23/25 : LABEL arch=x86_64 [2022-04-12T20:36:52.056Z] ---> Running in 7b312f02f583 [2022-04-12T20:36:52.316Z] Removing intermediate container 7b312f02f583 [2022-04-12T20:36:52.316Z] ---> 7d7b8c240162 [2022-04-12T20:36:52.316Z] Step 24/25 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:36:52.617Z] ---> Running in ff8c0c8f2c9a [2022-04-12T20:36:52.895Z] Removing intermediate container ff8c0c8f2c9a [2022-04-12T20:36:52.895Z] ---> 2d342d143943 [2022-04-12T20:36:52.895Z] Step 25/25 : LABEL version=0.0.0 [2022-04-12T20:36:52.895Z] ---> Running in 10e24e384526 [2022-04-12T20:36:53.833Z] Removing intermediate container 10e24e384526 [2022-04-12T20:36:53.833Z] ---> e70b07188c48 [2022-04-12T20:36:53.833Z] [2022-04-12T20:36:53.833Z] Successfully built e70b07188c48 [2022-04-12T20:36:53.833Z] Successfully tagged security-secretstore-setup:latest [2022-04-12T20:37:25.915Z]  Building security-secretstore-setup ... done Building bin/spire-agent... [2022-04-12T20:37:25.915Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T20:37:25.915Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T20:37:25.915Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T20:37:25.915Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T20:37:25.915Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T20:37:25.915Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T20:37:25.915Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T20:37:25.915Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T20:37:25.915Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T20:37:25.915Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T20:37:25.915Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T20:37:25.915Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T20:37:25.915Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T20:37:40.795Z] Building bin/spire-agent... [2022-04-12T20:37:40.795Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T20:37:40.795Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T20:37:40.795Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T20:37:40.795Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T20:37:40.795Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T20:37:40.795Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T20:37:40.795Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T20:37:40.795Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T20:37:40.795Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T20:37:40.795Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T20:37:40.796Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T20:37:40.796Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T20:37:40.796Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T20:37:50.217Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-12T20:38:02.696Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-12T20:38:02.696Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-12T20:38:02.696Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-12T20:38:09.462Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-12T20:38:09.462Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-12T20:38:09.462Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-12T20:38:09.462Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-12T20:38:09.462Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-12T20:38:09.462Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-12T20:38:09.742Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-12T20:38:10.740Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-12T20:38:10.740Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-12T20:38:10.740Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-12T20:38:10.740Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-12T20:38:19.517Z] Building bin/spire-agent... [2022-04-12T20:38:19.517Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T20:38:19.517Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T20:38:19.517Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T20:38:19.517Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T20:38:19.517Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T20:38:19.517Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T20:38:19.517Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T20:38:19.517Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T20:38:19.517Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T20:38:19.517Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T20:38:19.517Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T20:38:19.517Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T20:38:19.517Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T20:38:23.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.230s coverage: 28.7% of statements [2022-04-12T20:38:23.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-12T20:38:23.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-12T20:38:28.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.451s coverage: 98.5% of statements [2022-04-12T20:38:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-12T20:38:29.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.470s coverage: 54.9% of statements [2022-04-12T20:38:29.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-12T20:38:29.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-12T20:38:37.608Z] Removing intermediate container f675aae5d03d [2022-04-12T20:38:37.608Z] ---> 2b1b80daf0cd [2022-04-12T20:38:37.608Z] [2022-04-12T20:38:37.608Z] Step 13/26 : FROM alpine:3.15 [2022-04-12T20:38:37.608Z] ---> 0ac33e5f5afa [2022-04-12T20:38:37.608Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T20:38:37.608Z] ---> Using cache [2022-04-12T20:38:37.608Z] ---> 4464d89028d3 [2022-04-12T20:38:37.608Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:38:37.608Z] ---> Using cache [2022-04-12T20:38:37.608Z] ---> 1c1d078678ba [2022-04-12T20:38:37.608Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-12T20:38:37.608Z] Removing intermediate container ca543dc24630 [2022-04-12T20:38:37.608Z] ---> 6e8843c9554b [2022-04-12T20:38:37.608Z] [2022-04-12T20:38:37.608Z] Step 13/26 : FROM alpine:3.15 [2022-04-12T20:38:37.608Z] ---> 0ac33e5f5afa [2022-04-12T20:38:37.608Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T20:38:37.608Z] ---> Using cache [2022-04-12T20:38:37.608Z] ---> 4464d89028d3 [2022-04-12T20:38:37.608Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:38:37.608Z] ---> Using cache [2022-04-12T20:38:37.608Z] ---> 1c1d078678ba [2022-04-12T20:38:37.608Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-12T20:38:38.988Z] ---> Running in d6c166309f79 [2022-04-12T20:38:38.988Z] ---> Running in 98ab41eef69d [2022-04-12T20:38:39.248Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:38:39.248Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:38:40.184Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:38:40.184Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:38:40.443Z] v3.15.4-19-gb8465a8cc6 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T20:38:40.443Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T20:38:40.443Z] OK: 15854 distinct packages available [2022-04-12T20:38:40.443Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:38:40.443Z] v3.15.4-19-gb8465a8cc6 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T20:38:40.443Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T20:38:40.443Z] OK: 15854 distinct packages available [2022-04-12T20:38:40.443Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T20:38:41.379Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:38:41.379Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T20:38:41.638Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-12T20:38:41.638Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-12T20:38:41.638Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-12T20:38:41.638Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-12T20:38:41.638Z] (3/4) Installing libucontext (1.1-r0) [2022-04-12T20:38:41.638Z] (3/5) Installing libucontext (1.1-r0) [2022-04-12T20:38:41.897Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-12T20:38:41.897Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-12T20:38:41.897Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T20:38:41.897Z] OK: 6 MiB in 18 packages [2022-04-12T20:38:41.897Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-12T20:38:41.897Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T20:38:42.155Z] OK: 6 MiB in 19 packages [2022-04-12T20:38:45.449Z] Removing intermediate container 98ab41eef69d [2022-04-12T20:38:45.449Z] ---> 3966b5ea6df2 [2022-04-12T20:38:45.449Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T20:38:45.449Z] Removing intermediate container d6c166309f79 [2022-04-12T20:38:45.449Z] ---> 360c5c1edbf3 [2022-04-12T20:38:45.449Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-12T20:38:48.746Z] ---> 5b894932d639 [2022-04-12T20:38:48.747Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T20:38:48.747Z] ---> 59dc5cba2188 [2022-04-12T20:38:48.747Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T20:38:49.688Z] ---> 9cfacb2acc48 [2022-04-12T20:38:49.688Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-12T20:38:49.688Z] ---> Running in 9e3b8cbd36a8 [2022-04-12T20:38:49.950Z] ---> 8bee97f13077 [2022-04-12T20:38:49.950Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T20:38:49.950Z] Removing intermediate container 9e3b8cbd36a8 [2022-04-12T20:38:49.950Z] ---> e120486b1d97 [2022-04-12T20:38:49.950Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-12T20:38:50.211Z] ---> eb71e5bded67 [2022-04-12T20:38:50.211Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-12T20:38:50.211Z] ---> c744f00f59c7 [2022-04-12T20:38:50.211Z] Step 21/26 : WORKDIR / [2022-04-12T20:38:50.471Z] ---> Running in 20e1584fdb60 [2022-04-12T20:38:50.471Z] ---> d7ec7deeb8e3 [2022-04-12T20:38:50.471Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-12T20:38:50.730Z] Removing intermediate container 20e1584fdb60 [2022-04-12T20:38:50.731Z] ---> 1862e14bc9a3 [2022-04-12T20:38:50.731Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T20:38:50.731Z] ---> 6653bb24f72d [2022-04-12T20:38:50.731Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T20:38:50.731Z] ---> Running in 72399632ab9b [2022-04-12T20:38:50.992Z] ---> Running in 6d361bd22fa2 [2022-04-12T20:38:50.992Z] Removing intermediate container 72399632ab9b [2022-04-12T20:38:50.992Z] ---> a9b4de745eff [2022-04-12T20:38:50.992Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T20:38:50.992Z] Removing intermediate container 6d361bd22fa2 [2022-04-12T20:38:50.992Z] ---> bc905fc5fdce [2022-04-12T20:38:50.992Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T20:38:51.251Z] ---> Running in 0a97576ff663 [2022-04-12T20:38:51.251Z] ---> Running in b379b5faf252 [2022-04-12T20:38:51.251Z] Removing intermediate container 0a97576ff663 [2022-04-12T20:38:51.251Z] ---> 3b570cfaffe1 [2022-04-12T20:38:51.251Z] Step 24/26 : LABEL arch=x86_64 [2022-04-12T20:38:51.511Z] ---> Running in 51070bff79dd [2022-04-12T20:38:51.511Z] Removing intermediate container b379b5faf252 [2022-04-12T20:38:51.511Z] ---> 08da423e6d9a [2022-04-12T20:38:51.511Z] Step 24/26 : LABEL arch=x86_64 [2022-04-12T20:38:51.511Z] ---> Running in 6de2f5cfbdf0 [2022-04-12T20:38:51.511Z] Removing intermediate container 51070bff79dd [2022-04-12T20:38:51.511Z] ---> bc57665e3f9c [2022-04-12T20:38:51.511Z] Step 25/26 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:38:51.770Z] ---> Running in 24f5fc27616d [2022-04-12T20:38:51.771Z] Removing intermediate container 6de2f5cfbdf0 [2022-04-12T20:38:51.771Z] ---> 9a9167c210a4 [2022-04-12T20:38:51.771Z] Step 25/26 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:38:51.771Z] ---> Running in ebcae8f2ea6c [2022-04-12T20:38:51.771Z] Removing intermediate container 24f5fc27616d [2022-04-12T20:38:51.771Z] ---> d383f9ef4755 [2022-04-12T20:38:51.771Z] Step 26/26 : LABEL version=0.0.0 [2022-04-12T20:38:52.029Z] ---> Running in 8b874fe8022d [2022-04-12T20:38:52.029Z] Removing intermediate container ebcae8f2ea6c [2022-04-12T20:38:52.029Z] ---> ce68d2bedfe0 [2022-04-12T20:38:52.029Z] Step 26/26 : LABEL version=0.0.0 [2022-04-12T20:38:52.288Z] ---> Running in 1f6e92788518 [2022-04-12T20:38:52.288Z] Removing intermediate container 8b874fe8022d [2022-04-12T20:38:52.288Z] ---> 72dad0d4b8c0 [2022-04-12T20:38:52.288Z] [2022-04-12T20:38:52.288Z] Successfully built 72dad0d4b8c0 [2022-04-12T20:38:52.548Z] Successfully tagged security-spire-config:latest [2022-04-12T20:38:52.548Z]  Building security-spire-config ... done Removing intermediate container 1f6e92788518 [2022-04-12T20:38:52.548Z] ---> 94aa60e7fb51 [2022-04-12T20:38:52.548Z] [2022-04-12T20:38:52.548Z] Successfully built 94aa60e7fb51 [2022-04-12T20:38:52.548Z] Successfully tagged security-spire-agent:latest [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.763s coverage: 89.2% of statements [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.427s coverage: 84.4% of statements [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.070s coverage: 95.4% of statements [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.508s coverage: 72.2% of statements [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.469s coverage: 60.0% of statements [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.617s coverage: 0.9% of statements [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.377s coverage: 58.8% of statements [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.614s coverage: 24.0% of statements [2022-04-12T20:38:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.250s coverage: 47.1% of statements [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.259s coverage: 79.5% of statements [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.235s coverage: 94.1% of statements [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.246s coverage: 96.3% of statements [2022-04-12T20:38:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.255s coverage: 87.5% of statements [2022-04-12T20:39:09.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.263s coverage: 94.4% of statements [2022-04-12T20:39:09.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.217s coverage: 44.8% of statements [2022-04-12T20:39:16.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.741s coverage: 82.5% of statements [2022-04-12T20:39:16.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-12T20:39:19.117Z]  Building security-spire-agent ... done Removing intermediate container 2ff81bff0858 [2022-04-12T20:39:19.117Z] ---> e164ce740105 [2022-04-12T20:39:19.117Z] [2022-04-12T20:39:19.117Z] Step 13/25 : FROM alpine:3.15 [2022-04-12T20:39:19.117Z] ---> 0ac33e5f5afa [2022-04-12T20:39:19.117Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T20:39:19.117Z] ---> Using cache [2022-04-12T20:39:19.117Z] ---> 4464d89028d3 [2022-04-12T20:39:19.117Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:39:19.117Z] ---> Using cache [2022-04-12T20:39:19.117Z] ---> 1c1d078678ba [2022-04-12T20:39:19.117Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-12T20:39:19.117Z] ---> Using cache [2022-04-12T20:39:19.117Z] ---> 360c5c1edbf3 [2022-04-12T20:39:19.117Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T20:39:20.501Z] ---> 5b04279101e1 [2022-04-12T20:39:20.501Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T20:39:20.762Z] ---> a2d6ee87d980 [2022-04-12T20:39:20.762Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-12T20:39:20.762Z] ---> 45aca3c240f4 [2022-04-12T20:39:20.762Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-12T20:39:21.022Z] ---> 908c4bbe0b93 [2022-04-12T20:39:21.022Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T20:39:21.022Z] ---> Running in eeda68e8e3b4 [2022-04-12T20:39:21.022Z] Removing intermediate container eeda68e8e3b4 [2022-04-12T20:39:21.022Z] ---> 3e17994846af [2022-04-12T20:39:21.022Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T20:39:21.022Z] ---> Running in 38b485146fd8 [2022-04-12T20:39:21.282Z] Removing intermediate container 38b485146fd8 [2022-04-12T20:39:21.282Z] ---> 0fb0acdc1b18 [2022-04-12T20:39:21.282Z] Step 23/25 : LABEL arch=x86_64 [2022-04-12T20:39:21.282Z] ---> Running in 15239c1b62ee [2022-04-12T20:39:21.282Z] Removing intermediate container 15239c1b62ee [2022-04-12T20:39:21.282Z] ---> 71621ab74e86 [2022-04-12T20:39:21.282Z] Step 24/25 : LABEL git_sha=a56814b22cf09edc1e9258d3b3dc550e91b0a62e [2022-04-12T20:39:21.282Z] ---> Running in c0a9991f50ad [2022-04-12T20:39:21.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.318s coverage: 92.9% of statements [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-12T20:39:21.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.082s coverage: 65.1% of statements [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-12T20:39:21.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.231s coverage: 87.2% of statements [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-12T20:39:21.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.199s coverage: 100.0% of statements [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-12T20:39:21.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.314s coverage: 58.8% of statements [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-12T20:39:21.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.391s coverage: 80.0% of statements [2022-04-12T20:39:21.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.275s coverage: 87.2% of statements [2022-04-12T20:39:21.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.333s coverage: 85.4% of statements [2022-04-12T20:39:21.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.913s coverage: 91.2% of statements [2022-04-12T20:39:21.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-12T20:39:21.548Z] Removing intermediate container c0a9991f50ad [2022-04-12T20:39:21.548Z] ---> 4a091dbf494c [2022-04-12T20:39:21.548Z] Step 25/25 : LABEL version=0.0.0 [2022-04-12T20:39:21.548Z] ---> Running in 44d427775f51 [2022-04-12T20:39:21.548Z] Removing intermediate container 44d427775f51 [2022-04-12T20:39:21.548Z] ---> b55da31e0c03 [2022-04-12T20:39:21.548Z] [2022-04-12T20:39:21.808Z] Successfully built b55da31e0c03 [2022-04-12T20:39:21.808Z] Successfully tagged security-spire-server:latest [2022-04-12T20:39:21.815Z]  Building security-spire-server ... done  [Pipeline] } [2022-04-12T20:39:21.825Z] $ docker stop --time=1 5eec7f7fb1424951208a0414257cd0cdc9887e9c67890540530cdfee7078d90f [2022-04-12T20:39:23.130Z] $ docker rm -f 5eec7f7fb1424951208a0414257cd0cdc9887e9c67890540530cdfee7078d90f [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T20:39:23.475Z] + docker images [2022-04-12T20:39:23.475Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-12T20:39:23.475Z] security-spire-server latest b55da31e0c03 2 seconds ago 87.3MB [2022-04-12T20:39:23.475Z] e164ce740105 14 seconds ago 4.5GB [2022-04-12T20:39:23.475Z] security-spire-config latest 72dad0d4b8c0 31 seconds ago 86.7MB [2022-04-12T20:39:23.475Z] security-spire-agent latest 94aa60e7fb51 31 seconds ago 127MB [2022-04-12T20:39:23.475Z] 6e8843c9554b 52 seconds ago 4.5GB [2022-04-12T20:39:23.475Z] 2b1b80daf0cd About a minute ago 4.5GB [2022-04-12T20:39:23.475Z] security-secretstore-setup latest e70b07188c48 2 minutes ago 42.1MB [2022-04-12T20:39:23.475Z] support-scheduler latest e03d4818802f 2 minutes ago 26MB [2022-04-12T20:39:23.475Z] c1c44869a806 2 minutes ago 1.63GB [2022-04-12T20:39:23.475Z] 38a5a3754aff 2 minutes ago 1.62GB [2022-04-12T20:39:23.475Z] security-bootstrapper latest 59339821cf8d 3 minutes ago 24.3MB [2022-04-12T20:39:23.475Z] security-proxy-setup latest c5502df1beab 3 minutes ago 43.4MB [2022-04-12T20:39:23.475Z] security-spiffe-token-provider latest 9033206460cf 3 minutes ago 28.5MB [2022-04-12T20:39:23.475Z] 27d6b28484fc 4 minutes ago 1.61GB [2022-04-12T20:39:23.475Z] 9266f086fa7b 4 minutes ago 1.63GB [2022-04-12T20:39:23.475Z] 17a8e7fd4b5b 4 minutes ago 1.61GB [2022-04-12T20:39:23.475Z] sys-mgmt-agent latest b5c21a6c40f7 4 minutes ago 307MB [2022-04-12T20:39:23.475Z] core-data latest 7b77d1c6dfcf 5 minutes ago 35.9MB [2022-04-12T20:39:23.475Z] core-metadata latest 3e51ee3ed247 5 minutes ago 26.2MB [2022-04-12T20:39:23.475Z] support-notifications latest 2a427c5f7bd7 5 minutes ago 26.6MB [2022-04-12T20:39:23.475Z] core-command latest f58c6fb197fa 5 minutes ago 24.5MB [2022-04-12T20:39:23.475Z] dc3521899c80 5 minutes ago 1.62GB [2022-04-12T20:39:23.475Z] 3ac9b98fd587 5 minutes ago 1.65GB [2022-04-12T20:39:23.475Z] 4b0eaa4d8c73 5 minutes ago 1.62GB [2022-04-12T20:39:23.475Z] 9b0fdf0befeb 5 minutes ago 1.62GB [2022-04-12T20:39:23.475Z] 21d92c77e506 5 minutes ago 1.61GB [2022-04-12T20:39:23.475Z] ci-base-image-x86_64 latest ef9a57068fcd 8 minutes ago 896MB [2022-04-12T20:39:23.475Z] docker 20.10.14 7417809fdb73 7 days ago 218MB [2022-04-12T20:39:23.475Z] alpine 3.14 e04c818066af 7 days ago 5.59MB [2022-04-12T20:39:23.475Z] alpine 3.15 0ac33e5f5afa 7 days ago 5.57MB [2022-04-12T20:39:23.475Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-12T20:39:23.475Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-12T20:39:23.475Z] 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-12T20:39:26.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.013s coverage: 64.4% of statements [2022-04-12T20:39:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-12T20:39:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-12T20:39:26.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.250s coverage: 100.0% of statements [2022-04-12T20:39:26.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.222s coverage: 89.4% of statements [2022-04-12T20:39:26.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.117s coverage: 100.0% of statements [2022-04-12T20:39:26.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.144s coverage: 73.7% of statements [2022-04-12T20:39:26.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements [2022-04-12T20:39:33.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.572s coverage: 65.4% of statements [2022-04-12T20:39:33.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-12T20:39:33.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-12T20:39:33.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-12T20:39:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.932s coverage: 43.8% of statements [2022-04-12T20:39:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-12T20:39:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-12T20:39:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.245s coverage: 89.5% of statements [2022-04-12T20:39:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-12T20:39:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.310s coverage: 84.8% of statements [2022-04-12T20:39:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-12T20:39:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-12T20:39:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-12T20:39:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-12T20:39:45.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.441s coverage: 17.7% of statements [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-12T20:39:45.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.815s coverage: 92.3% of statements [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-12T20:39:45.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.339s coverage: 63.2% of statements [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-12T20:39:45.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.527s coverage: 97.7% of statements [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-12T20:39:45.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.253s coverage: 28.9% of statements [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-12T20:39:45.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-12T20:39:45.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.223s coverage: 100.0% of statements [2022-04-12T20:39:45.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements [2022-04-12T20:39:46.133Z] 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-12T20:39:46.133Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-12T20:39:46.133Z] GO111MODULE=on go vet ./... [2022-04-12T20:41:53.058Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-12T20:41:53.058Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-12T20:41:53.058Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-12T20:41:53.082Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-12T20:41:53.731Z] + ls -al . [2022-04-12T20:41:53.731Z] total 664 [2022-04-12T20:41:53.731Z] drwxrwxr-x 9 1001 1001 4096 Apr 12 20:41 . [2022-04-12T20:41:53.731Z] drwxr-xr-x 4 root root 4096 Apr 12 20:35 .. [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 11 Apr 12 20:33 .dockerignore [2022-04-12T20:41:53.731Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 20:33 .git [2022-04-12T20:41:53.731Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 20:33 .github [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 879 Apr 12 20:33 .gitignore [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 42 Apr 12 20:33 .golangci.yml [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 87 Apr 12 20:33 .hadolint.yml [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 166 Apr 12 20:33 .sonarcloud.properties [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 1171 Apr 12 20:33 ADOPTERS.md [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 9953 Apr 12 20:33 Attribution.txt [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 51732 Apr 12 20:33 CHANGELOG.md [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 3804 Apr 12 20:33 CONTRIBUTING.md [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 677 Apr 12 20:33 GOVERNANCE.md [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 850 Apr 12 20:33 Jenkinsfile [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 10775 Apr 12 20:33 LICENSE [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 8478 Apr 12 20:33 Makefile [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 582 Apr 12 20:33 OWNERS.md [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 8207 Apr 12 20:33 README.md [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 6912 Apr 12 20:33 SECURITY.md [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 5 Apr 12 20:30 VERSION [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 4131 Apr 12 20:33 ZMQWindows.md [2022-04-12T20:41:53.731Z] drwxrwxr-x 2 1001 1001 4096 Apr 12 20:33 bin [2022-04-12T20:41:53.731Z] drwxrwxr-x 18 1001 1001 4096 Apr 12 20:33 cmd [2022-04-12T20:41:53.731Z] -rw-r--r-- 1 root root 432619 Apr 12 20:39 coverage.out [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 3175 Apr 12 20:33 go.mod [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 34990 Apr 12 20:33 go.sum [2022-04-12T20:41:53.731Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 20:33 internal [2022-04-12T20:41:53.731Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 20:33 openapi [2022-04-12T20:41:53.731Z] drwxrwxr-x 4 1001 1001 4096 Apr 12 20:33 snap [2022-04-12T20:41:53.731Z] -rw-rw-r-- 1 1001 1001 204 Apr 12 20:33 version.go [Pipeline] sh [2022-04-12T20:41:54.384Z] + '[' -e coverage.out ] [2022-04-12T20:41:54.384Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-12T20:41:54.404Z] Warning: overwriting stash ‘coverage-report’ [2022-04-12T20:41:55.246Z] Stashed 1 file(s) [Pipeline] sh [2022-04-12T20:41:55.888Z] + make build [2022-04-12T20:41:55.888Z] 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-12T20:44:02.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-12T20:45:39.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-12T20:45:39.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-12T20:45:39.720Z] 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-12T20:45:39.720Z] 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-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-12T20:45:45.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-12T20:45:51.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-12T20:45:57.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-12T20:46:03.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-12T20:46:09.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-12T20:46:16.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-12T20:46:26.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-12T20:46:31.760Z] $ docker stop --time=1 a58b09f4c1e85eb8bf5eabc5e4242de6c6d2b336aa70d0b5bdb70aeabd9e4c64 [2022-04-12T20:46:33.905Z] $ docker rm -f a58b09f4c1e85eb8bf5eabc5e4242de6c6d2b336aa70d0b5bdb70aeabd9e4c64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:46:36.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-12T20:46:36.549Z] [2022-04-12T20:46:36.549Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:46:36.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-12T20:46:37.182Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-12T20:46:37.182Z] 29e5d40040c1: Pulling fs layer [2022-04-12T20:46:37.182Z] 1ce36da41761: Pulling fs layer [2022-04-12T20:46:37.182Z] 25b303627fd3: Pulling fs layer [2022-04-12T20:46:37.182Z] 29e5d40040c1: Verifying Checksum [2022-04-12T20:46:37.182Z] 29e5d40040c1: Download complete [2022-04-12T20:46:37.461Z] 1ce36da41761: Verifying Checksum [2022-04-12T20:46:37.461Z] 1ce36da41761: Download complete [2022-04-12T20:46:38.059Z] 29e5d40040c1: Pull complete [2022-04-12T20:46:39.501Z] 25b303627fd3: Verifying Checksum [2022-04-12T20:46:39.501Z] 25b303627fd3: Download complete [2022-04-12T20:46:39.501Z] 1ce36da41761: Pull complete [2022-04-12T20:46:51.960Z] 25b303627fd3: Pull complete [2022-04-12T20:46:51.960Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-12T20:46:51.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-12T20:46:51.960Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-12T20:46:52.232Z] prd-ubuntu20.04-docker-arm64-4c-16g-20720 does not seem to be running inside a container [2022-04-12T20:46:52.334Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-12T20:46:54.982Z] $ docker top d2586968eadf61701b78db1e0af13cd9dd978b3fe4a6e2bb4a7d799227de103a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T20:46:55.930Z] + grep parallel [2022-04-12T20:46:55.930Z] + docker-compose build --help [2022-04-12T20:47:02.637Z] --parallel Build images in parallel. [Pipeline] } [2022-04-12T20:47:02.665Z] $ docker stop --time=1 d2586968eadf61701b78db1e0af13cd9dd978b3fe4a6e2bb4a7d799227de103a [2022-04-12T20:47:04.369Z] $ docker rm -f d2586968eadf61701b78db1e0af13cd9dd978b3fe4a6e2bb4a7d799227de103a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T20:47:04.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-12T20:47:04.976Z] . [Pipeline] withDockerContainer [2022-04-12T20:47:05.230Z] prd-ubuntu20.04-docker-arm64-4c-16g-20720 does not seem to be running inside a container [2022-04-12T20:47:05.321Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-12T20:47:06.718Z] $ docker top 77813e2f72581e03e11a49991156b78a82768f463c551f647a5ec461373393da -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T20:47:07.685Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-12T20:47:14.423Z] Building core-command ... [2022-04-12T20:47:14.423Z] Building core-data ... [2022-04-12T20:47:14.423Z] Building core-metadata ... [2022-04-12T20:47:14.423Z] Building security-bootstrapper ... [2022-04-12T20:47:14.423Z] Building security-proxy-setup ... [2022-04-12T20:47:14.423Z] Building security-secretstore-setup ... [2022-04-12T20:47:14.423Z] Building security-spiffe-token-provider ... [2022-04-12T20:47:14.423Z] Building security-spire-agent ... [2022-04-12T20:47:14.423Z] Building security-spire-config ... [2022-04-12T20:47:14.423Z] Building security-spire-server ... [2022-04-12T20:47:14.423Z] Building support-notifications ... [2022-04-12T20:47:14.423Z] Building support-scheduler ... [2022-04-12T20:47:14.423Z] Building sys-mgmt-agent ... [2022-04-12T20:47:14.423Z] Building security-proxy-setup [2022-04-12T20:47:14.423Z] Building security-spire-agent [2022-04-12T20:47:14.423Z] Building sys-mgmt-agent [2022-04-12T20:47:14.423Z] Building security-spire-config [2022-04-12T20:47:14.423Z] Building security-spire-server [2022-04-12T20:49:06.343Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:49:06.343Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:49:06.343Z] ---> e0dee73dd579 [2022-04-12T20:49:06.343Z] Step 3/25 : WORKDIR /edgex-go [2022-04-12T20:49:06.343Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:49:06.343Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:49:06.343Z] ---> e0dee73dd579 [2022-04-12T20:49:06.343Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T20:49:06.343Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:49:06.343Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:49:06.343Z] ---> e0dee73dd579 [2022-04-12T20:49:06.343Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T20:49:06.343Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:49:06.343Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:49:06.343Z] ---> e0dee73dd579 [2022-04-12T20:49:06.343Z] Step 3/26 : WORKDIR /edgex-go [2022-04-12T20:49:06.343Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:49:06.343Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:49:06.343Z] ---> e0dee73dd579 [2022-04-12T20:49:06.343Z] Step 3/26 : WORKDIR /edgex-go [2022-04-12T20:49:06.343Z] ---> Running in 0dc3f30db8ad [2022-04-12T20:49:06.343Z] ---> Running in 2df0aa249f87 [2022-04-12T20:49:06.343Z] ---> Running in c672585b863d [2022-04-12T20:49:06.343Z] ---> Running in 7070750eb4d0 [2022-04-12T20:49:06.343Z] ---> Running in 88d5272b3a00 [2022-04-12T20:49:06.343Z] Removing intermediate container 0dc3f30db8ad [2022-04-12T20:49:06.343Z] ---> 3d1843f5db87 [2022-04-12T20:49:06.343Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:49:06.343Z] Removing intermediate container 88d5272b3a00 [2022-04-12T20:49:06.343Z] ---> c1cd1e447247 [2022-04-12T20:49:06.343Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:49:06.343Z] Removing intermediate container 7070750eb4d0 [2022-04-12T20:49:06.343Z] ---> 60593b6ad29f [2022-04-12T20:49:06.343Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:49:06.343Z] Removing intermediate container c672585b863d [2022-04-12T20:49:06.343Z] ---> 2bebecde822e [2022-04-12T20:49:06.343Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:49:06.343Z] Removing intermediate container 2df0aa249f87 [2022-04-12T20:49:06.343Z] ---> 72acbaa3ea79 [2022-04-12T20:49:06.343Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:49:06.343Z] ---> Running in 07428ebfb2e8 [2022-04-12T20:49:06.343Z] ---> Running in e65fd4772806 [2022-04-12T20:49:06.343Z] ---> Running in 8e8c9e637a19 [2022-04-12T20:49:06.343Z] ---> Running in 1fa780483a7b [2022-04-12T20:49:06.343Z] ---> Running in 5a95a4007e7b [2022-04-12T20:49:06.343Z] Removing intermediate container 07428ebfb2e8 [2022-04-12T20:49:06.343Z] ---> d8a26dfa628b [2022-04-12T20:49:06.343Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T20:49:06.343Z] ---> Running in 0aeca4d7d2ac [2022-04-12T20:49:06.343Z] Removing intermediate container 8e8c9e637a19 [2022-04-12T20:49:06.343Z] ---> 2ec21a219d33 [2022-04-12T20:49:06.343Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T20:49:06.343Z] ---> Running in 68f3be1a9c6f [2022-04-12T20:49:06.343Z] Removing intermediate container 1fa780483a7b [2022-04-12T20:49:06.343Z] ---> 3a0c0915b7c7 [2022-04-12T20:49:06.343Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-12T20:49:06.343Z] Removing intermediate container 5a95a4007e7b [2022-04-12T20:49:06.343Z] ---> 6bce59e323cb [2022-04-12T20:49:06.343Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-12T20:49:06.343Z] ---> Running in 4210df22478f [2022-04-12T20:49:06.343Z] ---> Running in b283a4f620c7 [2022-04-12T20:49:06.343Z] Removing intermediate container e65fd4772806 [2022-04-12T20:49:06.343Z] ---> a0f4ef61d14d [2022-04-12T20:49:06.343Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-12T20:49:06.343Z] ---> Running in 2172a48092ee [2022-04-12T20:49:06.343Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:49:06.343Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:49:06.343Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:49:06.343Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:49:06.343Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:49:06.343Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:49:06.623Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:49:06.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:49:06.905Z] OK: 220 MiB in 52 packages [2022-04-12T20:49:07.181Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:49:07.181Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:49:08.181Z] OK: 220 MiB in 52 packages [2022-04-12T20:49:08.181Z] Removing intermediate container 0aeca4d7d2ac [2022-04-12T20:49:08.181Z] ---> 1331f65b676a [2022-04-12T20:49:08.181Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-12T20:49:08.462Z] OK: 220 MiB in 52 packages [2022-04-12T20:49:08.462Z] OK: 220 MiB in 52 packages [2022-04-12T20:49:08.753Z] OK: 220 MiB in 52 packages [2022-04-12T20:49:09.739Z] Removing intermediate container 68f3be1a9c6f [2022-04-12T20:49:09.739Z] ---> bd2f3c068593 [2022-04-12T20:49:09.739Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-12T20:49:10.018Z] ---> dfe1742b2f5e [2022-04-12T20:49:10.019Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:49:10.019Z] Removing intermediate container 4210df22478f [2022-04-12T20:49:10.019Z] ---> afcd19543c42 [2022-04-12T20:49:10.019Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T20:49:10.019Z] ---> Running in 3f2acc03dbc6 [2022-04-12T20:49:10.309Z] Removing intermediate container 2172a48092ee [2022-04-12T20:49:10.309Z] ---> b81d50c741b1 [2022-04-12T20:49:10.309Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T20:49:10.583Z] Removing intermediate container b283a4f620c7 [2022-04-12T20:49:10.583Z] ---> 6b30fb19a86f [2022-04-12T20:49:10.583Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-12T20:49:11.182Z] ---> aff1a1ae6d9d [2022-04-12T20:49:11.182Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:49:11.459Z] ---> Running in 0c7828b21c67 [2022-04-12T20:49:11.459Z] ---> 6e9870e40077 [2022-04-12T20:49:11.459Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:49:11.459Z] ---> ba325cff8373 [2022-04-12T20:49:11.459Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:49:11.736Z] ---> Running in f8bb1e538992 [2022-04-12T20:49:11.736Z] ---> Running in 4b11892eece0 [2022-04-12T20:49:12.021Z] ---> a7057fa8edca [2022-04-12T20:49:12.021Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:49:12.302Z] ---> Running in fa1717226c8c [2022-04-12T20:49:14.953Z] Removing intermediate container 3f2acc03dbc6 [2022-04-12T20:49:14.953Z] ---> a13614d0bb57 [2022-04-12T20:49:14.953Z] Step 8/26 : COPY . . [2022-04-12T20:49:16.395Z] Removing intermediate container 0c7828b21c67 [2022-04-12T20:49:16.395Z] ---> 870b8cdf8341 [2022-04-12T20:49:16.395Z] Step 8/25 : COPY . . [2022-04-12T20:49:18.402Z] Removing intermediate container f8bb1e538992 [2022-04-12T20:49:18.402Z] ---> 3d6234d8c57d [2022-04-12T20:49:18.402Z] Step 8/22 : COPY . . [2022-04-12T20:49:18.685Z] Removing intermediate container 4b11892eece0 [2022-04-12T20:49:18.685Z] ---> f39af82213c2 [2022-04-12T20:49:18.685Z] Step 8/23 : COPY . . [2022-04-12T20:49:18.685Z] Removing intermediate container fa1717226c8c [2022-04-12T20:49:18.685Z] ---> 60ac210ac384 [2022-04-12T20:49:18.685Z] Step 8/26 : COPY . . [2022-04-12T20:49:51.030Z] ---> cfe8993da31e [2022-04-12T20:49:51.030Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T20:49:51.030Z] ---> eb1c0e306768 [2022-04-12T20:49:51.030Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T20:49:51.030Z] ---> Running in 81aa10833625 [2022-04-12T20:49:51.030Z] ---> Running in 2add3685e6a7 [2022-04-12T20:49:51.030Z] Removing intermediate container 81aa10833625 [2022-04-12T20:49:51.030Z] ---> 86045f2b78b9 [2022-04-12T20:49:51.030Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-12T20:49:51.030Z] Removing intermediate container 2add3685e6a7 [2022-04-12T20:49:51.030Z] ---> Running in f8166a621fbe [2022-04-12T20:49:51.030Z] ---> 1d1fb66d4f07 [2022-04-12T20:49:51.030Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-12T20:49:51.030Z] ---> Running in bf3e3735b1c6 [2022-04-12T20:49:51.030Z] ---> e7a95d64e956 [2022-04-12T20:49:51.030Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-12T20:49:51.030Z] ---> Running in 8544378904f8 [2022-04-12T20:49:51.030Z] ---> 337f62dec6b3 [2022-04-12T20:49:51.030Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-12T20:49:51.030Z] ---> Running in 9391cde71ba6 [2022-04-12T20:49:51.030Z] ---> 4ce93ed48e77 [2022-04-12T20:49:51.030Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-12T20:49:51.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-12T20:49:51.030Z] ---> Running in 04fb45d01df1 [2022-04-12T20:49:51.631Z] Removing intermediate container 04fb45d01df1 [2022-04-12T20:49:51.631Z] ---> b45a21c7d92f [2022-04-12T20:49:51.631Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-12T20:49:51.631Z] Removing intermediate container f8166a621fbe [2022-04-12T20:49:51.631Z] ---> 7308ca536a26 [2022-04-12T20:49:51.631Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-12T20:49:51.923Z] ---> Running in 23a26501b115 [2022-04-12T20:49:52.203Z] Removing intermediate container bf3e3735b1c6 [2022-04-12T20:49:52.203Z] ---> 96b2d1b52634 [2022-04-12T20:49:52.203Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-12T20:49:52.203Z] ---> Running in 1a9f0156178d [2022-04-12T20:49:52.203Z] ---> Running in aead34231838 [2022-04-12T20:49:52.809Z] 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-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-12T20:49:53.423Z] Removing intermediate container aead34231838 [2022-04-12T20:49:53.423Z] ---> 4088486728d2 [2022-04-12T20:49:53.423Z] 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-12T20:49:53.423Z] Removing intermediate container 1a9f0156178d [2022-04-12T20:49:53.423Z] ---> 54ddc62306ce [2022-04-12T20:49:53.423Z] 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-12T20:49:53.423Z] ---> Running in 2bc10766181f [2022-04-12T20:49:53.423Z] ---> Running in 3a2aaa539293 [2022-04-12T20:49:56.069Z] Removing intermediate container 23a26501b115 [2022-04-12T20:49:56.069Z] ---> 65c32841fa10 [2022-04-12T20:49:56.069Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-12T20:49:56.069Z] ---> Running in 2251a2107209 [2022-04-12T20:49:57.055Z] Removing intermediate container 2251a2107209 [2022-04-12T20:49:57.055Z] ---> 8e3ed5037ac3 [2022-04-12T20:49:57.055Z] 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-12T20:49:57.055Z] ---> Running in bcb4abfa3a5c [2022-04-12T20:49:57.332Z] spire-1.2.1/ [2022-04-12T20:49:57.332Z] spire-1.2.1/.data/ [2022-04-12T20:49:57.332Z] spire-1.2.1/.data/.file [2022-04-12T20:49:57.332Z] spire-1.2.1/.dockerignore [2022-04-12T20:49:57.332Z] spire-1.2.1/.gitattributes [2022-04-12T20:49:57.332Z] spire-1.2.1/.githooks/ [2022-04-12T20:49:57.332Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/ [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/workflows/ [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T20:49:57.332Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T20:49:57.332Z] spire-1.2.1/.gitignore [2022-04-12T20:49:57.332Z] spire-1.2.1/.go-version [2022-04-12T20:49:57.332Z] spire-1.2.1/.golangci.yml [2022-04-12T20:49:57.332Z] spire-1.2.1/ADOPTERS.md [2022-04-12T20:49:57.332Z] spire-1.2.1/CHANGELOG.md [2022-04-12T20:49:57.332Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T20:49:57.332Z] spire-1.2.1/CODEOWNERS [2022-04-12T20:49:57.332Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T20:49:57.332Z] spire-1.2.1/Dockerfile [2022-04-12T20:49:57.332Z] spire-1.2.1/Dockerfile.devspire-1.2.1/ [2022-04-12T20:49:57.332Z] [2022-04-12T20:49:57.332Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T20:49:57.332Z] spire-1.2.1/LICENSE [2022-04-12T20:49:57.332Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T20:49:57.332Z] spire-1.2.1/Makefile [2022-04-12T20:49:57.332Z] spire-1.2.1/README.md [2022-04-12T20:49:57.332Z] spire-1.2.1/ROADMAP.md [2022-04-12T20:49:57.332Z] spire-1.2.1/SECURITY.md [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/ [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T20:49:57.332Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/spire-1.2.1/.data/ [2022-04-12T20:49:57.610Z] spire-1.2.1/.data/.file [2022-04-12T20:49:57.610Z] spire-1.2.1/.dockerignore [2022-04-12T20:49:57.610Z] spire-1.2.1/.gitattributes [2022-04-12T20:49:57.610Z] spire-1.2.1/.githooks/ [2022-04-12T20:49:57.610Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/ [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/workflows/ [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T20:49:57.610Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T20:49:57.610Z] spire-1.2.1/.gitignore [2022-04-12T20:49:57.610Z] spire-1.2.1/.go-version [2022-04-12T20:49:57.610Z] spire-1.2.1/.golangci.yml [2022-04-12T20:49:57.610Z] spire-1.2.1/ADOPTERS.md [2022-04-12T20:49:57.610Z] spire-1.2.1/CHANGELOG.md [2022-04-12T20:49:57.610Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T20:49:57.610Z] spire-1.2.1/CODEOWNERS [2022-04-12T20:49:57.610Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T20:49:57.610Z] spire-1.2.1/Dockerfile [2022-04-12T20:49:57.610Z] spire-1.2.1/Dockerfile.dev [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T20:49:57.610Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T20:49:57.610Z] spire-1.2.1/LICENSE [2022-04-12T20:49:57.610Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T20:49:57.610Z] spire-1.2.1/Makefile [2022-04-12T20:49:57.610Z] spire-1.2.1/README.md [2022-04-12T20:49:57.610Z] spire-1.2.1/ROADMAP.md [2022-04-12T20:49:57.610Z] spire-1.2.1/SECURITY.md [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T20:49:57.610Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/ [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/agent/ [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/server/ [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/server/server.conf [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/ [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/auditlog.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/ [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T20:49:57.611Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/ [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/agent/ [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/server/ [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/server/server.conf [2022-04-12T20:49:57.611Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/ [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/auditlog.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/ [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/spire_server.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/telemetry.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/upgrading.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/using_spire.md [2022-04-12T20:49:57.611Z] spire-1.2.1/examples/ [2022-04-12T20:49:57.611Z] spire-1.2.1/examples/README.md [2022-04-12T20:49:57.611Z] spire-1.2.1/go.mod [2022-04-12T20:49:57.611Z] spire-1.2.1/go.sum [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T20:49:57.611Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T20:49:57.611Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T20:49:57.612Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T20:49:57.612Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/spire_server.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/telemetry.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/upgrading.md [2022-04-12T20:49:57.888Z] spire-1.2.1/doc/using_spire.md [2022-04-12T20:49:57.888Z] spire-1.2.1/examples/ [2022-04-12T20:49:57.888Z] spire-1.2.1/examples/README.md [2022-04-12T20:49:57.888Z] spire-1.2.1/go.mod [2022-04-12T20:49:57.888Z] spire-1.2.1/go.sum [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T20:49:57.888Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T20:49:57.889Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T20:49:57.890Z] [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T20:49:57.890Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/cliprinter/format_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T20:49:58.167Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T20:49:58.168Z] [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T20:49:58.168Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T20:49:58.169Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/version/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T20:49:58.170Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/version/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T20:49:58.446Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/config.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/config.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T20:49:58.447Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T20:49:58.448Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T20:49:58.727Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T20:49:58.728Z] [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.gospire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/server.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/proto/ [2022-04-12T20:49:58.728Z] spire-1.2.1/proto/private/ [2022-04-12T20:49:58.728Z] spire-1.2.1/proto/private/server/ [2022-04-12T20:49:58.728Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T20:49:58.728Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/ [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/common/ [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T20:49:58.729Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T20:49:58.729Z] spire-1.2.1/release/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire-extras/ [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire/ [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire/README.md [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire/conf/ [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T20:49:58.729Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T20:49:58.729Z] spire-1.2.1/script/ [2022-04-12T20:49:58.729Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T20:49:58.729Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T20:49:58.729Z] spire-1.2.1/support/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T20:49:58.729Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T20:49:58.729Z] [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T20:49:58.729Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.gospire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T20:49:58.730Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/clock/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/clock/clock.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T20:49:58.730Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:49:58.730Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/ [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/server.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T20:49:59.007Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T20:49:59.008Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T20:49:59.008Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T20:49:59.008Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T20:49:59.008Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T20:49:59.008Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/private/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/private/server/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/common/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T20:49:59.008Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T20:49:59.008Z] spire-1.2.1/release/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T20:49:59.008Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/README.md [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/common [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire-extras/ [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire/ [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire/README.md [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire/conf/ [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T20:49:59.008Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/script/ [2022-04-12T20:49:59.008Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T20:49:59.008Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T20:49:59.008Z] spire-1.2.1/support/ [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/ [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T20:49:59.008Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T20:49:59.008Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T20:49:59.009Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T20:49:59.009Z] spire-1.2.1/test/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/clock/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/clock/clock.go [2022-04-12T20:49:59.009Z] spire-1.2.1/test/fakes/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T20:49:59.009Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T20:49:59.009Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T20:49:59.009Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T20:49:59.009Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T20:49:59.010Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T20:49:59.010Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T20:49:59.011Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T20:49:59.011Z] spire-1.2.1/test/integration/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/README.md [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/common [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T20:49:59.287Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T20:49:59.288Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T20:49:59.289Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/test.sh [2022-04-12T20:49:59.290Z] spire-1.2.1/test/plugintest/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/spiretest/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T20:49:59.290Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/testca/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/testca/ca.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/testkey/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T20:49:59.290Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/testkey/new.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/util/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/util/race.go [2022-04-12T20:49:59.290Z] spire-1.2.1/test/util/util.go [2022-04-12T20:49:59.290Z] [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.mdbuilding spire from source... [2022-04-12T20:49:59.290Z] [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T20:49:59.290Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T20:49:59.291Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T20:49:59.568Z] spire-1.2.1/test/integration/test.sh [2022-04-12T20:49:59.568Z] spire-1.2.1/test/plugintest/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T20:49:59.568Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T20:49:59.568Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T20:49:59.568Z] spire-1.2.1/test/spiretest/ [2022-04-12T20:49:59.568Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T20:49:59.568Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/testca/ [2022-04-12T20:49:59.569Z] spire-1.2.1/test/testca/ca.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/testkey/ [2022-04-12T20:49:59.569Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T20:49:59.569Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/testkey/new.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T20:49:59.569Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/util/ [2022-04-12T20:49:59.569Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/util/race.go [2022-04-12T20:49:59.569Z] spire-1.2.1/test/util/util.go [2022-04-12T20:49:59.569Z] building spire from source... [2022-04-12T20:49:59.569Z] spire-1.2.1/ [2022-04-12T20:49:59.569Z] spire-1.2.1/.data/ [2022-04-12T20:49:59.569Z] spire-1.2.1/.data/.file [2022-04-12T20:49:59.569Z] spire-1.2.1/.dockerignore [2022-04-12T20:49:59.569Z] spire-1.2.1/.gitattributes [2022-04-12T20:49:59.569Z] spire-1.2.1/.githooks/ [2022-04-12T20:49:59.569Z] spire-1.2.1/.githooks/pre-commit [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/ [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/dependabot.yml [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/workflows/ [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-12T20:49:59.569Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-12T20:49:59.569Z] spire-1.2.1/.gitignore [2022-04-12T20:49:59.569Z] spire-1.2.1/.go-version [2022-04-12T20:49:59.569Z] spire-1.2.1/.golangci.yml [2022-04-12T20:49:59.569Z] spire-1.2.1/ADOPTERS.md [2022-04-12T20:49:59.569Z] spire-1.2.1/CHANGELOG.md [2022-04-12T20:49:59.569Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-12T20:49:59.569Z] spire-1.2.1/CODEOWNERS [2022-04-12T20:49:59.569Z] spire-1.2.1/CONTRIBUTING.md [2022-04-12T20:49:59.569Z] spire-1.2.1/Dockerfile [2022-04-12T20:49:59.847Z] spire-1.2.1/Dockerfile.dev [2022-04-12T20:49:59.847Z] spire-1.2.1/Dockerfile.scratch [2022-04-12T20:49:59.847Z] spire-1.2.1/LICENSE [2022-04-12T20:49:59.847Z] spire-1.2.1/MAINTAINERS.md [2022-04-12T20:49:59.847Z] spire-1.2.1/Makefile [2022-04-12T20:49:59.847Z] spire-1.2.1/README.md [2022-04-12T20:49:59.847Z] spire-1.2.1/ROADMAP.md [2022-04-12T20:49:59.847Z] spire-1.2.1/SECURITY.md [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.goInstalling go1.17.7... [2022-04-12T20:49:59.847Z] [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-12T20:49:59.847Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-12T20:49:59.847Z] spire-1.2.1/conf/ [2022-04-12T20:49:59.847Z] spire-1.2.1/conf/agent/ [2022-04-12T20:49:59.847Z] spire-1.2.1/conf/agent/agent.conf [2022-04-12T20:49:59.847Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-12T20:49:59.847Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-12T20:49:59.847Z] spire-1.2.1/conf/server/ [2022-04-12T20:49:59.847Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-12T20:49:59.847Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-12T20:49:59.847Z] spire-1.2.1/conf/server/server.conf [2022-04-12T20:49:59.847Z] spire-1.2.1/conf/server/server_full.conf [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/ [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/SPIRE101.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/auditlog.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/ [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-12T20:49:59.847Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-12T20:49:59.848Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-12T20:50:00.125Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-12T20:50:00.125Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/scaling_spire.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/spire_agent.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/spire_server.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/supported_integrations.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/telemetry.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/telemetry_config.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/upgrading.md [2022-04-12T20:50:00.126Z] spire-1.2.1/doc/using_spire.md [2022-04-12T20:50:00.126Z] spire-1.2.1/examples/ [2022-04-12T20:50:00.126Z] spire-1.2.1/examples/README.md [2022-04-12T20:50:00.126Z] spire-1.2.1/go.mod [2022-04-12T20:50:00.126Z] spire-1.2.1/go.sum [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/agent.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/catalog/keymanager.goInstalling go1.17.7... [2022-04-12T20:50:00.126Z] [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/client/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/common/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/config.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/svid/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/names.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/auth/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cli/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-12T20:50:00.126Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-12T20:50:00.409Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/health/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/health/config.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/health/context.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/health/health.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/idutil/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/log/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/log/log.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/log/options.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/profiling/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/selector/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/uptime/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/task.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/version/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/version/version.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509util/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/api.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/health/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/id.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/status.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-12T20:50:00.410Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/bundle/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/catalog/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/config.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-12T20:50:00.687Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-12T20:50:00.688Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/registration/ [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/server.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/server_test.go [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/svid/ [2022-04-12T20:50:00.966Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-12T20:50:00.967Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-12T20:50:00.967Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-12T20:50:00.967Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/private/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/private/server/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/private/server/journal/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/common/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/plugin/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-12T20:50:00.967Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-12T20:50:00.967Z] spire-1.2.1/release/ [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire-extras/ [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire-extras/README.md [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire/ [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire/README.md [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire/conf/ [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire/conf/server/ [2022-04-12T20:50:00.967Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-12T20:50:00.967Z] spire-1.2.1/script/ [2022-04-12T20:50:00.967Z] spire-1.2.1/script/build-artifact.sh [2022-04-12T20:50:00.967Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-12T20:50:00.967Z] spire-1.2.1/support/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-12T20:50:00.967Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/clock/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/clock/clock.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-12T20:50:00.967Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/ [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/ [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/ [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/fixture.go [2022-04-12T20:50:00.968Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/registration/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-12T20:50:01.246Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/README.md [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/common [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-12T20:50:01.246Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-12T20:50:01.247Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-12T20:50:01.524Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/test-one.sh [2022-04-12T20:50:01.525Z] spire-1.2.1/test/integration/test.sh [2022-04-12T20:50:01.525Z] spire-1.2.1/test/plugintest/ [2022-04-12T20:50:01.525Z] spire-1.2.1/test/plugintest/config.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/plugintest/load.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/plugintest/option.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/spiretest/ [2022-04-12T20:50:01.525Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/spiretest/dir.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/spiretest/logs.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/spiretest/suite.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/spiretest/x509.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/testca/ [2022-04-12T20:50:01.525Z] spire-1.2.1/test/testca/ca.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/testkey/ [2022-04-12T20:50:01.525Z] spire-1.2.1/test/testkey/generate.sh [2022-04-12T20:50:01.525Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/testkey/keys.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/testkey/new.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/tpmsimulator/ [2022-04-12T20:50:01.525Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/util/ [2022-04-12T20:50:01.525Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/util/cert_generation.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/util/io_redirection.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/util/race.go [2022-04-12T20:50:01.525Z] spire-1.2.1/test/util/util.go [2022-04-12T20:50:01.525Z] building spire from source... [2022-04-12T20:50:02.129Z] Installing go1.17.7... [2022-04-12T20:50:28.976Z] Building bin/spire-server... [2022-04-12T20:50:28.976Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T20:50:28.976Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T20:50:28.976Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T20:50:28.976Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T20:50:28.976Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T20:50:28.976Z] Building bin/spire-server... [2022-04-12T20:50:28.976Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T20:50:28.976Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T20:50:28.976Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T20:50:28.976Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T20:50:28.976Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T20:50:29.965Z] Building bin/spire-server... [2022-04-12T20:50:29.965Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-12T20:50:29.965Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-12T20:50:29.965Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-12T20:50:30.572Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T20:50:30.572Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-12T20:50:30.848Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-12T20:50:31.127Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T20:50:31.127Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T20:50:31.404Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T20:50:31.404Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T20:50:31.404Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T20:50:32.007Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-12T20:50:32.008Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T20:50:32.008Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T20:50:32.008Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T20:50:32.008Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T20:50:32.284Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T20:50:32.284Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-12T20:50:32.563Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T20:50:32.563Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T20:50:32.563Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T20:50:32.563Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T20:50:32.563Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T20:50:32.839Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-12T20:50:33.439Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-12T20:50:33.439Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T20:50:33.439Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T20:50:33.716Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T20:50:33.716Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T20:50:33.716Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T20:50:33.716Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T20:50:33.992Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T20:50:33.992Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T20:50:34.271Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T20:50:34.271Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T20:50:34.271Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T20:50:34.271Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T20:50:34.271Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T20:50:34.549Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T20:50:34.828Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T20:50:35.105Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T20:50:35.382Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T20:50:35.382Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-12T20:50:35.662Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T20:50:35.943Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-12T20:50:35.943Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-12T20:50:35.943Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-12T20:50:36.226Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-12T20:50:36.522Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T20:50:36.522Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T20:50:36.522Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T20:50:37.514Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-12T20:50:37.514Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-12T20:50:37.792Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T20:50:38.069Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T20:50:38.069Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T20:50:39.540Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-12T20:50:39.540Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-12T20:50:54.645Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-12T20:50:54.645Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T20:50:54.919Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T20:50:54.919Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T20:50:54.919Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T20:50:55.193Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T20:50:55.471Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T20:50:55.471Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T20:50:55.471Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T20:50:55.471Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T20:50:55.750Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T20:50:56.028Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T20:50:56.028Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T20:50:56.310Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T20:50:56.914Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T20:50:57.192Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T20:50:57.469Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T20:50:57.748Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T20:50:58.024Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T20:50:58.301Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T20:50:58.301Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T20:50:58.578Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T20:50:58.578Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T20:50:58.578Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T20:50:58.857Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T20:50:59.459Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T20:50:59.459Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T20:51:00.110Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T20:51:00.110Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T20:51:00.110Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T20:51:00.817Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-12T20:51:00.817Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T20:51:01.099Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T20:51:01.475Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T20:51:01.475Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T20:51:01.475Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T20:51:01.475Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T20:51:02.088Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-12T20:51:02.088Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-12T20:51:02.088Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T20:51:02.088Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T20:51:02.394Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T20:51:02.394Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T20:51:02.394Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T20:51:02.721Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T20:51:02.999Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T20:51:02.999Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T20:51:02.999Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-12T20:51:03.271Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T20:51:03.271Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-12T20:51:03.271Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-12T20:51:04.252Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-12T20:51:04.252Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T20:51:04.528Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-12T20:51:04.528Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-12T20:51:04.528Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-12T20:51:04.528Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T20:51:04.528Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-12T20:51:04.528Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T20:51:05.129Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-12T20:51:05.129Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T20:51:05.129Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-12T20:51:05.129Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-12T20:51:05.129Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-12T20:51:05.403Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T20:51:05.403Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-12T20:51:05.403Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-12T20:51:05.403Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-12T20:51:05.403Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T20:51:05.403Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T20:51:05.403Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T20:51:05.403Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-12T20:51:05.403Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-12T20:51:05.680Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T20:51:05.680Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T20:51:05.680Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-12T20:51:05.680Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-12T20:51:05.680Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T20:51:05.680Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T20:51:05.953Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-12T20:51:06.231Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-12T20:51:06.231Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T20:51:06.507Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-12T20:51:06.786Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T20:51:06.786Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T20:51:06.786Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T20:51:06.786Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T20:51:06.786Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T20:51:06.786Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-12T20:51:07.392Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T20:51:07.392Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-12T20:51:08.839Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-12T20:51:10.823Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T20:51:14.234Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T20:51:14.235Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-12T20:51:14.235Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-12T20:51:14.235Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-12T20:51:14.235Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-12T20:51:14.235Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-12T20:51:14.839Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-12T20:51:14.839Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-12T20:51:14.839Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T20:51:15.115Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T20:51:15.392Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T20:51:15.673Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T20:51:15.673Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T20:51:15.673Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-12T20:51:15.673Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T20:51:15.673Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T20:51:15.674Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T20:51:15.674Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-12T20:51:15.674Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T20:51:15.957Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T20:51:15.957Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-12T20:51:16.588Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-12T20:51:16.588Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-12T20:51:43.466Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T20:51:43.466Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T20:51:43.466Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T20:51:46.867Z] go: downloading google.golang.org/api v0.70.0 [2022-04-12T20:51:46.867Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T20:51:52.302Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T20:51:52.302Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T20:51:54.949Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-12T20:51:54.949Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T20:51:54.949Z] go: downloading k8s.io/api v0.23.4 [2022-04-12T20:51:55.569Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-12T20:52:10.712Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T20:52:10.712Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T20:52:10.712Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T20:52:10.712Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T20:52:11.698Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T20:52:12.293Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T20:52:13.269Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T20:52:14.259Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T20:52:16.249Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T20:52:16.249Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T20:52:16.526Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T20:52:17.516Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T20:52:17.516Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T20:52:17.516Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T20:52:17.794Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T20:52:18.072Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T20:52:18.349Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T20:52:18.626Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T20:52:18.626Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T20:52:20.073Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T20:52:20.073Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T20:52:20.676Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T20:52:20.676Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T20:52:20.955Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T20:52:21.230Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T20:52:21.833Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T20:52:21.833Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T20:52:22.110Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T20:52:22.110Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T20:52:22.385Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T20:52:22.984Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-12T20:52:22.984Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-12T20:52:22.984Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T20:52:22.984Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-12T20:52:23.259Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-12T20:52:23.534Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T20:52:24.515Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-12T20:52:25.119Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-12T20:52:26.105Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-12T20:52:26.381Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T20:52:26.984Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T20:52:26.984Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T20:52:26.984Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T20:52:27.260Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T20:52:27.260Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T20:52:27.260Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-12T20:52:27.260Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T20:52:27.536Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T20:52:27.536Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T20:52:27.536Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T20:52:28.139Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T20:52:28.415Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-12T20:52:28.415Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T20:52:29.014Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-12T20:52:29.014Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T20:52:29.290Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T20:52:29.565Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T20:52:29.565Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T20:52:29.565Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T20:52:29.565Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T20:52:29.842Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-12T20:52:30.119Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-12T20:52:30.394Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T20:52:30.394Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T20:52:30.670Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T20:52:30.670Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T20:52:30.947Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T20:52:30.947Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T20:52:30.947Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T20:52:31.223Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-12T20:52:31.223Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-12T20:52:31.223Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T20:52:31.223Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T20:52:31.223Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T20:52:31.223Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T20:52:31.223Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-12T20:52:31.223Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T20:52:31.499Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T20:52:31.499Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T20:52:31.499Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T20:52:31.499Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-12T20:52:31.499Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T20:52:31.775Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-12T20:52:32.051Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T20:52:32.051Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-12T20:52:32.051Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T20:52:32.327Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-12T20:52:32.327Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-12T20:52:32.327Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-12T20:52:32.603Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T20:52:32.878Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T20:52:33.154Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T20:52:33.154Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T20:52:33.154Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T20:52:33.154Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T20:52:33.431Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T20:52:33.706Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-12T20:52:33.706Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T20:52:33.706Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-12T20:52:34.410Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-12T20:52:34.410Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T20:52:34.687Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-12T20:52:34.971Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-12T20:52:34.971Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-12T20:52:35.271Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-12T20:52:36.907Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T20:52:36.907Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T20:52:37.181Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T20:52:37.455Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T20:52:37.733Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T20:52:38.010Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T20:52:38.283Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T20:52:38.881Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T20:52:39.484Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T20:52:40.086Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T20:52:40.086Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T20:52:40.361Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T20:52:40.361Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T20:52:40.361Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T20:52:40.361Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T20:52:41.348Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-12T20:52:41.348Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T20:52:41.639Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T20:52:41.639Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T20:52:41.639Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-12T20:52:41.913Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-12T20:52:41.913Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-12T20:52:41.913Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-12T20:52:41.913Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-12T20:52:41.913Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T20:52:42.186Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-12T20:52:42.186Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T20:52:42.186Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-12T20:52:42.186Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T20:52:42.186Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-12T20:52:43.173Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T20:52:43.448Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-12T20:52:43.723Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T20:52:43.723Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T20:52:43.998Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T20:52:44.279Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T20:52:44.279Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-12T20:52:44.279Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T20:52:44.279Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T20:52:44.555Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T20:52:44.555Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-12T20:52:44.830Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-12T20:52:44.830Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T20:52:45.106Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T20:52:45.106Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T20:52:45.106Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T20:52:45.106Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-12T20:52:45.106Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T20:52:45.382Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T20:52:45.382Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-12T20:52:45.382Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T20:52:45.382Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T20:52:45.382Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T20:52:45.382Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-12T20:52:45.667Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T20:52:45.667Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-12T20:52:45.667Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T20:52:45.667Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T20:52:45.667Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-12T20:52:45.950Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-12T20:52:45.950Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T20:52:45.950Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-12T20:52:45.950Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-12T20:52:46.226Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T20:52:46.501Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T20:52:46.779Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T20:52:46.779Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-12T20:52:47.054Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T20:52:47.054Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-12T20:52:47.054Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T20:52:47.332Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-12T20:52:47.332Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-12T20:52:47.610Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-12T20:52:49.596Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T20:52:49.596Z] go: downloading go.opencensus.io v0.23.0 [2022-04-12T20:52:50.194Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T20:52:50.194Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-12T20:52:50.194Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T20:52:50.194Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-12T20:52:50.467Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T20:52:50.467Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-12T20:52:50.467Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T20:52:50.467Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-12T20:52:50.740Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T20:52:50.740Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-12T20:52:51.016Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T20:52:51.016Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-12T20:52:51.016Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T20:52:51.290Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-12T20:52:51.565Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T20:52:51.841Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-12T20:52:54.466Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T20:52:54.466Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-12T20:52:56.454Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T20:52:56.454Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T20:52:56.454Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T20:52:56.454Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T20:52:56.732Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T20:52:56.732Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-12T20:52:56.732Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-12T20:52:56.732Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T20:52:56.732Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T20:52:56.732Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T20:52:57.008Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T20:52:57.283Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-12T20:52:57.283Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-12T20:52:57.283Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T20:52:57.283Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-12T20:52:57.564Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T20:52:57.564Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T20:52:57.839Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T20:52:57.839Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T20:52:58.130Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T20:52:58.130Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T20:52:58.130Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-12T20:52:58.412Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-12T20:52:58.412Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-12T20:52:58.694Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-12T20:52:58.973Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-12T20:52:58.973Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-12T20:52:58.973Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-12T20:53:07.295Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T20:53:07.295Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T20:53:07.295Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T20:53:07.295Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T20:53:08.284Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-12T20:53:08.284Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-12T20:53:08.284Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-12T20:53:08.284Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-12T20:53:35.097Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T20:53:35.097Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T20:53:35.097Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T20:53:35.097Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T20:53:36.084Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-12T20:53:36.084Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-12T20:56:43.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-12T20:57:05.281Z] Removing intermediate container 8544378904f8 [2022-04-12T20:57:05.281Z] ---> 90b4cddb2789 [2022-04-12T20:57:05.281Z] [2022-04-12T20:57:05.281Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T20:57:05.281Z] 3.14: Pulling from library/alpine [2022-04-12T20:57:06.264Z] Removing intermediate container 9391cde71ba6 [2022-04-12T20:57:06.264Z] ---> 1108d9662a68 [2022-04-12T20:57:06.264Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-12T20:57:06.545Z] ---> Running in d8fe17cae349 [2022-04-12T20:57:07.157Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T20:57:07.157Z] Status: Downloaded newer image for alpine:3.14 [2022-04-12T20:57:07.157Z] ---> ac73e934f311 [2022-04-12T20:57:07.157Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-12T20:57:07.447Z] ---> Running in e7ebf0f55e72 [2022-04-12T20:57:09.457Z] 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-12T20:57:09.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:57:10.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:57:11.786Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-12T20:57:11.786Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-12T20:57:11.786Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-12T20:57:11.786Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-12T20:57:11.786Z] (5/6) Installing curl (7.79.1-r0) [2022-04-12T20:57:11.786Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-12T20:57:11.786Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T20:57:12.063Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T20:57:12.465Z] OK: 8 MiB in 20 packages [2022-04-12T20:57:14.643Z] Removing intermediate container d8fe17cae349 [2022-04-12T20:57:14.643Z] ---> a18af51e1173 [2022-04-12T20:57:14.643Z] [2022-04-12T20:57:14.643Z] Step 11/23 : FROM docker:20.10.14 [2022-04-12T20:57:14.643Z] 20.10.14: Pulling from library/docker [2022-04-12T20:57:16.202Z] Removing intermediate container e7ebf0f55e72 [2022-04-12T20:57:16.202Z] ---> 109187ae5a48 [2022-04-12T20:57:16.202Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-12T20:57:16.480Z] ---> Running in 9131104ee804 [2022-04-12T20:57:17.466Z] Removing intermediate container 9131104ee804 [2022-04-12T20:57:17.466Z] ---> 4a74d1be28fa [2022-04-12T20:57:17.466Z] Step 13/22 : WORKDIR /edgex [2022-04-12T20:57:17.744Z] ---> Running in c03877b75067 [2022-04-12T20:57:19.199Z] Removing intermediate container c03877b75067 [2022-04-12T20:57:19.199Z] ---> 9dd964aaeda6 [2022-04-12T20:57:19.199Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-12T20:57:20.202Z] ---> 43efcfc00400 [2022-04-12T20:57:20.202Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-12T20:57:24.533Z] ---> 0ed7189ed918 [2022-04-12T20:57:24.533Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-12T20:57:27.942Z] ---> 71e2ef2b0c82 [2022-04-12T20:57:27.942Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-12T20:57:28.547Z] ---> f0d28b56b2ae [2022-04-12T20:57:28.547Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-12T20:57:28.850Z] ---> Running in 560195abaff2 [2022-04-12T20:57:33.187Z] Removing intermediate container 560195abaff2 [2022-04-12T20:57:33.187Z] ---> 007d8c89bfb4 [2022-04-12T20:57:33.187Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-12T20:57:33.187Z] ---> Running in d673e0542759 [2022-04-12T20:57:33.801Z] Removing intermediate container d673e0542759 [2022-04-12T20:57:33.801Z] ---> b78ecea5dfc5 [2022-04-12T20:57:33.801Z] Step 20/22 : LABEL arch=arm64 [2022-04-12T20:57:33.801Z] ---> Running in f5af5b9aeccd [2022-04-12T20:57:34.809Z] Removing intermediate container f5af5b9aeccd [2022-04-12T20:57:34.809Z] ---> 1bc59c2afcdd [2022-04-12T20:57:34.809Z] Step 21/22 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T20:57:34.809Z] ---> Running in 66d99b682831 [2022-04-12T20:57:35.414Z] Removing intermediate container 66d99b682831 [2022-04-12T20:57:35.414Z] ---> 98d430506e62 [2022-04-12T20:57:35.414Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T20:57:35.695Z] ---> Running in 7b73a34148bd [2022-04-12T20:57:36.296Z] Removing intermediate container 7b73a34148bd [2022-04-12T20:57:36.296Z] ---> 6527cf923557 [2022-04-12T20:57:36.296Z] [2022-04-12T20:57:36.895Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-12T20:57:36.895Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-12T20:57:36.895Z] ---> c346e9eafbab [2022-04-12T20:57:36.895Z] 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-12T20:57:36.895Z] ---> Running in dd31e24f3075 [2022-04-12T20:57:37.497Z] Successfully built 6527cf923557 [2022-04-12T20:57:37.497Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-12T20:57:37.497Z] Building core-data [2022-04-12T20:57:37.774Z]  Building security-proxy-setup ... done Removing intermediate container dd31e24f3075 [2022-04-12T20:57:37.774Z] ---> a49552eb24ae [2022-04-12T20:57:37.774Z] 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-12T20:57:37.774Z] ---> Running in 3e22bd98541c [2022-04-12T20:57:39.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:57:40.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:57:41.512Z] (1/43) Installing readline (8.1.1-r0) [2022-04-12T20:57:41.512Z] (2/43) Installing bash (5.1.16-r0) [2022-04-12T20:57:41.512Z] Executing bash-5.1.16-r0.post-install [2022-04-12T20:57:41.512Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-12T20:57:41.512Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-12T20:57:41.512Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-12T20:57:41.512Z] (6/43) Installing curl (7.80.0-r0) [2022-04-12T20:57:41.512Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-12T20:57:41.512Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-12T20:57:41.512Z] (9/43) Installing expat (2.4.7-r0) [2022-04-12T20:57:41.512Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-12T20:57:41.512Z] (11/43) Installing gdbm (1.22-r0) [2022-04-12T20:57:41.512Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-12T20:57:41.512Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-12T20:57:41.512Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-12T20:57:41.792Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-12T20:57:41.792Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-12T20:57:41.792Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-12T20:57:44.433Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-12T20:57:44.433Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-12T20:57:44.433Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-12T20:57:44.433Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-12T20:57:44.433Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-12T20:57:44.433Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-12T20:57:44.433Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-12T20:57:44.433Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-12T20:57:44.433Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-12T20:57:44.433Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-12T20:57:44.433Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-12T20:57:44.433Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-12T20:57:44.711Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-12T20:57:44.711Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-12T20:57:44.711Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-12T20:57:44.711Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-12T20:57:44.711Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-12T20:57:44.711Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-12T20:57:44.711Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-12T20:57:44.711Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-12T20:57:44.711Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-12T20:57:44.711Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-12T20:57:44.711Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-12T20:57:44.711Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-12T20:57:44.986Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-12T20:57:44.986Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-12T20:57:45.973Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T20:57:45.973Z] OK: 82 MiB in 65 packages [2022-04-12T20:57:52.706Z] Collecting docker-compose==1.23.2 [2022-04-12T20:57:52.706Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-12T20:57:53.310Z] Collecting docopt<0.7,>=0.6.1 [2022-04-12T20:57:53.310Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-12T20:58:01.653Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-12T20:58:01.653Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-12T20:58:01.653Z] Collecting texttable<0.10,>=0.9.0 [2022-04-12T20:58:01.653Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-12T20:58:05.985Z] Collecting PyYAML<4,>=3.10 [2022-04-12T20:58:05.985Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-12T20:58:14.302Z] Collecting docker<4.0,>=3.6.0 [2022-04-12T20:58:14.302Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-12T20:58:14.302Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-12T20:58:14.302Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-12T20:58:14.905Z] Collecting jsonschema<3,>=2.5.1 [2022-04-12T20:58:14.905Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-12T20:58:14.905Z] 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-12T20:58:15.182Z] Collecting cached-property<2,>=1.2.0 [2022-04-12T20:58:15.182Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-12T20:58:15.460Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-12T20:58:15.734Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-12T20:58:21.158Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T20:58:21.158Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T20:58:21.158Z] ---> e0dee73dd579 [2022-04-12T20:58:21.158Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T20:58:21.158Z] ---> Using cache [2022-04-12T20:58:21.158Z] ---> 72acbaa3ea79 [2022-04-12T20:58:21.158Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T20:58:21.158Z] ---> Using cache [2022-04-12T20:58:21.158Z] ---> 6bce59e323cb [2022-04-12T20:58:21.158Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-12T20:58:21.158Z] ---> Running in c448bd9fa8bf [2022-04-12T20:58:21.158Z] Collecting docker-pycreds>=0.4.0 [2022-04-12T20:58:21.158Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-12T20:58:21.773Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T20:58:22.050Z] Collecting idna<2.8,>=2.5 [2022-04-12T20:58:22.050Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-12T20:58:22.325Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-12T20:58:22.325Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-12T20:58:22.927Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T20:58:23.527Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-12T20:58:23.527Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-12T20:58:23.527Z] 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-12T20:58:24.129Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-12T20:58:24.129Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-12T20:58:24.129Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-12T20:58:24.129Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-12T20:58:24.407Z] OK: 220 MiB in 52 packages [2022-04-12T20:58:25.880Z] Removing intermediate container c448bd9fa8bf [2022-04-12T20:58:25.880Z] ---> 4ed9036e1b83 [2022-04-12T20:58:25.880Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T20:58:26.157Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-12T20:58:26.157Z] Attempting uninstall: urllib3 [2022-04-12T20:58:26.157Z] Found existing installation: urllib3 1.26.7 [2022-04-12T20:58:26.157Z] Uninstalling urllib3-1.26.7: [2022-04-12T20:58:26.435Z] Successfully uninstalled urllib3-1.26.7 [2022-04-12T20:58:26.435Z] ---> 37708149094e [2022-04-12T20:58:26.435Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T20:58:26.737Z] ---> Running in f607bf3170d0 [2022-04-12T20:58:28.194Z] Attempting uninstall: idna [2022-04-12T20:58:28.194Z] Found existing installation: idna 3.3 [2022-04-12T20:58:28.194Z] Uninstalling idna-3.3: [2022-04-12T20:58:28.194Z] Successfully uninstalled idna-3.3 [2022-04-12T20:58:32.517Z] Attempting uninstall: requests [2022-04-12T20:58:32.517Z] Found existing installation: requests 2.26.0 [2022-04-12T20:58:32.517Z] Uninstalling requests-2.26.0: [2022-04-12T20:58:32.517Z] Removing intermediate container f607bf3170d0 [2022-04-12T20:58:32.517Z] ---> f507e5990f6f [2022-04-12T20:58:32.517Z] Step 8/23 : COPY . . [2022-04-12T20:58:32.517Z] Successfully uninstalled requests-2.26.0 [2022-04-12T20:58:33.518Z] Running setup.py install for texttable: started [2022-04-12T20:58:39.346Z] Running setup.py install for texttable: finished with status 'done' [2022-04-12T20:58:39.346Z] Running setup.py install for PyYAML: started [2022-04-12T20:58:44.824Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-12T20:58:45.428Z] Running setup.py install for docopt: started [2022-04-12T20:58:49.772Z] Running setup.py install for docopt: finished with status 'done' [2022-04-12T20:58:49.772Z] Running setup.py install for dockerpty: started [2022-04-12T20:58:54.116Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-12T20:58:57.537Z] 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-12T20:58:59.037Z] ---> c05d618bfa2e [2022-04-12T20:58:59.037Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-12T20:58:59.319Z] ---> Running in 081c773225b3 [2022-04-12T20:59:01.334Z] 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-12T20:59:16.501Z] Removing intermediate container 3e22bd98541c [2022-04-12T20:59:16.501Z] ---> afa2acbcdfbc [2022-04-12T20:59:16.501Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-12T20:59:16.501Z] ---> Running in 0ce50910ad86 [2022-04-12T20:59:16.501Z] Removing intermediate container 0ce50910ad86 [2022-04-12T20:59:16.501Z] ---> c9c1ceeafaf2 [2022-04-12T20:59:16.501Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-12T20:59:16.501Z] ---> Running in 8aa71441d56e [2022-04-12T20:59:16.501Z] Removing intermediate container 8aa71441d56e [2022-04-12T20:59:16.501Z] ---> 993943576614 [2022-04-12T20:59:16.501Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-12T20:59:18.521Z] ---> 8f786cd416c6 [2022-04-12T20:59:18.521Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-12T20:59:19.520Z] ---> ae11aa5500dc [2022-04-12T20:59:19.520Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-12T20:59:20.993Z] ---> 295209427c6f [2022-04-12T20:59:20.993Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-12T20:59:20.993Z] ---> Running in b40ff8173215 [2022-04-12T20:59:21.600Z] Removing intermediate container b40ff8173215 [2022-04-12T20:59:21.600Z] ---> 2b42aafb1aa7 [2022-04-12T20:59:21.600Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T20:59:21.600Z] ---> Running in 625a09d86a97 [2022-04-12T20:59:22.206Z] Removing intermediate container 625a09d86a97 [2022-04-12T20:59:22.206Z] ---> 73b090b23441 [2022-04-12T20:59:22.206Z] Step 21/23 : LABEL arch=arm64 [2022-04-12T20:59:22.206Z] ---> Running in b3a13db22c49 [2022-04-12T20:59:22.835Z] Removing intermediate container b3a13db22c49 [2022-04-12T20:59:22.835Z] ---> 8bf5a520472f [2022-04-12T20:59:22.835Z] Step 22/23 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T20:59:23.131Z] ---> Running in 24ccd5164636 [2022-04-12T20:59:23.419Z] Removing intermediate container 24ccd5164636 [2022-04-12T20:59:23.419Z] ---> 76ca837df78d [2022-04-12T20:59:23.702Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T20:59:23.702Z] ---> Running in b69c3ef7eea3 [2022-04-12T20:59:24.324Z] Removing intermediate container b69c3ef7eea3 [2022-04-12T20:59:24.324Z] ---> 8a8152a41436 [2022-04-12T20:59:24.324Z] [2022-04-12T20:59:24.931Z] Successfully built 8a8152a41436 [2022-04-12T20:59:24.931Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-12T20:59:24.931Z]  Building sys-mgmt-agent ... done Building security-bootstrapper [2022-04-12T21:00:03.972Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T21:00:03.972Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-12T21:00:03.972Z] ---> e0dee73dd579 [2022-04-12T21:00:04.248Z] Step 3/31 : WORKDIR /edgex-go [2022-04-12T21:00:04.248Z] ---> Using cache [2022-04-12T21:00:04.248Z] ---> 72acbaa3ea79 [2022-04-12T21:00:04.248Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:00:04.248Z] ---> Using cache [2022-04-12T21:00:04.248Z] ---> 6bce59e323cb [2022-04-12T21:00:04.248Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-12T21:00:05.237Z] ---> Running in 4b4b4a0c6d96 [2022-04-12T21:00:07.238Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:00:08.230Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:00:09.677Z] OK: 220 MiB in 52 packages [2022-04-12T21:00:11.143Z] Removing intermediate container 4b4b4a0c6d96 [2022-04-12T21:00:11.143Z] ---> 572d09d22c74 [2022-04-12T21:00:11.143Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-12T21:00:12.132Z] ---> 1f7a87f3ed58 [2022-04-12T21:00:12.132Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T21:00:12.411Z] ---> Running in 010207892c37 [2022-04-12T21:00:17.826Z] Removing intermediate container 010207892c37 [2022-04-12T21:00:17.826Z] ---> b88b7d0261ac [2022-04-12T21:00:17.826Z] Step 8/31 : COPY . . [2022-04-12T21:00:44.664Z] ---> dc4aa047f3c9 [2022-04-12T21:00:44.664Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-12T21:00:44.664Z] ---> Running in a5eec04455f7 [2022-04-12T21:00:44.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-12T21:08:07.424Z] Removing intermediate container 081c773225b3 [2022-04-12T21:08:07.424Z] ---> 6679f1f596ee [2022-04-12T21:08:07.424Z] [2022-04-12T21:08:07.424Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T21:08:07.424Z] ---> ac73e934f311 [2022-04-12T21:08:07.424Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-12T21:08:07.424Z] ---> Running in 84c15a5d7628 [2022-04-12T21:08:07.424Z] Removing intermediate container 84c15a5d7628 [2022-04-12T21:08:07.424Z] ---> 88294a56e59a [2022-04-12T21:08:07.424Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-12T21:08:07.424Z] ---> Running in 1a00a39049fb [2022-04-12T21:08:07.424Z] Removing intermediate container 1a00a39049fb [2022-04-12T21:08:07.424Z] ---> 6944b253cd4d [2022-04-12T21:08:07.424Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-12T21:08:07.424Z] ---> Running in 9dceed8b7536 [2022-04-12T21:08:07.424Z] Removing intermediate container 9dceed8b7536 [2022-04-12T21:08:07.424Z] ---> 137a9a32dd7d [2022-04-12T21:08:07.424Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:08:07.424Z] ---> Running in b30acf9e1b48 [2022-04-12T21:08:07.424Z] Removing intermediate container b30acf9e1b48 [2022-04-12T21:08:07.424Z] ---> 9f8ef3531f56 [2022-04-12T21:08:07.424Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-12T21:08:07.424Z] ---> Running in 6a4627de23ba [2022-04-12T21:08:07.424Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:08:07.424Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:08:07.424Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-12T21:08:07.424Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-12T21:08:07.424Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-12T21:08:07.424Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-12T21:08:07.424Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-12T21:08:07.424Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-12T21:08:07.424Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T21:08:07.424Z] OK: 8 MiB in 20 packages [2022-04-12T21:08:07.424Z] Removing intermediate container 6a4627de23ba [2022-04-12T21:08:07.424Z] ---> 0e42d1404eae [2022-04-12T21:08:07.424Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T21:08:08.023Z] ---> 1e3fe8d4d718 [2022-04-12T21:08:08.023Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-12T21:08:10.692Z] ---> 623116d0d291 [2022-04-12T21:08:10.692Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-12T21:08:11.696Z] ---> 359225bcb22e [2022-04-12T21:08:11.696Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-12T21:08:11.990Z] ---> Running in 6c7fb5fdd4df [2022-04-12T21:08:12.584Z] Removing intermediate container 6c7fb5fdd4df [2022-04-12T21:08:12.584Z] ---> 6e5d68180b4a [2022-04-12T21:08:12.584Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T21:08:12.584Z] ---> Running in 97a6eafe6ccf [2022-04-12T21:08:13.188Z] Removing intermediate container 97a6eafe6ccf [2022-04-12T21:08:13.188Z] ---> 55543ba20504 [2022-04-12T21:08:13.188Z] Step 21/23 : LABEL arch=arm64 [2022-04-12T21:08:13.466Z] ---> Running in fe23eca4adb2 [2022-04-12T21:08:14.462Z] Removing intermediate container fe23eca4adb2 [2022-04-12T21:08:14.462Z] ---> 14d7055092c5 [2022-04-12T21:08:14.462Z] Step 22/23 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:08:14.745Z] ---> Running in d0967b7bd54b [2022-04-12T21:08:15.764Z] Removing intermediate container d0967b7bd54b [2022-04-12T21:08:15.764Z] ---> 220823ef8c11 [2022-04-12T21:08:15.764Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T21:08:15.764Z] ---> Running in 356be411072e [2022-04-12T21:08:16.757Z] Removing intermediate container 356be411072e [2022-04-12T21:08:16.757Z] ---> 8100dd0ee63e [2022-04-12T21:08:16.757Z] [2022-04-12T21:08:18.773Z] Successfully built 8100dd0ee63e [2022-04-12T21:08:18.773Z] Successfully tagged core-data-arm64:latest [2022-04-12T21:08:18.773Z]  Building core-data ... done Building security-spiffe-token-provider [2022-04-12T21:08:24.212Z] Removing intermediate container a5eec04455f7 [2022-04-12T21:08:24.212Z] ---> affeee361342 [2022-04-12T21:08:24.212Z] [2022-04-12T21:08:24.212Z] Step 10/31 : FROM alpine:3.14 [2022-04-12T21:08:24.212Z] ---> ac73e934f311 [2022-04-12T21:08:24.212Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-12T21:08:24.212Z] ---> Running in 4f2e7f25f13b [2022-04-12T21:08:24.491Z] Removing intermediate container 4f2e7f25f13b [2022-04-12T21:08:24.491Z] ---> 7d5174a32713 [2022-04-12T21:08:24.491Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-12T21:08:24.769Z] ---> Running in a45ff0ec2c3a [2022-04-12T21:08:26.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:08:27.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:08:28.410Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-12T21:08:28.410Z] (2/2) Installing su-exec (0.2-r1) [2022-04-12T21:08:28.410Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T21:08:28.685Z] OK: 6 MiB in 16 packages [2022-04-12T21:08:30.690Z] Removing intermediate container a45ff0ec2c3a [2022-04-12T21:08:30.690Z] ---> 94287db36806 [2022-04-12T21:08:30.690Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-12T21:08:30.690Z] ---> Running in 7c2ebd1ec498 [2022-04-12T21:08:30.977Z] Removing intermediate container 7c2ebd1ec498 [2022-04-12T21:08:30.977Z] ---> 04cc92b7b905 [2022-04-12T21:08:30.977Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-12T21:08:30.977Z] ---> Running in 0f53483bc2d5 [2022-04-12T21:08:31.968Z] Removing intermediate container 0f53483bc2d5 [2022-04-12T21:08:31.968Z] ---> 11a4c41af934 [2022-04-12T21:08:31.968Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-12T21:08:31.968Z] ---> Running in 8460e8763cde [2022-04-12T21:08:35.400Z] Removing intermediate container 8460e8763cde [2022-04-12T21:08:35.400Z] ---> e79f76a1a27b [2022-04-12T21:08:35.400Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-12T21:08:35.400Z] ---> Running in e220f1588560 [2022-04-12T21:08:36.005Z] Removing intermediate container e220f1588560 [2022-04-12T21:08:36.005Z] ---> 8a0ca244f147 [2022-04-12T21:08:36.005Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-12T21:08:37.466Z] ---> aa66fa75f086 [2022-04-12T21:08:37.466Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-12T21:08:37.466Z] ---> Running in 55709cc0cb5e [2022-04-12T21:08:41.845Z] Removing intermediate container 55709cc0cb5e [2022-04-12T21:08:41.845Z] ---> dfba51ad608f [2022-04-12T21:08:41.845Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T21:08:43.283Z] ---> 9e712dbad530 [2022-04-12T21:08:43.283Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-12T21:08:46.722Z] ---> f72e146a1bd7 [2022-04-12T21:08:46.722Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-12T21:08:47.714Z] ---> 9c664952fa94 [2022-04-12T21:08:47.714Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-12T21:08:48.707Z] ---> fc28f8ef2649 [2022-04-12T21:08:48.707Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-12T21:08:50.158Z] ---> eecff405dae6 [2022-04-12T21:08:50.158Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-12T21:08:50.434Z] ---> Running in 6a0568472807 [2022-04-12T21:08:51.421Z] Removing intermediate container 6a0568472807 [2022-04-12T21:08:51.421Z] ---> df7fc8bb428e [2022-04-12T21:08:51.421Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-12T21:08:52.411Z] ---> 23575e2d3ab7 [2022-04-12T21:08:52.411Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-12T21:08:52.687Z] ---> Running in 6515da059245 [2022-04-12T21:08:57.011Z] Removing intermediate container 6515da059245 [2022-04-12T21:08:57.011Z] ---> 04433637cbc3 [2022-04-12T21:08:57.011Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-12T21:08:57.287Z] ---> Running in 28905275b8aa [2022-04-12T21:08:57.564Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T21:08:57.564Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-12T21:08:57.564Z] ---> e0dee73dd579 [2022-04-12T21:08:57.564Z] Step 3/20 : WORKDIR /edgex-go [2022-04-12T21:08:57.564Z] ---> Using cache [2022-04-12T21:08:57.564Z] ---> 72acbaa3ea79 [2022-04-12T21:08:57.564Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-12T21:08:57.564Z] ---> Running in 1e94324eb11d [2022-04-12T21:08:58.168Z] Removing intermediate container 28905275b8aa [2022-04-12T21:08:58.168Z] ---> bb0715fe674b [2022-04-12T21:08:58.168Z] Step 28/31 : CMD ["gate"] [2022-04-12T21:08:58.447Z] ---> Running in 1c546aa0c47c [2022-04-12T21:08:59.431Z] Removing intermediate container 1c546aa0c47c [2022-04-12T21:08:59.431Z] ---> db03b3273bfc [2022-04-12T21:08:59.431Z] Step 29/31 : LABEL arch=arm64 [2022-04-12T21:08:59.709Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:08:59.709Z] ---> Running in b6a9209cb9af [2022-04-12T21:09:00.316Z] Removing intermediate container b6a9209cb9af [2022-04-12T21:09:00.316Z] ---> ab1fafa09eba [2022-04-12T21:09:00.316Z] Step 30/31 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:09:00.931Z] ---> Running in 4fe258e2be61 [2022-04-12T21:09:00.931Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:09:01.543Z] Removing intermediate container 4fe258e2be61 [2022-04-12T21:09:01.543Z] ---> 2bf26476bf6b [2022-04-12T21:09:01.543Z] Step 31/31 : LABEL version=0.0.0 [2022-04-12T21:09:01.819Z] ---> Running in 89dd92aa1a3f [2022-04-12T21:09:02.428Z] Removing intermediate container 89dd92aa1a3f [2022-04-12T21:09:02.428Z] ---> fbb5c7cfaf42 [2022-04-12T21:09:02.428Z] [2022-04-12T21:09:02.705Z] v3.15.4-20-g6d2f627d6c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T21:09:02.705Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T21:09:02.705Z] OK: 15740 distinct packages available [2022-04-12T21:09:02.984Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:09:03.261Z] Successfully built fbb5c7cfaf42 [2022-04-12T21:09:03.261Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-12T21:09:03.261Z] Building core-metadata [2022-04-12T21:09:03.873Z]  Building security-bootstrapper ... done fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:09:05.324Z] OK: 220 MiB in 52 packages [2022-04-12T21:09:06.781Z] Removing intermediate container 1e94324eb11d [2022-04-12T21:09:06.781Z] ---> 9d30c349bc9e [2022-04-12T21:09:06.781Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-12T21:09:07.788Z] ---> f9653d269883 [2022-04-12T21:09:07.788Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T21:09:07.788Z] ---> Running in 23df37c44603 [2022-04-12T21:09:14.527Z] Removing intermediate container 23df37c44603 [2022-04-12T21:09:14.527Z] ---> c2e64abd2e5e [2022-04-12T21:09:14.527Z] Step 7/20 : COPY . . [2022-04-12T21:09:41.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T21:09:41.332Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T21:09:41.332Z] ---> e0dee73dd579 [2022-04-12T21:09:41.332Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T21:09:41.332Z] ---> Using cache [2022-04-12T21:09:41.332Z] ---> 72acbaa3ea79 [2022-04-12T21:09:41.332Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:09:41.332Z] ---> Using cache [2022-04-12T21:09:41.332Z] ---> 6bce59e323cb [2022-04-12T21:09:41.332Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-12T21:09:41.332Z] ---> Using cache [2022-04-12T21:09:41.332Z] ---> 572d09d22c74 [2022-04-12T21:09:41.332Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T21:09:41.332Z] ---> Using cache [2022-04-12T21:09:41.332Z] ---> 1f7a87f3ed58 [2022-04-12T21:09:41.332Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T21:09:41.332Z] ---> Using cache [2022-04-12T21:09:41.332Z] ---> b88b7d0261ac [2022-04-12T21:09:41.332Z] Step 8/23 : COPY . . [2022-04-12T21:09:41.332Z] ---> Using cache [2022-04-12T21:09:41.332Z] ---> dc4aa047f3c9 [2022-04-12T21:09:41.332Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-12T21:09:43.982Z] ---> Running in 5ba104aacdd1 [2022-04-12T21:09:46.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-12T21:09:49.278Z] ---> 119282073b66 [2022-04-12T21:09:49.279Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-12T21:09:49.556Z] ---> Running in c491f60d5722 [2022-04-12T21:09:51.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-12T21:17:14.246Z] Removing intermediate container c491f60d5722 [2022-04-12T21:17:14.246Z] ---> fb19fec1966d [2022-04-12T21:17:14.246Z] [2022-04-12T21:17:14.246Z] Step 9/20 : FROM alpine:3.15 [2022-04-12T21:17:14.246Z] 3.15: Pulling from library/alpine [2022-04-12T21:17:14.246Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-12T21:17:14.246Z] Status: Downloaded newer image for alpine:3.15 [2022-04-12T21:17:14.246Z] ---> 3fb3c9af89a9 [2022-04-12T21:17:14.246Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T21:17:14.246Z] ---> Running in e224e742fac4 [2022-04-12T21:17:14.246Z] Removing intermediate container e224e742fac4 [2022-04-12T21:17:14.246Z] ---> 62640bf01c20 [2022-04-12T21:17:14.246Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:17:14.246Z] ---> Running in 3b663fc486cc [2022-04-12T21:17:14.246Z] Removing intermediate container 3b663fc486cc [2022-04-12T21:17:14.246Z] ---> 1e0ac7272b74 [2022-04-12T21:17:14.246Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-12T21:17:14.246Z] ---> Running in 0ef443bd85d5 [2022-04-12T21:17:14.247Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:17:14.247Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:17:14.247Z] v3.15.4-20-g6d2f627d6c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T21:17:14.247Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T21:17:14.247Z] OK: 15729 distinct packages available [2022-04-12T21:17:14.247Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:17:15.235Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:17:16.223Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-12T21:17:16.499Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-12T21:17:16.771Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-12T21:17:16.771Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-12T21:17:16.771Z] (5/9) Installing curl (7.80.0-r0) [2022-04-12T21:17:17.050Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-12T21:17:17.050Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-12T21:17:17.050Z] (8/9) Installing libucontext (1.1-r0) [2022-04-12T21:17:17.328Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-12T21:17:17.328Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T21:17:17.328Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T21:17:17.930Z] OK: 8 MiB in 23 packages [2022-04-12T21:17:20.567Z] Removing intermediate container 0ef443bd85d5 [2022-04-12T21:17:20.567Z] ---> 5e4eb34c4bff [2022-04-12T21:17:20.567Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T21:17:21.176Z] ---> 5cd1e6b08611 [2022-04-12T21:17:21.176Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-12T21:17:23.826Z] ---> a16c453b27f0 [2022-04-12T21:17:23.826Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-12T21:17:24.817Z] ---> 1ca589624f2a [2022-04-12T21:17:24.817Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-12T21:17:25.094Z] ---> Running in b764926f30f5 [2022-04-12T21:17:25.724Z] Removing intermediate container b764926f30f5 [2022-04-12T21:17:25.724Z] ---> 15a2065998f2 [2022-04-12T21:17:25.724Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T21:17:26.000Z] ---> Running in 3fcf46e0a0a6 [2022-04-12T21:17:26.991Z] Removing intermediate container 3fcf46e0a0a6 [2022-04-12T21:17:26.991Z] ---> 1216ab73d985 [2022-04-12T21:17:26.991Z] Step 18/20 : LABEL arch=arm64 [2022-04-12T21:17:26.991Z] ---> Running in 16d05063f1be [2022-04-12T21:17:28.013Z] Removing intermediate container 16d05063f1be [2022-04-12T21:17:28.013Z] ---> 7437674bc2d6 [2022-04-12T21:17:28.013Z] Step 19/20 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:17:28.293Z] ---> Running in d11da61044e9 [2022-04-12T21:17:29.288Z] Removing intermediate container d11da61044e9 [2022-04-12T21:17:29.288Z] ---> 241cc3149ef8 [2022-04-12T21:17:29.288Z] Step 20/20 : LABEL version=0.0.0 [2022-04-12T21:17:29.288Z] ---> Running in 9f6cccf1565e [2022-04-12T21:17:30.275Z] Removing intermediate container 9f6cccf1565e [2022-04-12T21:17:30.275Z] ---> 5e701a9f6573 [2022-04-12T21:17:30.275Z] [2022-04-12T21:17:31.730Z] Successfully built 5e701a9f6573 [2022-04-12T21:17:31.730Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-12T21:17:31.730Z]  Building security-spiffe-token-provider ... done Building support-notifications [2022-04-12T21:17:37.160Z] Removing intermediate container 5ba104aacdd1 [2022-04-12T21:17:37.160Z] ---> 76e410eab99c [2022-04-12T21:17:37.160Z] [2022-04-12T21:17:37.160Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T21:17:37.160Z] ---> ac73e934f311 [2022-04-12T21:17:37.160Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-12T21:17:37.160Z] ---> Running in 62056a0d2cf5 [2022-04-12T21:17:39.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:17:39.427Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:17:40.878Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-12T21:17:40.878Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T21:17:40.878Z] OK: 5 MiB in 15 packages [2022-04-12T21:17:42.364Z] Removing intermediate container 62056a0d2cf5 [2022-04-12T21:17:42.364Z] ---> 29c4cec30170 [2022-04-12T21:17:42.364Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T21:17:42.641Z] ---> Running in 5c28ab9dee87 [2022-04-12T21:17:43.246Z] Removing intermediate container 5c28ab9dee87 [2022-04-12T21:17:43.246Z] ---> 8140f526d9be [2022-04-12T21:17:43.246Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-12T21:17:43.246Z] ---> Running in 24b6c95ac067 [2022-04-12T21:17:43.861Z] Removing intermediate container 24b6c95ac067 [2022-04-12T21:17:43.861Z] ---> 35f2dc1d611b [2022-04-12T21:17:43.861Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-12T21:17:43.861Z] ---> Running in 5b3cc32da949 [2022-04-12T21:17:44.464Z] Removing intermediate container 5b3cc32da949 [2022-04-12T21:17:44.465Z] ---> 6643b1138314 [2022-04-12T21:17:44.465Z] Step 15/23 : WORKDIR / [2022-04-12T21:17:44.465Z] ---> Running in 6b999118b209 [2022-04-12T21:17:45.451Z] Removing intermediate container 6b999118b209 [2022-04-12T21:17:45.451Z] ---> 6526d7f613ba [2022-04-12T21:17:45.451Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T21:17:46.455Z] ---> 9cbc8d780d47 [2022-04-12T21:17:46.455Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-12T21:17:49.118Z] ---> 506cf9ab78e9 [2022-04-12T21:17:49.118Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-12T21:17:50.119Z] ---> bab0e59742f6 [2022-04-12T21:17:50.119Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-12T21:17:50.396Z] ---> Running in 8f16ffd191e8 [2022-04-12T21:17:51.003Z] Removing intermediate container 8f16ffd191e8 [2022-04-12T21:17:51.003Z] ---> 554908967efa [2022-04-12T21:17:51.003Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T21:17:51.003Z] ---> Running in 2f511db270b9 [2022-04-12T21:17:52.013Z] Removing intermediate container 2f511db270b9 [2022-04-12T21:17:52.013Z] ---> e404fd6c1c11 [2022-04-12T21:17:52.013Z] Step 21/23 : LABEL arch=arm64 [2022-04-12T21:17:52.013Z] ---> Running in 3e2fcb0d1e04 [2022-04-12T21:17:52.630Z] Removing intermediate container 3e2fcb0d1e04 [2022-04-12T21:17:52.630Z] ---> ff08900a8a05 [2022-04-12T21:17:52.630Z] Step 22/23 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:17:52.630Z] ---> Running in 9b213ac986fc [2022-04-12T21:17:53.232Z] Removing intermediate container 9b213ac986fc [2022-04-12T21:17:53.508Z] ---> 2175fa3b8d51 [2022-04-12T21:17:53.508Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T21:17:53.508Z] ---> Running in a21f940bd0f5 [2022-04-12T21:17:54.501Z] Removing intermediate container a21f940bd0f5 [2022-04-12T21:17:54.501Z] ---> 858bb62bbbb0 [2022-04-12T21:17:54.501Z] [2022-04-12T21:17:55.488Z] Successfully built 858bb62bbbb0 [2022-04-12T21:17:55.488Z] Successfully tagged core-metadata-arm64:latest [2022-04-12T21:17:55.488Z] Building support-scheduler [2022-04-12T21:18:27.880Z]  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T21:18:27.880Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T21:18:27.880Z] ---> e0dee73dd579 [2022-04-12T21:18:27.880Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T21:18:27.880Z] ---> Using cache [2022-04-12T21:18:27.880Z] ---> 72acbaa3ea79 [2022-04-12T21:18:27.880Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:18:27.880Z] ---> Using cache [2022-04-12T21:18:27.880Z] ---> 6bce59e323cb [2022-04-12T21:18:27.880Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-12T21:18:27.880Z] ---> Running in a47ac7f0fda8 [2022-04-12T21:18:28.871Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:18:29.869Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:18:31.869Z] OK: 220 MiB in 52 packages [2022-04-12T21:18:33.869Z] Removing intermediate container a47ac7f0fda8 [2022-04-12T21:18:33.869Z] ---> af4df5297741 [2022-04-12T21:18:33.869Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T21:18:35.304Z] ---> 905ee275c08c [2022-04-12T21:18:35.304Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T21:18:35.304Z] ---> Running in c90494bc976a [2022-04-12T21:18:42.072Z] Removing intermediate container c90494bc976a [2022-04-12T21:18:42.072Z] ---> 234e6661a6b2 [2022-04-12T21:18:42.072Z] Step 8/22 : COPY . . [2022-04-12T21:18:44.733Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T21:18:44.733Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-12T21:18:44.733Z] ---> e0dee73dd579 [2022-04-12T21:18:44.733Z] Step 3/22 : WORKDIR /edgex-go [2022-04-12T21:18:44.733Z] ---> Using cache [2022-04-12T21:18:44.733Z] ---> 72acbaa3ea79 [2022-04-12T21:18:44.733Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:18:44.733Z] ---> Using cache [2022-04-12T21:18:44.733Z] ---> 6bce59e323cb [2022-04-12T21:18:44.733Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-12T21:18:44.733Z] ---> Using cache [2022-04-12T21:18:44.733Z] ---> 572d09d22c74 [2022-04-12T21:18:44.733Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-12T21:18:44.733Z] ---> Using cache [2022-04-12T21:18:44.733Z] ---> 1f7a87f3ed58 [2022-04-12T21:18:44.733Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T21:18:44.733Z] ---> Using cache [2022-04-12T21:18:44.733Z] ---> b88b7d0261ac [2022-04-12T21:18:44.733Z] Step 8/22 : COPY . . [2022-04-12T21:18:44.733Z] ---> Using cache [2022-04-12T21:18:44.733Z] ---> dc4aa047f3c9 [2022-04-12T21:18:44.733Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-12T21:18:45.725Z] ---> Running in 50a04d15cec3 [2022-04-12T21:18:48.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-12T21:19:15.265Z] ---> 2b1aecf05365 [2022-04-12T21:19:15.265Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-12T21:19:15.265Z] ---> Running in 34b94e438841 [2022-04-12T21:19:15.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-12T21:26:52.790Z] Removing intermediate container 50a04d15cec3 [2022-04-12T21:26:52.790Z] ---> 6a9d8a942c43 [2022-04-12T21:26:52.790Z] [2022-04-12T21:26:52.790Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T21:26:52.790Z] ---> ac73e934f311 [2022-04-12T21:26:52.790Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-12T21:26:52.790Z] ---> Using cache [2022-04-12T21:26:52.790Z] ---> 29c4cec30170 [2022-04-12T21:26:52.790Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T21:26:52.790Z] ---> Using cache [2022-04-12T21:26:52.790Z] ---> 8140f526d9be [2022-04-12T21:26:52.790Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-12T21:26:52.790Z] ---> Running in 22a68dfc44ec [2022-04-12T21:26:52.790Z] Removing intermediate container 22a68dfc44ec [2022-04-12T21:26:52.790Z] ---> b7066cd084b6 [2022-04-12T21:26:52.790Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-12T21:26:52.790Z] ---> Running in 2e8bede43b40 [2022-04-12T21:26:52.790Z] Removing intermediate container 2e8bede43b40 [2022-04-12T21:26:52.790Z] ---> 5bc2b82e75c5 [2022-04-12T21:26:52.790Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T21:26:52.790Z] ---> 9a3a0f83bda5 [2022-04-12T21:26:52.790Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-12T21:26:52.790Z] ---> a8b776afed4f [2022-04-12T21:26:52.790Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-12T21:26:52.790Z] ---> 4f77efeb0606 [2022-04-12T21:26:52.790Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-12T21:26:52.790Z] ---> Running in a1199494fa99 [2022-04-12T21:26:52.790Z] Removing intermediate container a1199494fa99 [2022-04-12T21:26:52.790Z] ---> 5785a2b36f7c [2022-04-12T21:26:52.790Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T21:26:52.790Z] ---> Running in 0291caf95f40 [2022-04-12T21:26:52.790Z] Removing intermediate container 0291caf95f40 [2022-04-12T21:26:52.790Z] ---> c44626df762c [2022-04-12T21:26:52.790Z] Step 20/22 : LABEL arch=arm64 [2022-04-12T21:26:52.790Z] ---> Running in 67d3748af6bf [2022-04-12T21:26:52.790Z] Removing intermediate container 67d3748af6bf [2022-04-12T21:26:52.790Z] ---> 81cc963428aa [2022-04-12T21:26:52.790Z] Step 21/22 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:26:52.790Z] ---> Running in 87a6531a7612 [2022-04-12T21:26:53.389Z] Removing intermediate container 87a6531a7612 [2022-04-12T21:26:53.389Z] ---> 9a04d80d0304 [2022-04-12T21:26:53.389Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T21:26:53.389Z] ---> Running in 9a547a9fd33c [2022-04-12T21:26:53.995Z] Removing intermediate container 9a547a9fd33c [2022-04-12T21:26:53.995Z] ---> 3750e63b5414 [2022-04-12T21:26:53.995Z] [2022-04-12T21:26:54.597Z] Successfully built 3750e63b5414 [2022-04-12T21:26:54.597Z] Successfully tagged support-scheduler-arm64:latest [2022-04-12T21:26:54.597Z]  Building support-scheduler ... done Building security-secretstore-setup [2022-04-12T21:27:21.476Z] Removing intermediate container 34b94e438841 [2022-04-12T21:27:21.476Z] ---> 9cf219d3eddd [2022-04-12T21:27:21.476Z] [2022-04-12T21:27:21.476Z] Step 10/22 : FROM alpine:3.14 [2022-04-12T21:27:21.476Z] ---> ac73e934f311 [2022-04-12T21:27:21.476Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-12T21:27:21.476Z] ---> Running in 1049909ce8f6 [2022-04-12T21:27:21.476Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:27:21.476Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:27:22.471Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-12T21:27:22.471Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-12T21:27:22.471Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T21:27:22.471Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T21:27:23.466Z] OK: 6 MiB in 16 packages [2022-04-12T21:27:26.109Z] Removing intermediate container 1049909ce8f6 [2022-04-12T21:27:26.109Z] ---> 6963f37b7dd3 [2022-04-12T21:27:26.109Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T21:27:26.391Z] ---> Running in 8946c0a716c8 [2022-04-12T21:27:26.997Z] Removing intermediate container 8946c0a716c8 [2022-04-12T21:27:26.997Z] ---> 80d129df6b3c [2022-04-12T21:27:26.997Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-12T21:27:27.275Z] ---> Running in 018a8db33abd [2022-04-12T21:27:27.889Z] Removing intermediate container 018a8db33abd [2022-04-12T21:27:27.889Z] ---> 883ba0741eb7 [2022-04-12T21:27:27.889Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-12T21:27:27.889Z] ---> Running in c5e72df59518 [2022-04-12T21:27:28.753Z] Removing intermediate container c5e72df59518 [2022-04-12T21:27:28.753Z] ---> 075288b6fd1d [2022-04-12T21:27:28.753Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T21:27:30.266Z] ---> 1ebe25d79a00 [2022-04-12T21:27:30.266Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-12T21:27:34.606Z] ---> 209b05713398 [2022-04-12T21:27:34.606Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-12T21:27:35.607Z] ---> 91157f182320 [2022-04-12T21:27:35.607Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-12T21:27:35.607Z] ---> Running in d6ca1498f381 [2022-04-12T21:27:36.220Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T21:27:36.220Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-12T21:27:36.220Z] ---> e0dee73dd579 [2022-04-12T21:27:36.220Z] Step 3/25 : WORKDIR /edgex-go [2022-04-12T21:27:36.220Z] ---> Using cache [2022-04-12T21:27:36.220Z] ---> 72acbaa3ea79 [2022-04-12T21:27:36.220Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:27:36.220Z] ---> Using cache [2022-04-12T21:27:36.220Z] ---> 6bce59e323cb [2022-04-12T21:27:36.220Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-12T21:27:36.220Z] ---> Using cache [2022-04-12T21:27:36.220Z] ---> 572d09d22c74 [2022-04-12T21:27:36.220Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-12T21:27:36.220Z] ---> Using cache [2022-04-12T21:27:36.220Z] ---> 1f7a87f3ed58 [2022-04-12T21:27:36.220Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T21:27:36.220Z] ---> Using cache [2022-04-12T21:27:36.220Z] ---> b88b7d0261ac [2022-04-12T21:27:36.220Z] Step 8/25 : COPY . . [2022-04-12T21:27:36.220Z] ---> Using cache [2022-04-12T21:27:36.220Z] ---> dc4aa047f3c9 [2022-04-12T21:27:36.220Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-12T21:27:36.220Z] ---> Running in 5e1af720a284 [2022-04-12T21:27:36.835Z] Removing intermediate container d6ca1498f381 [2022-04-12T21:27:36.835Z] ---> bb6ecf26a421 [2022-04-12T21:27:36.835Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T21:27:36.835Z] ---> Running in 0cd1e246c3de [2022-04-12T21:27:37.446Z] Removing intermediate container 0cd1e246c3de [2022-04-12T21:27:37.738Z] ---> 41db4e1d4efa [2022-04-12T21:27:37.738Z] Step 20/22 : LABEL arch=arm64 [2022-04-12T21:27:37.738Z] ---> Running in 1f789d5ac416 [2022-04-12T21:27:38.372Z] Removing intermediate container 1f789d5ac416 [2022-04-12T21:27:38.372Z] ---> 36183596657f [2022-04-12T21:27:38.372Z] Step 21/22 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:27:38.654Z] ---> Running in 83c3ab35e609 [2022-04-12T21:27:38.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-12T21:27:39.274Z] Removing intermediate container 83c3ab35e609 [2022-04-12T21:27:39.274Z] ---> 148cdbb6cdee [2022-04-12T21:27:39.274Z] Step 22/22 : LABEL version=0.0.0 [2022-04-12T21:27:39.274Z] ---> Running in e3062736e578 [2022-04-12T21:27:39.885Z] Removing intermediate container e3062736e578 [2022-04-12T21:27:39.885Z] ---> 7a0a6a6764e8 [2022-04-12T21:27:39.885Z] [2022-04-12T21:27:40.497Z] Successfully built 7a0a6a6764e8 [2022-04-12T21:27:40.497Z] Successfully tagged support-notifications-arm64:latest [2022-04-12T21:27:40.497Z] Building core-command [2022-04-12T21:28:27.539Z]  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-12T21:28:27.539Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-12T21:28:27.539Z] ---> e0dee73dd579 [2022-04-12T21:28:27.539Z] Step 3/23 : WORKDIR /edgex-go [2022-04-12T21:28:27.539Z] ---> Using cache [2022-04-12T21:28:27.539Z] ---> 72acbaa3ea79 [2022-04-12T21:28:27.539Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:28:27.539Z] ---> Using cache [2022-04-12T21:28:27.539Z] ---> 6bce59e323cb [2022-04-12T21:28:27.539Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-12T21:28:27.539Z] ---> Using cache [2022-04-12T21:28:27.539Z] ---> 572d09d22c74 [2022-04-12T21:28:27.539Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-12T21:28:27.539Z] ---> Using cache [2022-04-12T21:28:27.539Z] ---> 1f7a87f3ed58 [2022-04-12T21:28:27.539Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T21:28:27.539Z] ---> Using cache [2022-04-12T21:28:27.539Z] ---> b88b7d0261ac [2022-04-12T21:28:27.539Z] Step 8/23 : COPY . . [2022-04-12T21:28:27.539Z] ---> Using cache [2022-04-12T21:28:27.539Z] ---> dc4aa047f3c9 [2022-04-12T21:28:27.539Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-12T21:28:27.539Z] ---> Running in d62ed18e2bcc [2022-04-12T21:28:27.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-12T21:35:04.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-12T21:35:20.039Z] Removing intermediate container 5e1af720a284 [2022-04-12T21:35:20.039Z] ---> a8bb3d86cb0c [2022-04-12T21:35:20.039Z] [2022-04-12T21:35:20.039Z] Step 10/25 : FROM alpine:3.14 [2022-04-12T21:35:20.039Z] ---> ac73e934f311 [2022-04-12T21:35:20.039Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-12T21:35:20.039Z] ---> Running in cd927957df88 [2022-04-12T21:35:20.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:35:20.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:35:21.637Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-12T21:35:21.637Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-12T21:35:21.637Z] (3/3) Installing su-exec (0.2-r1) [2022-04-12T21:35:21.637Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T21:35:21.637Z] Executing ca-certificates-20211220-r0.trigger [2022-04-12T21:35:22.240Z] OK: 6 MiB in 17 packages [2022-04-12T21:35:24.252Z] Removing intermediate container cd927957df88 [2022-04-12T21:35:24.252Z] ---> bfdefb8a88bf [2022-04-12T21:35:24.252Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-12T21:35:24.252Z] ---> Running in cda71035656e [2022-04-12T21:35:24.855Z] Removing intermediate container cda71035656e [2022-04-12T21:35:24.855Z] ---> 25a4ea1d2681 [2022-04-12T21:35:24.855Z] Step 13/25 : WORKDIR / [2022-04-12T21:35:25.133Z] ---> Running in c644a1acce32 [2022-04-12T21:35:25.748Z] Removing intermediate container c644a1acce32 [2022-04-12T21:35:25.748Z] ---> 20909e49183b [2022-04-12T21:35:25.748Z] 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-12T21:35:26.745Z] ---> 6a6872cf34a5 [2022-04-12T21:35:26.745Z] 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-12T21:35:28.216Z] ---> 91fa7bc0f187 [2022-04-12T21:35:28.216Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-12T21:35:29.216Z] ---> 5cce25b094d5 [2022-04-12T21:35:29.216Z] 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-12T21:35:30.213Z] ---> 1bac1bcf1bab [2022-04-12T21:35:30.213Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-12T21:35:32.944Z] ---> 01db95dca758 [2022-04-12T21:35:32.944Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-12T21:35:34.982Z] ---> 93377c076e4f [2022-04-12T21:35:34.982Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-12T21:35:35.996Z] ---> 31d392fdd2f8 [2022-04-12T21:35:35.996Z] 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-12T21:35:36.286Z] ---> Running in 06f2590fa69d [2022-04-12T21:35:39.715Z] Removing intermediate container 06f2590fa69d [2022-04-12T21:35:39.715Z] ---> e34f2b3233da [2022-04-12T21:35:39.715Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-12T21:35:40.332Z] ---> Running in fdaaddd5cd81 [2022-04-12T21:35:40.943Z] Removing intermediate container fdaaddd5cd81 [2022-04-12T21:35:40.943Z] ---> 8655563b16b9 [2022-04-12T21:35:40.943Z] Step 23/25 : LABEL arch=arm64 [2022-04-12T21:35:41.227Z] ---> Running in 40a1c9da2227 [2022-04-12T21:35:42.246Z] Removing intermediate container 40a1c9da2227 [2022-04-12T21:35:42.246Z] ---> 7a3b26189f6c [2022-04-12T21:35:42.246Z] Step 24/25 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:35:42.532Z] ---> Running in cb2756860a50 [2022-04-12T21:35:43.521Z] Removing intermediate container cb2756860a50 [2022-04-12T21:35:43.521Z] ---> 4120cdfcccaa [2022-04-12T21:35:43.521Z] Step 25/25 : LABEL version=0.0.0 [2022-04-12T21:35:43.521Z] ---> Running in b10412bb8006 [2022-04-12T21:35:44.977Z] Removing intermediate container b10412bb8006 [2022-04-12T21:35:44.977Z] ---> 51ac0b31a007 [2022-04-12T21:35:44.977Z] [2022-04-12T21:35:45.969Z] Successfully built 51ac0b31a007 [2022-04-12T21:35:45.969Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-12T21:35:52.719Z]  Building security-secretstore-setup ... done Removing intermediate container d62ed18e2bcc [2022-04-12T21:35:52.719Z] ---> 9f0f45ea7d74 [2022-04-12T21:35:52.719Z] [2022-04-12T21:35:52.719Z] Step 10/23 : FROM alpine:3.14 [2022-04-12T21:35:52.719Z] ---> ac73e934f311 [2022-04-12T21:35:52.719Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-12T21:35:52.719Z] ---> Using cache [2022-04-12T21:35:52.719Z] ---> 29c4cec30170 [2022-04-12T21:35:52.719Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-12T21:35:52.719Z] ---> Using cache [2022-04-12T21:35:52.719Z] ---> 8140f526d9be [2022-04-12T21:35:52.719Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-12T21:35:52.719Z] ---> Running in 561d7f8248dd [2022-04-12T21:35:52.998Z] Removing intermediate container 561d7f8248dd [2022-04-12T21:35:52.998Z] ---> de3b9b1503d3 [2022-04-12T21:35:52.998Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-12T21:35:52.998Z] ---> Running in 4caa58ca62c4 [2022-04-12T21:35:53.295Z] Removing intermediate container 4caa58ca62c4 [2022-04-12T21:35:53.295Z] ---> 6e4954553862 [2022-04-12T21:35:53.295Z] Step 15/23 : WORKDIR / [2022-04-12T21:35:53.581Z] ---> Running in 1e49e751fa5c [2022-04-12T21:35:54.210Z] Removing intermediate container 1e49e751fa5c [2022-04-12T21:35:54.210Z] ---> f8ada0bf3d86 [2022-04-12T21:35:54.210Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-12T21:35:55.208Z] ---> 87b088894906 [2022-04-12T21:35:55.208Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-12T21:35:57.210Z] ---> 8b3086ecc001 [2022-04-12T21:35:57.210Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-12T21:35:58.208Z] ---> 02259bbbd356 [2022-04-12T21:35:58.208Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-12T21:35:58.487Z] ---> Running in d86f98b386eb [2022-04-12T21:35:59.091Z] Removing intermediate container d86f98b386eb [2022-04-12T21:35:59.091Z] ---> 2b305e9623ea [2022-04-12T21:35:59.091Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T21:35:59.091Z] ---> Running in 3c0138b6e3fb [2022-04-12T21:35:59.693Z] Removing intermediate container 3c0138b6e3fb [2022-04-12T21:35:59.693Z] ---> 19240cd492aa [2022-04-12T21:35:59.693Z] Step 21/23 : LABEL arch=arm64 [2022-04-12T21:35:59.693Z] ---> Running in fef5c9d03d19 [2022-04-12T21:36:00.304Z] Removing intermediate container fef5c9d03d19 [2022-04-12T21:36:00.304Z] ---> 2fb92a46aa6b [2022-04-12T21:36:00.304Z] Step 22/23 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:36:00.592Z] ---> Running in e83052cf896e [2022-04-12T21:36:01.198Z] Removing intermediate container e83052cf896e [2022-04-12T21:36:01.198Z] ---> f7c28ded88cf [2022-04-12T21:36:01.198Z] Step 23/23 : LABEL version=0.0.0 [2022-04-12T21:36:01.198Z] ---> Running in 716dde1b573b [2022-04-12T21:36:02.188Z] Removing intermediate container 716dde1b573b [2022-04-12T21:36:02.188Z] ---> 690af6644e77 [2022-04-12T21:36:02.188Z] [2022-04-12T21:36:02.463Z] Successfully built 690af6644e77 [2022-04-12T21:36:02.463Z] Successfully tagged core-command-arm64:latest [2022-04-12T21:40:39.635Z]  Building core-command ... done Building bin/spire-agent... [2022-04-12T21:40:39.636Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T21:40:42.286Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T21:40:42.286Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T21:40:42.286Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T21:40:42.286Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T21:40:42.563Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T21:40:42.841Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T21:40:46.251Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T21:40:46.251Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T21:40:46.251Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T21:40:46.251Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T21:40:46.251Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T21:40:46.251Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T21:40:51.680Z] Building bin/spire-agent... [2022-04-12T21:40:51.680Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T21:40:51.955Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T21:40:52.235Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T21:40:52.235Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T21:40:57.772Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T21:40:59.217Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T21:40:59.217Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T21:40:59.217Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T21:40:59.494Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T21:40:59.494Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T21:40:59.774Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T21:40:59.774Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T21:40:59.774Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T21:41:01.223Z] Building bin/spire-agent... [2022-04-12T21:41:02.679Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-12T21:41:02.956Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-12T21:41:03.236Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-12T21:41:03.236Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-12T21:41:08.660Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-12T21:41:10.650Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-12T21:41:10.650Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-12T21:41:10.926Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-12T21:41:10.926Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-12T21:41:10.926Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-12T21:41:11.205Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-12T21:41:11.205Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-12T21:41:11.205Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-12T21:48:03.623Z] Removing intermediate container 2bc10766181f [2022-04-12T21:48:03.623Z] ---> 661e7912b456 [2022-04-12T21:48:03.623Z] [2022-04-12T21:48:03.623Z] Step 13/26 : FROM alpine:3.15 [2022-04-12T21:48:03.623Z] ---> 3fb3c9af89a9 [2022-04-12T21:48:03.623Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T21:48:03.623Z] ---> Using cache [2022-04-12T21:48:03.623Z] ---> 62640bf01c20 [2022-04-12T21:48:03.623Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:48:03.623Z] ---> Using cache [2022-04-12T21:48:03.623Z] ---> 1e0ac7272b74 [2022-04-12T21:48:03.623Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-12T21:48:03.623Z] ---> Running in 9c479b695e33 [2022-04-12T21:48:03.623Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:48:03.623Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:48:03.623Z] v3.15.4-20-g6d2f627d6c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T21:48:03.623Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T21:48:03.623Z] OK: 15729 distinct packages available [2022-04-12T21:48:03.623Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:48:03.623Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:48:03.623Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-12T21:48:03.623Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-12T21:48:03.623Z] (3/5) Installing libucontext (1.1-r0) [2022-04-12T21:48:03.623Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-12T21:48:03.623Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-12T21:48:03.623Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T21:48:03.623Z] OK: 6 MiB in 19 packages [2022-04-12T21:48:03.623Z] Removing intermediate container 9c479b695e33 [2022-04-12T21:48:03.623Z] ---> 82a8a84abf9c [2022-04-12T21:48:03.623Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-12T21:48:03.623Z] ---> 3430e775fa3a [2022-04-12T21:48:03.623Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T21:48:03.623Z] Removing intermediate container bcb4abfa3a5c [2022-04-12T21:48:03.623Z] ---> d0d00464aac1 [2022-04-12T21:48:03.623Z] [2022-04-12T21:48:03.623Z] Step 13/26 : FROM alpine:3.15 [2022-04-12T21:48:03.623Z] ---> 3fb3c9af89a9 [2022-04-12T21:48:03.623Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T21:48:03.623Z] ---> Using cache [2022-04-12T21:48:03.623Z] ---> 62640bf01c20 [2022-04-12T21:48:03.623Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:48:03.623Z] ---> Using cache [2022-04-12T21:48:03.623Z] ---> 1e0ac7272b74 [2022-04-12T21:48:03.623Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-12T21:48:03.907Z] ---> Running in bc1ba9a20792 [2022-04-12T21:48:05.351Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:48:06.331Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:48:07.307Z] ---> cc24e93c8d56 [2022-04-12T21:48:07.307Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T21:48:07.307Z] v3.15.4-20-g6d2f627d6c [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-12T21:48:07.307Z] v3.15.4-15-gb33590fc03 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-12T21:48:07.307Z] OK: 15729 distinct packages available [2022-04-12T21:48:07.580Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T21:48:08.176Z] ---> 8274e8cc0f5d [2022-04-12T21:48:08.176Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-12T21:48:08.452Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T21:48:08.734Z] ---> ec72579ac84d [2022-04-12T21:48:08.734Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-12T21:48:09.335Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-12T21:48:09.335Z] ---> d42caf7ba896 [2022-04-12T21:48:09.335Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T21:48:09.612Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-12T21:48:09.612Z] (3/4) Installing libucontext (1.1-r0) [2022-04-12T21:48:09.612Z] ---> Running in 5ad9173b9e23 [2022-04-12T21:48:09.612Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-12T21:48:09.884Z] Executing busybox-1.34.1-r5.trigger [2022-04-12T21:48:09.884Z] OK: 6 MiB in 18 packages [2022-04-12T21:48:10.160Z] Removing intermediate container 5ad9173b9e23 [2022-04-12T21:48:10.160Z] ---> 3afca2cb09c3 [2022-04-12T21:48:10.160Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T21:48:10.437Z] ---> Running in 9a692658c550 [2022-04-12T21:48:11.052Z] Removing intermediate container 9a692658c550 [2022-04-12T21:48:11.052Z] ---> 2848eea640fb [2022-04-12T21:48:11.052Z] Step 24/26 : LABEL arch=arm64 [2022-04-12T21:48:11.052Z] Removing intermediate container bc1ba9a20792 [2022-04-12T21:48:11.052Z] ---> 34e57dcc5739 [2022-04-12T21:48:11.052Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T21:48:11.324Z] ---> Running in 160c98474f87 [2022-04-12T21:48:11.597Z] Removing intermediate container 3a2aaa539293 [2022-04-12T21:48:11.597Z] ---> 895bae555892 [2022-04-12T21:48:11.597Z] [2022-04-12T21:48:11.597Z] Step 13/25 : FROM alpine:3.15 [2022-04-12T21:48:11.597Z] ---> 3fb3c9af89a9 [2022-04-12T21:48:11.597Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-12T21:48:11.597Z] ---> Using cache [2022-04-12T21:48:11.597Z] ---> 62640bf01c20 [2022-04-12T21:48:11.597Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T21:48:11.597Z] ---> Using cache [2022-04-12T21:48:11.597Z] ---> 1e0ac7272b74 [2022-04-12T21:48:11.597Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-12T21:48:11.597Z] ---> Using cache [2022-04-12T21:48:11.597Z] ---> 82a8a84abf9c [2022-04-12T21:48:11.597Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-12T21:48:11.870Z] Removing intermediate container 160c98474f87 [2022-04-12T21:48:11.870Z] ---> 3c95c4c84a9c [2022-04-12T21:48:11.870Z] Step 25/26 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:48:12.142Z] ---> Running in 3777a4ebe1af [2022-04-12T21:48:12.416Z] Removing intermediate container 3777a4ebe1af [2022-04-12T21:48:12.416Z] ---> d9e320f94a83 [2022-04-12T21:48:12.416Z] Step 26/26 : LABEL version=0.0.0 [2022-04-12T21:48:12.688Z] ---> Running in 178eccd0e3ee [2022-04-12T21:48:13.286Z] Removing intermediate container 178eccd0e3ee [2022-04-12T21:48:13.286Z] ---> c57b7b03ae89 [2022-04-12T21:48:13.286Z] [2022-04-12T21:48:13.562Z] Successfully built c57b7b03ae89 [2022-04-12T21:48:13.562Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-12T21:48:16.502Z]  Building security-spire-agent ... done  ---> c6c4183b178b [2022-04-12T21:48:16.502Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T21:48:16.502Z] ---> e3a8425b26a9 [2022-04-12T21:48:16.502Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-12T21:48:16.502Z] ---> abe0f980e567 [2022-04-12T21:48:16.502Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-12T21:48:16.795Z] ---> 598997ab7f2c [2022-04-12T21:48:16.795Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-12T21:48:16.795Z] ---> Running in 45db41b51ec8 [2022-04-12T21:48:17.395Z] Removing intermediate container 45db41b51ec8 [2022-04-12T21:48:17.395Z] ---> 5042fc30f66d [2022-04-12T21:48:17.395Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-12T21:48:17.395Z] ---> cb4cefdc4553 [2022-04-12T21:48:17.395Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-12T21:48:18.050Z] ---> a246b10edc9f [2022-04-12T21:48:18.050Z] Step 21/26 : WORKDIR / [2022-04-12T21:48:18.325Z] ---> 2ed42c3b593a [2022-04-12T21:48:18.325Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T21:48:18.325Z] ---> Running in 5c81a8d07d22 [2022-04-12T21:48:18.325Z] ---> Running in e3b0d1f5fb41 [2022-04-12T21:48:18.599Z] Removing intermediate container e3b0d1f5fb41 [2022-04-12T21:48:18.599Z] ---> 2fff3dcf3ef5 [2022-04-12T21:48:18.599Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T21:48:18.599Z] Removing intermediate container 5c81a8d07d22 [2022-04-12T21:48:18.599Z] ---> f05880ea5bfd [2022-04-12T21:48:18.599Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-12T21:48:18.870Z] ---> Running in 9680afdeeadf [2022-04-12T21:48:18.870Z] ---> Running in cbef4e5ca699 [2022-04-12T21:48:19.144Z] Removing intermediate container 9680afdeeadf [2022-04-12T21:48:19.144Z] ---> 9ece3bed34a0 [2022-04-12T21:48:19.144Z] Step 23/25 : LABEL arch=arm64 [2022-04-12T21:48:19.144Z] Removing intermediate container cbef4e5ca699 [2022-04-12T21:48:19.144Z] ---> faf5a9e87548 [2022-04-12T21:48:19.144Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-12T21:48:19.144Z] ---> Running in e083a850055c [2022-04-12T21:48:19.144Z] ---> Running in 4534e1f8c114 [2022-04-12T21:48:19.735Z] Removing intermediate container 4534e1f8c114 [2022-04-12T21:48:19.735Z] ---> 33c21a247d46 [2022-04-12T21:48:19.735Z] Step 24/26 : LABEL arch=arm64 [2022-04-12T21:48:19.735Z] Removing intermediate container e083a850055c [2022-04-12T21:48:19.735Z] ---> 679796623e7c [2022-04-12T21:48:19.735Z] Step 24/25 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:48:19.735Z] ---> Running in 033e783bbf94 [2022-04-12T21:48:19.735Z] ---> Running in 17fef7cec495 [2022-04-12T21:48:20.008Z] Removing intermediate container 033e783bbf94 [2022-04-12T21:48:20.008Z] ---> 60ee0bb9ee4d [2022-04-12T21:48:20.008Z] Step 25/26 : LABEL git_sha=b555a8f84df166850d1cd4585915991e96833a6c [2022-04-12T21:48:20.008Z] Removing intermediate container 17fef7cec495 [2022-04-12T21:48:20.008Z] ---> 9248fca6522d [2022-04-12T21:48:20.008Z] Step 25/25 : LABEL version=0.0.0 [2022-04-12T21:48:20.279Z] ---> Running in 4abd1d27649a [2022-04-12T21:48:20.279Z] ---> Running in c856e2142ac1 [2022-04-12T21:48:20.550Z] Removing intermediate container c856e2142ac1 [2022-04-12T21:48:20.550Z] ---> 9d499ace9e8a [2022-04-12T21:48:20.550Z] [2022-04-12T21:48:20.550Z] Removing intermediate container 4abd1d27649a [2022-04-12T21:48:20.550Z] ---> 2f3d597645e8 [2022-04-12T21:48:20.550Z] Step 26/26 : LABEL version=0.0.0 [2022-04-12T21:48:20.550Z] ---> Running in d43b7ce08068 [2022-04-12T21:48:20.819Z] Successfully built 9d499ace9e8a [2022-04-12T21:48:20.819Z] Successfully tagged security-spire-server-arm64:latest [2022-04-12T21:48:20.820Z]  Building security-spire-server ... done Removing intermediate container d43b7ce08068 [2022-04-12T21:48:20.820Z] ---> 9eba5058371c [2022-04-12T21:48:20.820Z] [2022-04-12T21:48:21.094Z] Successfully built 9eba5058371c [2022-04-12T21:48:21.094Z] Successfully tagged security-spire-config-arm64:latest [2022-04-12T21:48:21.702Z]  Building security-spire-config ... done  [Pipeline] } [2022-04-12T21:48:21.715Z] $ docker stop --time=1 77813e2f72581e03e11a49991156b78a82768f463c551f647a5ec461373393da [2022-04-12T21:48:23.731Z] $ docker rm -f 77813e2f72581e03e11a49991156b78a82768f463c551f647a5ec461373393da [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T21:48:24.282Z] + docker images [2022-04-12T21:48:24.874Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-12T21:48:24.874Z] security-spire-config-arm64 latest 9eba5058371c 4 seconds ago 85.6MB [2022-04-12T21:48:24.874Z] security-spire-server-arm64 latest 9d499ace9e8a 4 seconds ago 86.3MB [2022-04-12T21:48:24.874Z] security-spire-agent-arm64 latest c57b7b03ae89 12 seconds ago 126MB [2022-04-12T21:48:24.874Z] 895bae555892 30 seconds ago 4.21GB [2022-04-12T21:48:24.874Z] d0d00464aac1 40 seconds ago 4.21GB [2022-04-12T21:48:24.874Z] 661e7912b456 56 seconds ago 4.21GB [2022-04-12T21:48:24.874Z] core-command-arm64 latest 690af6644e77 12 minutes ago 23.7MB [2022-04-12T21:48:24.874Z] 9f0f45ea7d74 12 minutes ago 1.43GB [2022-04-12T21:48:24.874Z] security-secretstore-setup-arm64 latest 51ac0b31a007 12 minutes ago 40.8MB [2022-04-12T21:48:24.874Z] a8bb3d86cb0c 13 minutes ago 1.44GB [2022-04-12T21:48:24.874Z] support-notifications-arm64 latest 7a0a6a6764e8 20 minutes ago 25.5MB [2022-04-12T21:48:24.875Z] 9cf219d3eddd 21 minutes ago 1.43GB [2022-04-12T21:48:24.875Z] support-scheduler-arm64 latest 3750e63b5414 21 minutes ago 24.9MB [2022-04-12T21:48:24.875Z] 6a9d8a942c43 21 minutes ago 1.43GB [2022-04-12T21:48:24.875Z] core-metadata-arm64 latest 858bb62bbbb0 30 minutes ago 25.2MB [2022-04-12T21:48:24.875Z] 76e410eab99c 30 minutes ago 1.43GB [2022-04-12T21:48:24.875Z] security-spiffe-token-provider-arm64 latest 5e701a9f6573 30 minutes ago 27.7MB [2022-04-12T21:48:24.875Z] fb19fec1966d 31 minutes ago 1.42GB [2022-04-12T21:48:24.875Z] security-bootstrapper-arm64 latest fbb5c7cfaf42 39 minutes ago 23.6MB [2022-04-12T21:48:24.875Z] affeee361342 40 minutes ago 1.43GB [2022-04-12T21:48:24.875Z] core-data-arm64 latest 8100dd0ee63e 40 minutes ago 34.4MB [2022-04-12T21:48:24.875Z] 6679f1f596ee 40 minutes ago 1.46GB [2022-04-12T21:48:24.875Z] sys-mgmt-agent-arm64 latest 8a8152a41436 49 minutes ago 290MB [2022-04-12T21:48:24.875Z] security-proxy-setup-arm64 latest 6527cf923557 50 minutes ago 42.1MB [2022-04-12T21:48:24.875Z] a18af51e1173 51 minutes ago 1.43GB [2022-04-12T21:48:24.875Z] 90b4cddb2789 51 minutes ago 1.44GB [2022-04-12T21:48:24.875Z] ci-base-image-arm64 latest e0dee73dd579 About an hour ago 886MB [2022-04-12T21:48:24.875Z] docker 20.10.14 c346e9eafbab 7 days ago 202MB [2022-04-12T21:48:24.875Z] alpine 3.14 ac73e934f311 7 days ago 5.34MB [2022-04-12T21:48:24.875Z] alpine 3.15 3fb3c9af89a9 7 days ago 5.32MB [2022-04-12T21:48:24.875Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-12T21:48:24.875Z] 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-12T21:48:25.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T21:48:25.337Z] [2022-04-12T21:48:25.337Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-12T21:48:25.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T21:48:25.956Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-12T21:48:25.956Z] 8998bd30e6a1: Pulling fs layer [2022-04-12T21:48:25.956Z] 04944245beec: Pulling fs layer [2022-04-12T21:48:25.956Z] 699f458cf7ca: Pulling fs layer [2022-04-12T21:48:25.956Z] 765212b225bb: Pulling fs layer [2022-04-12T21:48:25.956Z] f23df028b6ca: Pulling fs layer [2022-04-12T21:48:25.956Z] d65c8cfc05b1: Pulling fs layer [2022-04-12T21:48:25.956Z] 2437ff75d9bd: Pulling fs layer [2022-04-12T21:48:25.956Z] f23df028b6ca: Waiting [2022-04-12T21:48:25.956Z] d65c8cfc05b1: Waiting [2022-04-12T21:48:25.956Z] 2437ff75d9bd: Waiting [2022-04-12T21:48:25.956Z] 765212b225bb: Waiting [2022-04-12T21:48:25.956Z] 04944245beec: Verifying Checksum [2022-04-12T21:48:25.956Z] 04944245beec: Download complete [2022-04-12T21:48:25.956Z] 765212b225bb: Verifying Checksum [2022-04-12T21:48:25.956Z] 765212b225bb: Download complete [2022-04-12T21:48:25.956Z] f23df028b6ca: Verifying Checksum [2022-04-12T21:48:25.956Z] f23df028b6ca: Download complete [2022-04-12T21:48:25.956Z] d65c8cfc05b1: Verifying Checksum [2022-04-12T21:48:25.956Z] d65c8cfc05b1: Download complete [2022-04-12T21:48:26.231Z] 699f458cf7ca: Verifying Checksum [2022-04-12T21:48:26.231Z] 699f458cf7ca: Download complete [2022-04-12T21:48:26.501Z] 8998bd30e6a1: Verifying Checksum [2022-04-12T21:48:26.501Z] 8998bd30e6a1: Download complete [2022-04-12T21:48:29.109Z] 2437ff75d9bd: Verifying Checksum [2022-04-12T21:48:29.109Z] 2437ff75d9bd: Download complete [2022-04-12T21:48:30.539Z] 8998bd30e6a1: Pull complete [2022-04-12T21:48:31.132Z] 04944245beec: Pull complete [2022-04-12T21:48:32.563Z] 699f458cf7ca: Pull complete [2022-04-12T21:48:32.837Z] 765212b225bb: Pull complete [2022-04-12T21:48:33.814Z] f23df028b6ca: Pull complete [2022-04-12T21:48:33.814Z] d65c8cfc05b1: Pull complete [2022-04-12T21:48:48.886Z] 2437ff75d9bd: Pull complete [2022-04-12T21:48:48.886Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-12T21:48:48.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T21:48:48.886Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-12T21:48:49.118Z] prd-ubuntu20.04-docker-arm64-4c-16g-20720 does not seem to be running inside a container [2022-04-12T21:48:49.206Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-12T21:48:51.983Z] $ docker top 26e0dcc5cf1f3dc48133a6412b052f8ecf5db84e2331a9f5c354505a72a0f61d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T21:48:52.954Z] ---> job-cost.sh [2022-04-12T21:48:52.954Z] lf-activate-venv: SKIPPING [2022-04-12T21:48:52.954Z] INFO: No Stack... [2022-04-12T21:48:53.546Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-12T21:48:54.522Z] INFO: Archiving Costs [Pipeline] sh [2022-04-12T21:48:55.181Z] + cat /w/workspace/edgex-go/15/archives/cost.csv [2022-04-12T21:48:55.181Z] + cut -d, -f6 [Pipeline] lock [2022-04-12T21:48:55.215Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3924-15-stack-cost] [2022-04-12T21:48:55.222Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3924-15-stack-cost] did not exist. Created. [2022-04-12T21:48:55.222Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3924-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-12T21:48:55.888Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-12T21:48:56.070Z] Stashed 1 file(s) [Pipeline] } [2022-04-12T21:48:56.078Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3924-15-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-12T21:48:56.102Z] $ docker stop --time=1 26e0dcc5cf1f3dc48133a6412b052f8ecf5db84e2331a9f5c354505a72a0f61d [2022-04-12T21:48:57.614Z] $ docker rm -f 26e0dcc5cf1f3dc48133a6412b052f8ecf5db84e2331a9f5c354505a72a0f61d [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-12T21:48:58.121Z] provisioning config files... [2022-04-12T21:48:58.129Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config6954442586750757309tmp [Pipeline] { [Pipeline] sh [2022-04-12T21:48:58.432Z] + set +x [2022-04-12T21:48:58.432Z] + curl -s https://codecov.io/bash [2022-04-12T21:48:58.432Z] + bash -s -- [2022-04-12T21:48:58.432Z] [2022-04-12T21:48:58.432Z] _____ _ [2022-04-12T21:48:58.432Z] / ____| | | [2022-04-12T21:48:58.432Z] | | ___ __| | ___ ___ _____ __ [2022-04-12T21:48:58.432Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-12T21:48:58.432Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-12T21:48:58.432Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-12T21:48:58.432Z] Bash-1.0.6 [2022-04-12T21:48:58.432Z] [2022-04-12T21:48:58.432Z] [2022-04-12T21:48:58.432Z] ==> git version 2.25.1 found [2022-04-12T21:48:58.432Z] ==> 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-12T21:48:58.432Z] Release-Date: 2020-01-08 [2022-04-12T21:48:58.432Z] 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-12T21:48:58.432Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-12T21:48:58.432Z] ==> Jenkins CI detected. [2022-04-12T21:48:58.432Z] current dir:  /w/workspace/edgex-go/15 [2022-04-12T21:48:58.432Z] project root: . [2022-04-12T21:48:58.432Z] --> token set from env [2022-04-12T21:48:58.432Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-12T21:48:58.432Z] ==> Running gcov in . (disable via -X gcov) [2022-04-12T21:48:58.432Z] ==> Python coveragepy not found [2022-04-12T21:48:58.432Z] ==> Searching for coverage reports in: [2022-04-12T21:48:58.432Z] + . [2022-04-12T21:48:58.432Z] -> Found 1 reports [2022-04-12T21:48:58.432Z] ==> Detecting git/mercurial file structure [2022-04-12T21:48:58.432Z] ==> Reading reports [2022-04-12T21:48:58.432Z] + ./coverage.out bytes=432619 [2022-04-12T21:48:58.432Z] ==> Appending adjustments [2022-04-12T21:48:58.432Z] https://docs.codecov.io/docs/fixing-reports [2022-04-12T21:48:59.814Z] + Found adjustments [2022-04-12T21:48:59.814Z] ==> Gzipping contents [2022-04-12T21:48:59.814Z] 60K /tmp/codecov.S1w4bX.gz [2022-04-12T21:48:59.814Z] ==> Uploading reports [2022-04-12T21:48:59.814Z] url: https://codecov.io [2022-04-12T21:48:59.814Z] query: branch=PR-3924&commit=a56814b22cf09edc1e9258d3b3dc550e91b0a62e&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3924%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3924&job=&cmd_args= [2022-04-12T21:48:59.814Z] -> Pinging Codecov [2022-04-12T21:48:59.814Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3924&commit=a56814b22cf09edc1e9258d3b3dc550e91b0a62e&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3924%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3924&job=&cmd_args= [2022-04-12T21:49:00.074Z] -> Uploading to [2022-04-12T21:49:00.074Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-12/00271124DB129430A58F1EEE437C3FCB/a56814b22cf09edc1e9258d3b3dc550e91b0a62e/974c114e-ef95-46f4-b2cf-a444459fa6eb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220412T214859Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7fbc3c266a00b548c7e2781589b3c4635dccc0c4110cec6859fee63e76ec422a [2022-04-12T21:49:00.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-12T21:49:00.074Z] Dload Upload Total Spent Left Speed [2022-04-12T21:49:00.335Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59436 0 0 100 59436 0 271k --:--:-- --:--:-- --:--:-- 271k [2022-04-12T21:49:00.335Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a56814b22cf09edc1e9258d3b3dc550e91b0a62e [Pipeline] } [2022-04-12T21:49:00.345Z] 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-12T21:49:00.975Z] + [ -d /w/workspace/edgex-go/15/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-12T21:49:01.274Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T21:49:02.145Z] ---> package-listing.sh [2022-04-12T21:49:02.145Z] ++ facter osfamily [2022-04-12T21:49:02.145Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-12T21:49:02.404Z] + OS_FAMILY=debian [2022-04-12T21:49:02.404Z] + workspace=/w/workspace/edgex-go/15 [2022-04-12T21:49:02.404Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-12T21:49:02.404Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-12T21:49:02.404Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-12T21:49:02.404Z] + PACKAGES=/tmp/packages_start.txt [2022-04-12T21:49:02.404Z] + '[' /w/workspace/edgex-go/15 ']' [2022-04-12T21:49:02.404Z] + PACKAGES=/tmp/packages_end.txt [2022-04-12T21:49:02.404Z] + case "${OS_FAMILY}" in [2022-04-12T21:49:02.404Z] + dpkg -l [2022-04-12T21:49:02.404Z] + grep '^ii' [2022-04-12T21:49:02.404Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-12T21:49:02.404Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-12T21:49:02.404Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-12T21:49:02.404Z] + '[' /w/workspace/edgex-go/15 ']' [2022-04-12T21:49:02.404Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2022-04-12T21:49:02.404Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo [2022-04-12T21:49:02.416Z] 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-12T21:49:02.697Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-12T21:49:03.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T21:49:03.262Z] [2022-04-12T21:49:03.262Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T21:49:03.571Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T21:49:03.571Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-12T21:49:03.571Z] 5eb5b503b376: Pulling fs layer [2022-04-12T21:49:03.571Z] 5c69ac0246d0: Pulling fs layer [2022-04-12T21:49:03.571Z] ec43610c2a17: Pulling fs layer [2022-04-12T21:49:03.571Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-12T21:49:03.571Z] 33b1e0a273af: Pulling fs layer [2022-04-12T21:49:03.571Z] 5d3b04190fa2: Pulling fs layer [2022-04-12T21:49:03.571Z] 2f39f015ded8: Pulling fs layer [2022-04-12T21:49:03.571Z] 5d3b04190fa2: Waiting [2022-04-12T21:49:03.571Z] 3a2ae6a8a46f: Waiting [2022-04-12T21:49:03.571Z] 2f39f015ded8: Waiting [2022-04-12T21:49:03.571Z] 33b1e0a273af: Waiting [2022-04-12T21:49:03.571Z] 5c69ac0246d0: Download complete [2022-04-12T21:49:03.571Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-12T21:49:03.571Z] 3a2ae6a8a46f: Download complete [2022-04-12T21:49:03.571Z] 33b1e0a273af: Verifying Checksum [2022-04-12T21:49:03.571Z] 33b1e0a273af: Download complete [2022-04-12T21:49:03.572Z] 5d3b04190fa2: Verifying Checksum [2022-04-12T21:49:03.572Z] 5d3b04190fa2: Download complete [2022-04-12T21:49:03.832Z] ec43610c2a17: Verifying Checksum [2022-04-12T21:49:03.832Z] ec43610c2a17: Download complete [2022-04-12T21:49:03.832Z] 5eb5b503b376: Verifying Checksum [2022-04-12T21:49:03.832Z] 5eb5b503b376: Download complete [2022-04-12T21:49:04.403Z] 2f39f015ded8: Download complete [2022-04-12T21:49:04.973Z] 5eb5b503b376: Pull complete [2022-04-12T21:49:05.234Z] 5c69ac0246d0: Pull complete [2022-04-12T21:49:05.494Z] ec43610c2a17: Pull complete [2022-04-12T21:49:05.754Z] 3a2ae6a8a46f: Pull complete [2022-04-12T21:49:06.013Z] 33b1e0a273af: Pull complete [2022-04-12T21:49:06.013Z] 5d3b04190fa2: Pull complete [2022-04-12T21:49:10.206Z] 2f39f015ded8: Pull complete [2022-04-12T21:49:10.206Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-12T21:49:10.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T21:49:10.206Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-12T21:49:10.270Z] prd-ubuntu20.04-docker-8c-8g-20716 does not seem to be running inside a container [2022-04-12T21:49:10.311Z] $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-12T21:49:12.377Z] $ docker top 2372f404ced3f0d93c0cdde661f106ba0a98449ce53dcef5c10dbe9261a56baf -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T21:49:12.734Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-12T21:49:13.022Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-12T21:49:13.310Z] + ls /var/log/sa-host [2022-04-12T21:49:13.310Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T21:49:13.395Z] provisioning config files... [2022-04-12T21:49:13.406Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config3715571914874558185tmp [Pipeline] { [Pipeline] echo [2022-04-12T21:49:13.419Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T21:49:13.774Z] ---> create-netrc.sh [Pipeline] } [2022-04-12T21:49:13.781Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-12T21:49:14.112Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-12T21:49:14.122Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T21:49:14.412Z] ---> sudo-logs.sh [2022-04-12T21:49:14.412Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-12T21:49:14.439Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T21:49:14.734Z] ---> job-cost.sh [2022-04-12T21:49:14.734Z] lf-activate-venv: SKIPPING [2022-04-12T21:49:14.734Z] DEBUG: total: 0.2199999988079071 [2022-04-12T21:49:14.734Z] INFO: Retrieving Stack Cost... [2022-04-12T21:49:14.995Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-12T21:49:15.566Z] INFO: Archiving Costs [Pipeline] echo [2022-04-12T21:49:15.583Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T21:49:15.870Z] ---> logs-deploy.sh [2022-04-12T21:49:15.870Z] lf-activate-venv: SKIPPING [2022-04-12T21:49:15.870Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3924/15 [2022-04-12T21:49:15.870Z] INFO: archiving workspace using pattern(s): [2022-04-12T21:49:16.812Z] Archives upload complete. [2022-04-12T21:49:16.812Z] INFO: archiving logs to Nexus